
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-toolkitAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | November 25, 2025 |
|---|---|
| Repository | Sycochucky/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.
🚀 What's Included
🔌 Plugins
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!
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
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"
)
🛠️ 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 installerInstall-ClaudeTimeAwareness.ps1- PowerShell installer
Installation:
bash tools/install-claude-time-awareness.sh
Then use:
claude-time --show-context
🏗️ 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
- Creating Plugins (Coming soon)
- Hook System Guide (Coming soon)
- Agent Development (Coming soon)
Plugin Guides
🤝 Contributing
Contributions are welcome! Here's how you can help:
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-plugin) - Commit your changes (
git commit -m 'Add amazing plugin') - Push to the branch (
git push origin feature/amazing-plugin) - 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
datecommand (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
Made with ❤️ for the Claude Code community