Coordinate Claude Code work with Kyberion by capturing the user prompt, opening or resuming a governed mission, selecting the right preference profile, and closing with an explicit review handoff.
Install
npx skillscat add famaoai-creator/kyberion/plugins-kyberion-claude-code-skills-kyberion-coordination Install via the SkillsCat registry.
SKILL.md
Kyberion Coordination
Use this skill when a Claude Code session should stay aligned with Kyberion instead of drifting into ad hoc edits.
Workflow
- Capture the user prompt as the shared coordination brief.
- Decide whether this is mission work, a small follow-up, or a review-only request.
- Use the governed Kyberion path first:
pnpm pipeline,scripts/mission_controller.ts, or thekyberion.*MCP tools. - Keep brief, theme, and pattern decisions separate for presentation work.
- End with
/ky-reviewwhen code, knowledge, or audit state changed.
Hook Expectations
SessionStart: load the operating-guide reminder.UserPromptSubmit: summarize the prompt and surface the next Kyberion step.PreToolUse: enforce tier-guard on writes.PostToolUse: record audit metadata.Stop: remind the operator to review or checkpoint the mission.
Notes
- Keep the prompt summary short.
- Prefer governed tools over raw shell or direct file edits when Kyberion has an actuator or pipeline for the task.
- Do not leak personal or confidential knowledge into the skill output.