PersonaKit Grounding Skill

A host-local skill that resolves PersonaKit sessions before an agent chooses tools, skills, or files.

What It Does

This skill gives the host an autocomplete-friendly way to ground agent work in PersonaKit. It resolves or recommends the active contract through MCP or CLI before reading raw PersonaKit files.

Boundary

Host Examples

Codex

Install as a Codex skill and invoke it by name from chat or skill autocomplete.

~/.codex/skills/personakit-grounding/SKILL.md
Use $personakit-grounding to resolve the requested PersonaKit session before acting.

Open Codex skill example

Claude Code

Install as a project skill, then invoke it from the slash-command menu.

.claude/skills/personakit-grounding/SKILL.md
/personakit-grounding

Open Claude example

OpenCode

Install as an OpenCode skill. It can also discover Claude-compatible skill paths in supported setups.

.opencode/skills/personakit-grounding/SKILL.md
skill({ name: "personakit-grounding" })

Open OpenCode example

Cursor

Use a custom command as the front door. It is reusable workflow text, not a PersonaKit authorization source.

.cursor/commands/personakit-grounding.md
/personakit-grounding

Open Cursor example

GitHub Copilot IDE Chat

Use a prompt file for one-shot grounding in supported IDEs. Keep durable authority in the resolved PersonaKit contract.

.github/prompts/personakit-grounding.prompt.md
/personakit-grounding

Open Copilot example

Files