Documentation
¶
Overview ¶
Package skill bundles the things-cli agent skill and manages its installation into supported AI coding agents (e.g. Claude Code).
The skill body is authored in a neutral Markdown source (SKILL.md), embedded into the binary. Each Agent adapter renders that source into on-disk files appropriate for its target (e.g. Claude Code's SKILL.md with YAML frontmatter).
Index ¶
Constants ¶
const ( Name = "things-cli" Description = "" /* 206-byte string literal not displayed */ )
Skill identity shared across agents. Individual agents may override these when their target requires it, but today every agent uses the defaults.
Variables ¶
This section is empty.
Functions ¶
func AgentNames ¶
func AgentNames() string
AgentNames returns a comma-separated list of registered agent names.
func Install ¶
Install writes the agent's rendered files to dir, creating it if needed, and overwrites any existing files.
func InstalledFiles ¶
InstalledFiles returns the agent's files present on disk under dir, sorted for stable output.