kairos-create-skill
Installation
SKILL.md
kairos-create-skill
Run the Create KAIROS skill (with KAIROS.md protocol) protocol via KAIROS. The protocol is bundled in references/KAIROS.md. If it is not yet installed in your KAIROS space, mint it first, then run it.
Single vs multiple protocols (aliases)
- Single protocol: One protocol in
references/KAIROS.md. Setmetadata.protocolandmetadata.protocol_queryin SKILL.md. - Multiple protocols (aliases): One protocol per alias in
references/KAIROS-{alias}.md(e.g.references/KAIROS-workflow-test.md,references/KAIROS-ai-mcp-integration.md). Setmetadata.protocolsin SKILL.md to map alias → file path; optionallymetadata.protocol_queriesto map alias → search query. The agent picks the protocol from the user’s alias/trigger (e.g./workflow-test→references/KAIROS-workflow-test.md).
Versioning
- Skill version: In frontmatter above (
metadata.version). Bumped when the skill instructions or protocol reference change. - Protocol version: In each protocol file frontmatter (
version). Bumped when that protocol’s steps or challenges change.