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. Set metadata.protocol and metadata.protocol_query in 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). Set metadata.protocols in SKILL.md to map alias → file path; optionally metadata.protocol_queries to map alias → search query. The agent picks the protocol from the user’s alias/trigger (e.g. /workflow-testreferences/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.

Workflow

  1. Search — Call kairos_search with query create KAIROS skill with KAIROS.md protocol (or the user’s phrasing, e.g. "create KAIROS skill", "create skill with protocol"). Use the space parameter if the user or environment specifies one; otherwise omit (default space).
  2. If no strong match (e.g. no choice with score ≥ 0.5) — Pick the refine choice from the response and run that protocol to improve the query, then search again.
  3. If no match — Read references/KAIROS.md. If it has YAML frontmatter (lines between ---), pass only the markdown after the closing --- to kairos_mint so the document starts with the H1. Use the same space as for search. Then search again.
Related skills
Installs
7
First Seen
Mar 12, 2026