Directory of specialized subagents for code analysis, development, refactoring, documentation generation, research, security audits, and performance optimization. Invoke @README to delegate category-specific tasks.
From harness-engineeringnpx claudepluginhub alchemiststudiosdotai/harness-engineeringManages AI prompt library on prompts.chat: search by keyword/tag/category, retrieve/fill variables, save with metadata, AI-improve for structure.
Manages AI Agent Skills on prompts.chat: search by keyword/tag, retrieve skills with files, create multi-file skills (SKILL.md required), add/update/remove files for Claude Code.
Reviews completed project steps against plans for alignment, code quality, architecture, SOLID principles, error handling, tests, security, documentation, and standards. Categorizes issues as critical/important/suggestions.
This directory contains specialized AI agents organized by category.
agents/
├── analysis/ # Code analysis and investigation agents
├── development/ # Code development and refactoring agents
├── documentation/ # Documentation generation agents
├── research/ # Research and information gathering agents
├── security/ # Security analysis agents
├── performance/ # Performance optimization agents
├── README.md # This file
└── guide.md # Comprehensive subagent guide
Agents for analyzing and understanding code:
codebase-locator.md - Find WHERE code lives in a codebasecodebase-analyzer.md - Understand HOW code workscode-synthesis-analyzer.md - Analyze recently implemented code changesAgents for code development tasks:
tdd-python.md - Test-Driven Development for Pythoncode-clarity-refactorer.md - Apply refactoring rules for claritybug-issue-creator.md - Analyze bugs and create GitHub issuesAgents for documentation tasks:
git-diff-documentation-agent.md - Document changes from git diffstech-docs-maintainer.md - Maintain technical documentationtechnical-docs-orchestrator.md - Multi-stage documentation creationprompt-engineer.md - Optimize and improve promptsAgents for research tasks:
web-docs-researcher.md - Search web for official documentationmulti-agent-synthesis-orchestrator.md - Orchestrate multiple research agentsAgents for security analysis:
security-orchestrator.md - Comprehensive security investigationsAgents for performance optimization:
memory-profiler.md - Identify memory leaks and optimization opportunitiesSee guide.md for detailed information about creating, configuring, and using subagents effectively.