claude-agents  by iannuttall

Custom subagents for Claude Code

Created 2 months ago
1,846 stars

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

2 months ago

Responsiveness

Inactive

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

Explore Similar Projects

Starred by John Resig John Resig(Author of jQuery; Chief Software Architect at Khan Academy) and Didier Lopes Didier Lopes(Founder of OpenBB).

CCPlugins by brennercruvinel

2.3%
2k
Claude Code CLI enhancement framework
Created 2 months ago
Updated 1 week ago
Starred by Gregor Zunic Gregor Zunic(Cofounder of Browser Use), Yineng Zhang Yineng Zhang(Inference Lead at SGLang; Research Scientist at Together AI), and
2 more.

agents.md by openai

3.6%
7k
A format for guiding coding agents
Created 1 month ago
Updated 1 day ago
Feedback? Help us improve.