Help us improve
Share bugs, ideas, or general feedback.
From kairos-chain
Describes KairosChain's L0/L1/L2 skill architecture with blockchain auditability. Guides use when managing knowledge layers, evolving skills, or auditing health.
npx claudepluginhub masaomi/kairoschain_2026 --plugin kairos-chainHow this skill is triggered — by the user, by Claude, or both
Slash command
/kairos-chain:kairos-chainThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
KairosChain provides a layered skill architecture (L0/L1/L2) with blockchain-backed auditability.
Guides technical evaluation of code review feedback: read fully, restate for understanding, verify against codebase, respond with reasoning or pushback before implementing.
Share bugs, ideas, or general feedback.
KairosChain provides a layered skill architecture (L0/L1/L2) with blockchain-backed auditability. All core functionality is provided via MCP tools. This skill provides an architectural overview and guides you to per-SkillSet skills for detailed workflows.
Immutable safety rules and meta-governance. L0 defines the rules that govern L0 itself — this structural self-referentiality is the foundation of KairosChain's design. Changes require human approval and full blockchain recording.
Project knowledge in structured format. Changes recorded with hash references.
Use knowledge_list and knowledge_get to browse, skills_promote to promote from L2.
Temporary session context. Free modification, no blockchain recording.
Use context_save for session work, promote to L1 when proven valuable.
L2 (free) → skills_promote → L1 (recorded) → skills_promote → L0 (human approval + blockchain)
Each layer has increasing governance requirements. This gradient ensures that volatile ideas can be captured freely (L2) while stable knowledge is protected (L0).
Detailed workflow guides are provided by individual SkillSets:
Use tool_guide for dynamic tool discovery and workflow recommendations.
If the MCP server is not running, these skills and agents are still visible but MCP tools will not be available. To connect:
gem install kairos-chain is installed (Ruby 3.0+ required).mcp.json configuration in the project root/reload-plugins