claude-agents  by iannuttall

Custom subagents for Claude Code

created 1 week ago

New!

1,358 stars

Top 30.2% on sourcepulse

GitHubView on GitHub
Project Summary

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

  • Installation:
    • Project-Specific: mkdir -p .claude/agents && cp agents/*.md .claude/agents/
    • Global: mkdir -p ~/.claude/agents && cp agents/*.md ~/.claude/agents/
  • Prerequisites: Claude Code application.

Highlighted Details

  • Available Agents:
    • 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.

Health Check
Last commit

1 week ago

Responsiveness

Inactive

Pull Requests (30d)
2
Issues (30d)
0
Star History
1,429 stars in the last 90 days

Explore Similar Projects

Feedback? Help us improve.