Skip to main content
ClaudeWave
Skill1.3k estrellas del repoactualizado 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.

Instalar en Claude Code
Copiar
git 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-load
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

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.