Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
Sycochucky avatar

Autonomous Orchestrator

  • Updated November 25, 2025
  • Sycochucky/claude-code-toolkit

autonomous-orchestrator is a multi-agent plugin for running autonomous agent loops and complex self-directed workflows with intelligent model routing. It pairs an orchestrator agent on Opus with a head-dev-coder agent on Sonnet to coordinate longer-running development tasks.

Key points

  • Autonomous agent loops
  • Multi-agent orchestration
  • Opus + Sonnet model routing
  • Self-directed workflows

Autonomous Orchestrator by the numbers

  • Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add Sycochucky/claude-code-toolkit
/plugin install autonomous-orchestrator@claude-code-toolkit

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Last updatedNovember 25, 2025
RepositorySycochucky/claude-code-toolkit

What it does

Run autonomous multi-agent loops and complex self-directed workflows with intelligent model routing across an orchestrator (Opus) and a head-dev-coder (Sonnet).

README.md

Claude Code Toolkit

A collection of powerful plugins and tools to supercharge your Claude Code experience.

License: MIT Claude Code

🚀 What's Included

🔌 Plugins

  1. Time Awareness Plugin - Automatic temporal context

    • 20+ environment variables with date/time info
    • Business hours, market hours, weekend detection
    • Runs automatically on every session start
    • No wrapper scripts needed!
  2. Discord-Postgres Dev - Expert agents for Discord bot development

    • Discord.py 2.4+ expert agent
    • PostgreSQL expert agent (asyncpg, SQLAlchemy 2.0+)
    • Complete bot builder coordinator
    • 2025 modern libraries and patterns

🛠️ Tools

  • Time Awareness Installer - Shell installer for time-awareness wrapper script
    • Bash/Zsh version for Linux/macOS/WSL
    • PowerShell version for Windows
    • Exports temporal variables before launching Claude Code

📚 Documentation

Complete guides and examples in the docs/ folder.


📦 Quick Start

Installing Plugins

Method 1: From GitHub (Recommended)

# Add this repository as a marketplace
claude plugin marketplace add Sycochucky/claude-code-toolkit

# Install individual plugins
claude plugin install time-awareness@Sycochucky-claude-code-toolkit
claude plugin install discord-postgres-dev@Sycochucky-claude-code-toolkit

Method 2: Local Installation

# Clone the repository
git clone https://github.com/Sycochucky/claude-code-toolkit.git
cd claude-code-toolkit

# Add as local marketplace
claude plugin marketplace add ./plugins/time-awareness
claude plugin marketplace add ./plugins/discord-postgres-dev

# Install plugins
claude plugin install time-awareness@local-time-awareness
claude plugin install discord-postgres-dev@local-discord-postgres

🔌 Plugins

Time Awareness Plugin

Automatic temporal context for Claude Code

Exports 20+ environment variables on every session start:

  • Timestamps (UTC, local, Unix)
  • Calendar context (day of week, week number, quarter)
  • Smart flags (business hours, market hours, weekend)
  • Timezone information

Features:

  • ✅ No wrapper scripts needed
  • ✅ Automatic on every session
  • ✅ SessionStart hook
  • ✅ Comprehensive time data

Installation:

claude plugin install time-awareness@Sycochucky-claude-code-toolkit

Usage: Just restart Claude Code! The hook runs automatically and you'll see:

🕐 Temporal Context Loaded: Thursday, November 20, 2025 at 04:15:30 AEDT
📅 2025-11-20 | ⏰ Week 47, Q4 | 🌍 AEDT
💼 Business Hours: false | 📈 Market Hours: false | 🎉 Weekend: false

Full Documentation →


Discord-Postgres Dev Plugin

Expert agents for modern Discord bot development

Three specialized agents using 2025 best practices:

  • discordpy-expert - Discord.py 2.4+ (commands, events, UI)
  • postgres-expert - PostgreSQL (schema, queries, optimization)
  • bot-builder - Complete feature coordinator

Features:

  • ✅ discord.py 2.4+ with slash commands
  • ✅ asyncpg + SQLAlchemy 2.0 async ORM
  • ✅ Pydantic v2 validation
  • ✅ Production-ready patterns

Installation:

claude plugin install discord-postgres-dev@Sycochucky-claude-code-toolkit

Usage:

# Use via Task tool
Task(
    subagent_type="discord-postgres-dev:bot-builder",
    prompt="Create a leveling system with /rank and /leaderboard",
    description="Build leveling system"
)

Full Documentation →


🛠️ Tools

Time Awareness Installer (Legacy)

Shell installer for time-awareness wrapper script

Before the plugin existed, this was the way to add time awareness via a wrapper script.

Note: The plugin is now recommended over the wrapper script!

Files:

  • install-claude-time-awareness.sh - Bash/Zsh installer
  • Install-ClaudeTimeAwareness.ps1 - PowerShell installer

Installation:

bash tools/install-claude-time-awareness.sh

Then use:

claude-time --show-context

Full Documentation →


🏗️ Repository Structure

claude-code-toolkit/
├── plugins/                      # Claude Code plugins
│   ├── time-awareness/          # Time awareness plugin
│   │   ├── .claude-plugin/
│   │   ├── hooks/
│   │   └── README.md
│   └── discord-postgres-dev/    # Discord + PostgreSQL plugin
│       ├── .claude-plugin/
│       ├── agents/
│       ├── references/
│       └── README.md
├── tools/                        # Standalone tools
│   ├── install-claude-time-awareness.sh
│   └── Install-ClaudeTimeAwareness.ps1
├── docs/                         # Documentation
│   └── CLAUDE-TIME-AWARENESS-README.md
├── README.md                     # This file
└── LICENSE                       # MIT License

📖 Documentation

Plugin Development

Plugin Guides


🤝 Contributing

Contributions are welcome! Here's how you can help:

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/amazing-plugin)
  3. Commit your changes (git commit -m 'Add amazing plugin')
  4. Push to the branch (git push origin feature/amazing-plugin)
  5. Open a Pull Request

Ideas for Contributions

  • New plugins for specific workflows
  • Additional agents for discord-postgres-dev
  • More time-awareness features (holidays, custom periods)
  • Documentation improvements
  • Bug fixes and optimizations

📋 Requirements

  • Claude Code (latest version)
  • Bash/Zsh (for shell scripts on Linux/macOS/WSL)
  • PowerShell (for Windows scripts)
  • Git (for cloning and version control)

Plugin-Specific Requirements

Time Awareness:

  • Bash 4.0+ or Zsh
  • date command (standard on all Unix-like systems)

Discord-Postgres Dev:

  • Python 3.11+
  • PostgreSQL 15+ (for actual bot development)

🐛 Issues & Support

Found a bug or have a feature request?


📜 License

This project is licensed under the MIT License - see the LICENSE file for details.


🌟 Acknowledgments

  • Built for Claude Code by Anthropic
  • Inspired by the Claude Code plugin ecosystem
  • Community contributions welcome!

🔗 Links


📊 Stats

GitHub stars GitHub forks GitHub issues GitHub pull requests


Made with ❤️ for the Claude Code community

Related skills

AI & Agent Buildingagentsautomation

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.