Expand description
Agent Skills interoperability (SKILL.md emit/parse).
Bridges CELLSTATE’s Pack agents to the open Agent Skills standard (agentskills.io).
Each [agents.*] entry in cstate.toml maps to a SKILL.md with YAML frontmatter.
Re-export path: cellstate_pipeline::pack::skills::*
Structs§
- Agent
Skill - A single Agent Skill in the open standard format.
- Skill
Frontmatter 🔒 - Skill
Pack - Complete skill pack output (all agents as skills).
Enums§
- Skill
Parse Error - Errors from parsing SKILL.md files.
- Skill
Resource Kind - Kind of bundled resource in a skill directory.
Constants§
- SKILL_
PACK_ SCHEMA_ VERSION - CELLSTATE’s version stamp for emitted SkillPack payloads.
Functions§
- default_
skill_ 🔒pack_ schema_ version - generate_
skill_ pack - Generate Agent Skills from a compiled CELLSTATE config.
- parse_
skill_ md - Parse a SKILL.md string into an AgentSkill.
- render_
skill_ md - Render a single AgentSkill as a SKILL.md string (YAML frontmatter + Markdown body).