home / skills / outfitter-dev / agents / cli-dev
/outfitter/skills/cli-dev
npx playbooks add skill outfitter-dev/agents --skill cli-devReview the files below or copy the command above to add this skill to your agents.
---
name: cli-dev
description: "REDIRECT: Use cli-dev:cli-dev instead. CLI development skills live in the cli-dev plugin."
---
# Skill Moved
This skill has moved to the **cli-dev** plugin.
## Correct Invocation
Use the Skill tool with:
```
cli-dev:cli-dev
```
## Why the Redirect?
CLI-specific development skills (argument parsing, help text, subcommands, error messages) are maintained in the dedicated `cli-dev` plugin, not outfitter.
**outfitter** contains core methodology skills (TDD, debugging, architecture).
**cli-dev** contains CLI-specific patterns and guidelines.
## Action Required
Invoke the correct skill now:
```
Skill: cli-dev:cli-dev
```