home/claude/skills/cc-add-agent-local/SKILL.md
Create a project-local Claude Code agent in .claude/agents
npx skillsauth add lambdalisue/dotfiles cc-add-agent-localInstall 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/ (relative to project root)
.git, package.json, Cargo.toml, deno.json, etc.)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-local migrator Handle database migrations for this project
Output: {project-root}/.claude/agents/migrator.md
Input: /cc-add-agent-local e2e-tester Run and debug E2E tests
Output: {project-root}/.claude/agents/e2e-tester.md
Analyze the {description} to understand the intended purpose, then write the agent file content:
Parse $ARGUMENTS, locate project root, 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