Skip to content

Commit d92fe49

Browse files
author
GAP Promoter
committed
Add iannuttall/claude-agents to the registry
1 parent d317418 commit d92fe49

2 files changed

Lines changed: 50 additions & 0 deletions

File tree

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# claude-agents
2+
3+
A curated library of **seven Claude Code custom sub-agents** by [@iannuttall](https://github.com/iannuttall), covering the full software-development lifecycle. Drop any agent into `.claude/agents/` and Claude Code automatically selects the right specialist for each task.
4+
5+
## Available agents
6+
7+
| Agent | What it does |
8+
|---|---|
9+
| **code-refactorer** | Improves code structure, readability, and maintainability without changing behaviour |
10+
| **security-auditor** | Performs comprehensive security audits and produces prioritised remediation reports |
11+
| **prd-writer** | Creates detailed, structured Product Requirements Documents |
12+
| **project-task-planner** | Converts a PRD into a fully-phased development task list |
13+
| **frontend-designer** | Translates mockups and wireframes into component specs and design systems |
14+
| **content-writer** | Produces high-quality written content for a wide range of purposes |
15+
| **vibe-coding-coach** | Translates app ideas and aesthetic preferences into working software |
16+
17+
## Installation
18+
19+
```bash
20+
# Project-scoped
21+
mkdir -p .claude/agents
22+
cp agents/*.md .claude/agents/
23+
24+
# Global (all projects)
25+
mkdir -p ~/.claude/agents
26+
cp agents/*.md ~/.claude/agents/
27+
```
28+
29+
## Usage
30+
31+
Once installed, Claude Code detects and delegates tasks to the appropriate agent automatically — no extra configuration needed.
32+
33+
## Links
34+
35+
- Repository: https://github.com/iannuttall/claude-agents
36+
- License: MIT
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "claude-agents",
3+
"author": "iannuttall",
4+
"description": "Seven Claude Code sub-agents covering the full dev lifecycle: code refactoring, security auditing, PRD writing, task planning, frontend design, content writing, and vibe coaching.",
5+
"repository": "https://github.com/iannuttall/claude-agents",
6+
"version": "1.0.0",
7+
"category": "developer-tools",
8+
"tags": ["claude-code", "sub-agents", "code-refactoring", "security", "prd", "frontend", "productivity"],
9+
"license": "MIT",
10+
"model": "claude-sonnet-4-5-20250929",
11+
"adapters": ["claude-code", "system-prompt"],
12+
"icon": false,
13+
"banner": false
14+
}

0 commit comments

Comments
 (0)