Custom subagents for Claude Code
New!
Top 30.2% on sourcepulse
This repository provides custom sub-agents for Claude Code, designed to enhance its capabilities in specific development workflows. It targets developers seeking specialized AI assistance for tasks like code refactoring, content creation, frontend design, and project planning.
How It Works
The agents are implemented as Markdown files that Claude Code automatically discovers and utilizes. This approach allows for easy customization and extension of Claude's functionality without requiring direct code modifications to the core Claude application. Users can integrate these agents by copying them into designated project-specific or global directories.
Quick Start & Requirements
mkdir -p .claude/agents && cp agents/*.md .claude/agents/
mkdir -p ~/.claude/agents && cp agents/*.md ~/.claude/agents/
Highlighted Details
code-refactorer
: Code refactoring assistance.content-writer
: Content writing assistance.frontend-designer
: Frontend design assistance.prd-writer
: Product requirement document writing.project-task-planner
: Project planning and task breakdown.security-auditor
: Security audit assistance.vibe-coding-coach
: Coding guidance and coaching.Maintenance & Community
No specific community channels or maintenance details are provided in the README.
Licensing & Compatibility
The repository does not specify a license.
Limitations & Caveats
The effectiveness of these agents is dependent on the underlying Claude Code application's ability to interpret and utilize them. No performance benchmarks or specific compatibility requirements beyond the Claude Code application are mentioned.
1 week ago
Inactive