.claude/skills/create-agent/SKILL.md
Create a new agent with complete structure
npx skillsauth add baekenough/oh-my-customcode omcustom:create-agentInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Create a new agent with complete directory structure, files, and registration.
| Name | Type | Required | Description | |------|------|----------|-------------| | name | string | yes | Agent name (kebab-case) |
--type, -t Agent type (required)
Values: sw-engineer, sw-engineer/backend, infra-engineer, manager
--source, -s External source URL (for external agents)
--desc, -d Description
--skills Comma-separated skills to include
--dynamic Auto-discover skills and guides from context (used by routing fallback)
1. Validate input
├── Name is unique
├── Name is kebab-case
└── Type is valid
2. Create agent file
└── .claude/agents/{name}.md
4. Validate
└── Run mgr-supplier:audit
# {Name} Agent
> **Type**: {Type}
> **Source**: Internal
## Purpose
{Description}
## Capabilities
1.
2.
## Skills
| Skill | Purpose |
|-------|---------|
## Guides
| Guide | Purpose |
|-------|---------|
[mgr-creator:agent lang-golang-expert --type sw-engineer]
Creating agent: lang-golang-expert
[1/4] Validating...
✓ Name available
✓ Type valid: sw-engineer
[2/4] Creating agent file...
✓ .claude/agents/lang-golang-expert.md
[3/4] Validating...
✓ mgr-supplier:audit passed
Agent created successfully: .claude/agents/lang-golang-expert.md
development
Generate and maintain a persistent codebase wiki — LLM-built interlinked markdown knowledge base (Karpathy LLM Wiki pattern)
development
Use the project wiki as RAG knowledge source — search wiki pages to answer codebase questions before exploring raw files
tools
Analyze task trajectories to propose reusable SKILL.md candidates from successful patterns
data-ai
hada.io RSS feed monitoring for AI agent/harness articles with automated /scout analysis