kairos-create-skill
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.
Workflow
- Search — Call
kairos_searchwith querycreate KAIROS skill with KAIROS.md protocol(or the user’s phrasing, e.g. "create KAIROS skill", "create skill with protocol"). Use thespaceparameter if the user or environment specifies one; otherwise omit (default space). - 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. - If no match — Read references/KAIROS.md. If it has YAML frontmatter (lines between
---), pass only the markdown after the closing---tokairos_mintso the document starts with the H1. Use the same space as for search. Then search again.
More from debian777/kairos-mcp
kairos
>-
50kairos-install
>-
18kairos-bug-report
>-
13kairos-ai-docs
Find and run the zero-drift minimal template for writing AI instructions via KAIROS. Use when the user invokes /ai-docs or asks to write, generate, or update AI instructions using the zero-drift template.
7kairos-code
Run the KAIROS ELITE AI CODING STANDARDS protocol. Use when the user invokes /code, asks for AI coding rules, or wants code changes to follow the full protocol (feature branch, baseline tests, full suite, deploy to dev, validate, then promote).
7kairos-create-protocol
Run the KAIROS "Create New KAIROS Protocol Chain" protocol. Use when the user invokes /k create new protocol, or asks to create a new protocol, mint a workflow, or build a protocol (when kairos_search found no match and user confirms).
7