Module skills

Module skills 

Source
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§

AgentSkill
A single Agent Skill in the open standard format.
SkillFrontmatter 🔒
SkillPack
Complete skill pack output (all agents as skills).

Enums§

SkillParseError
Errors from parsing SKILL.md files.
SkillResourceKind
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).