Skill1.3k repo starsupdated today
spk-doctrine-profile-load
The spk-doctrine-profile-load skill dynamically loads Spec Kitty agent profiles during interactive sessions, retrieving identity parameters, governance rules, operational boundaries, and initialization settings on demand. Use this skill when an agent requires a profile outside its normal runtime execution or when a user requests adoption of a specific operational role for the current session.
Install in Claude Code
Copygit clone --depth 1 https://github.com/Priivacy-ai/spec-kitty /tmp/spk-doctrine-profile-load && cp -r /tmp/spk-doctrine-profile-load/src/doctrine/skills/spk-doctrine-profile-load ~/.claude/skills/spk-doctrine-profile-loadThen start a new Claude Code session; the skill loads automatically.
Definition
SKILL.md
# spk-doctrine-profile-load Use this skill when the agent needs a profile outside the runtime loop or the user asks to adopt a specific role. ## Flow 1. Identify the requested profile and active mission context. 2. Load only the profile's initialization declaration and relevant boundaries. 3. Apply the role for the current session or routed task. 4. Return to `spk-run-next` for mission advancement. ## Legacy Alias For detailed ad hoc profile mechanics, use `ad-hoc-profile-load` when available.