Skill
compozy skill
Manage local AgentSkills
- Audience
- Operators running durable agent work
- Focus
- Skill guidance shaped for scanability, day-two clarity, and operator context.
compozy skill
Manage local AgentSkills
Options
-h, --help help for skillOptions inherited from parent commands
--json Emit JSON output
-o, --output string Output format: human, json, jsonl, or toon (default "human")Output Formats
Every Compozy command supports -o, --output:
humanfor interactive terminal usejsonfor scripts and other machine-readable consumersjsonlfor wait or streaming commands that emit one JSON record per linetoonfor compact agent-readable summaries
Subcommands
| Command | Description |
|---|---|
| compozy skill create | Scaffold a new workspace skill |
| compozy skill disable | Disable a daemon-managed skill |
| compozy skill enable | Enable a daemon-managed skill |
| compozy skill info | Show one Marketplace skill entry |
| compozy skill inspect | Inspect installed skill metadata and resources |
| compozy skill install | Install a marketplace skill |
| compozy skill list | List locally available skills |
| compozy skill remove | Remove an installed marketplace skill |
| compozy skill search | Search marketplace skills |
| compozy skill update | Check for or install updates for marketplace skills |
| compozy skill view | Read a skill or one of its resource files |
| compozy skill where | Show every path participating in skill resolution |