home/claude/skills/cc-add-agent/SKILL.md
Create a global Claude Code agent in ~/.claude/agents
npx skillsauth add lambdalisue/dotfiles cc-add-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.
$ARGUMENTS = {name} {description...}
Parse the arguments:
.md)~/.claude/agents/
name, description, model, color---
name: { name }
description: { Brief description ending with period }
color: { blue|green|yellow|red|purple|cyan }
---
{One-line persona/expertise statement}
## Principles
1. **Key Principle**: Explanation
2. ...
## Prohibitions
- **No X**: Reason
## Workflow
1. **Phase**: Actions
2. ...
## When Uncertain
{How to handle ambiguity}
blue, green, yellow, red, purple, cyan, magenta, orange, white
Input: /cc-add-agent api-designer Design RESTful APIs following best practices
Output: ~/.claude/agents/api-designer.md
Input: /cc-add-agent security-reviewer Review code for security vulnerabilities
Output: ~/.claude/agents/security-reviewer.md
Analyze the {description} to understand the intended purpose, then write the agent file content:
Parse $ARGUMENTS and create the appropriate agent file. Ask for user approval before writing.
tools
Update the title and body of an existing pull request WITHOUT asking for approval
tools
Create a pull request with title and body based on commits WITHOUT asking for approval
tools
Create a Conventional Commit from already staged changes WITHOUT asking for approval
tools
Map staged changes to existing commits and create fixup commits for autosquash WITHOUT asking for approval