Skill

ctx skill¶
Manage reusable instruction bundles that can be installed into
.context/skills/.
A skill is a directory containing a SKILL.md file with YAML
frontmatter (name, description) and a Markdown instruction
body. Skills are loaded by the agent context packet when
--skill <name> is passed to ctx agent.
ctx skill install¶
Install a skill from a source directory.
Arguments:
source: Path to a directory containingSKILL.md
Examples:
ctx skill list¶
List all installed skills.
Examples:
ctx skill remove¶
Remove an installed skill.
Arguments:
name: Skill name to remove
Examples:
See also: Building Project Skills recipe.