claude-agents Documentation

repository·main·Indexed 24 days ago

https://github.com/iannuttall/claude-agents

A collection of custom markdown-based agents for Claude Code, including specialized agents for code refactoring, security auditing, product planning, and frontend design. Provides instructions for installing agents globally in ~/.claude/agents/ or project-specifically in .claude/agents/.

Tokens
324
Snippets
2
Records
4
Agent score
35%

What's inside claude-agents

  1. Install agents for project-specific use

    main

    To use these agents only within a specific project, copy the agent markdown files into your project's .claude/agents/ directory. This ensures the agents are only available when working in that specific repository.

    mkdir -p .claude/agents
    cp agents/*.md .claude/agents/
  2. Install agents for global use across all projects

    main

    To make these agents available to Claude Code in every project you work on, copy the agent markdown files to your user's global Claude directory (~/.claude/agents/).

    mkdir -p ~/.claude/agents
    cp agents/*.md ~/.claude/agents/
  3. List of available Claude Code agents

    main

    The following custom agents are available in this repository:

    • 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