Sub-Agents
byshinpr
0Enables AI CLI tools like Cursor and Claude Code to invoke specialized, custom AI agents for specific tasks.
Acerca de
Sub-Agents acts as an MCP (Model Context Protocol) server, allowing your primary AI assistant (such as Cursor or Claude Code) to delegate tasks to highly specialized, custom-defined sub-agents. Users can create Markdown or text files to define the purpose and capabilities of each agent, for instance, a 'code-reviewer' or 'test-writer'. This setup empowers AI assistants to handle diverse and complex development tasks by leveraging context-specific expertise, streamlining workflows and enhancing AI-driven productivity within the code editor or terminal.
Características Principales
- Integrates seamlessly with Cursor CLI and Claude Code
- Define custom AI agents using simple Markdown or text files
- Configurable agent directory path and AI tool type
- Customizable execution timeout for complex agent tasks
- Delegate specialized tasks like code review, test writing, or SQL optimization to specific agents
- 0 GitHub stars
Casos de Uso
- Optimizing database queries, suggesting indexes, or assisting with complex JOINs via an 'sql-expert' agent
- Generating comprehensive unit tests and covering edge cases using a 'test-writer' agent
- Automating code reviews for quality, bugs, and improvements with a 'code-reviewer' agent