Expand description
Ungated agent-skill artifact generation.
This surface emits descriptors for the tool’s declared agent capabilities
in formats consumable by LLM coding agents (Claude Code, OpenAI Codex CLI).
Unlike the redaction-oriented surface in crate::agent, this surface is
always available — installing skill artifacts is a human-initiated action,
not a supervised agent inspection path.
Enums§
- Emit
DirError - Errors that can occur when resolving the skill artifact destination directory.
Functions§
- render_
describe - Render
agent describefor a single capability. - render_
list - Render the
agent listoutput. - render_
skill_ md - Render a Claude/Codex-compatible
SKILL.mdbody for one capability. - resolve_
emit_ dir - Resolve the directory under which
<skill>/SKILL.mdartifacts will be written. - run_
agent_ subcommand - Dispatch an
AgentSubcommandfor the given tool. - skill_
name - Construct the canonical skill artifact name for a capability.