一键导入
kairos-hook-projector
Compile mode_hooks definitions into the plugin_projector pipeline. Use to inspect mode_hooks status (read-only in stage 0).
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Compile mode_hooks definitions into the plugin_projector pipeline. Use to inspect mode_hooks status (read-only in stage 0).
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Governed autonomous OODA loop for cognitive agents. Use when starting, stepping, monitoring, or stopping agent sessions with human checkpoints and safety gates.
Manage Claude Code plugin projection from KairosChain SkillSets. Use when checking projection status, forcing re-projection, or verifying integrity.
Scaffold and design new SkillSets. Use when creating new SkillSet packages with tools, knowledge, and optional Claude Code plugin artifacts.
Exchange SkillSets between KairosChain instances via the decentralized Meeting Place. Use when acquiring, depositing, withdrawing, or browsing SkillSets from peers.
Self-amendment MCP server framework with layered skill architecture and blockchain auditability. Use when managing knowledge layers, evolving skills, auditing health, or understanding KairosChain's architecture and capabilities.
| name | kairos_hook_projector |
| description | Compile mode_hooks definitions into the plugin_projector pipeline. Use to inspect mode_hooks status (read-only in stage 0). |
Rides the existing plugin_projector pipeline as a compiler layer:
mode_hooks YAML → plugin/hooks.json → .claude/settings.json (via plugin_projector).
v0.1 stage 0: skeleton + schema + hooks_status (read-only). Zero side effect,
structurally guaranteed via boot-time hash/mtime assertion on projection target
files (DoD-0-4). Later stages add compile / project / unproject / composition.
hooks_status (read-only)Inspect current state of kairos_hook_projector. Reports stage, schema
location, and mode_hooks document inventory. Each invocation runs a pre/post
hash+mtime assertion over the watched projection targets
(.claude/settings.json and the SkillSet's own plugin/hooks.json); any
drift fails the call with StructuralAssertionFailure. This is the
structural side-effect-zero guarantee for stage 0, not a convention.
mode_hooks/_schema.json defines the envelope for mode_hooks definitions
(JSON Schema draft-04). Required: mode_name, version. Optional: hooks,
plus reserved composition fields (extends, conflict_policy).
See docs/drafts/kairos_hook_projector_design_v0.2_draft.md (frozen).