claude-agents  by iannuttall

Custom subagents for Claude Code

Created 7 months ago
2,026 stars

Top 21.5% 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

7 months ago

Responsiveness

Inactive

Pull Requests (30d)
0
Issues (30d)
0
Star History
35 stars in the last 30 days

Explore Similar Projects

Starred by Dax Dax(Core Contributor to opencode, SST) and Adam Elmore Adam Elmore(Cofounder of StatMuse; Contributor to opencode).

oh-my-openagent by code-yeongyu

5.3%
39k
LLM agent orchestration for enhanced IDE workflows
Created 3 months ago
Updated 21 hours ago
Feedback? Help us improve.