add
Scaffold a new custom skill, or install an agent bundle (e.g. core-agents).
Usage
ag-skill add <name>
Examples
# Scaffold a custom skill
ag-skill add my-custom-skill
# Scaffold with a specific target
ag-skill add my-custom-skill --target copilot
# Install the core-agents bundle (default stacks: dotnet + react)
ag-skill add core-agents
# With explicit stack selection
ag-skill add core-agents --backend python --frontend react
ag-skill add core-agents --backend java --frontend react
Options
| Option | Description |
|---|---|
--target | Target: copilot, claude, cursor, all |
--backend | Backend stack for bundles: dotnet, python, java, go |
--frontend | Frontend stack for bundles: react |
Help
ag-skill add --help