Claude Agents
Development community intermediate
Description
This repository contains custom agents for Claude Code.
Installation
Terminal
claude install-skill https://github.com/iannuttall/claude-agents README
Claude Code Custom Agents
This repository contains custom agents for Claude Code.
Installation
For Project-Specific Use
Copy the agents to your project's `.claude/agents/` directory:
mkdir -p .claude/agents
cp agents/*.md .claude/agents/
For Global Use (All Projects)
Copy the agents to your user's Claude directory:
mkdir -p ~/.claude/agents
cp agents/*.md ~/.claude/agents/
Available Agents
- undefined
Usage
Once installed, Claude Code will automatically detect and use these agents when appropriate for your tasks.
Related Skills
next.js
| The React Framework | 138360 | 1503 | 1 |
Development community sharing-skills
skill for guidance.
Development community root-cause-tracing
Use when errors occur deep in execution and you need to trace back to find the original trigger.
Development community Template Skill
Minimal skeleton for a new skill project structure.
Development community Third-party Notices
THE FOLLOWING SETS FORTH ATTRIBUTION NOTICES FOR THIRD PARTY SOFTWARE THAT MAY BE CONTAINED IN PORTIONS OF THIS PRODUCT. ---
Development official Claude API
When code imports anthropic/@anthropic-ai/sdk/claude_agent_sdk, or user asks to use Claude APIBuild apps with the Claude API or Anthropic SDK
Development official