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
- The host skill improves discovery and invocation.
- PersonaKit remains the source of contract authority.
- Available host skills are not automatically authorized.
- Missing or forbidden capabilities cause a stop.
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.
Claude Code
Install as a project skill, then invoke it from the slash-command menu.
.claude/skills/personakit-grounding/SKILL.md
/personakit-grounding
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" })
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
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