Skip to main content
skaro skills manages the LLM instruction packs that enhance code generation for your stack.

Commands

skaro skills list

Show all available skills and their activation status.
Output:
Status values:
  • active — skill is enabled and injected into LLM prompts
  • disabled — explicitly turned off
  • available — exists in the catalog but not enabled
  • missing — referenced in config but the file is not found

skaro skills info

Show the full content of a specific skill.
Output:

skaro skills enable

Activate a skill.
For bundled/global/project skills, this adds the name to the active list in config.yaml. For preset skills that were previously disabled, this removes them from the disabled list.

skaro skills disable

Deactivate a skill.
Adds the skill to the disabled list. Preset skills remain in the preset but are no longer injected into prompts.

skaro skills create

Create a new custom skill from a template.
Creates .skaro/skills/our-api-rules.yaml with a starter template. Edit the file, then enable:

Examples

Enable skills for a full-stack project without using a preset:
Disable a preset skill you don’t need:
Create and enable a custom team skill: