Skip to main content
ClaudeWave
Skill1.3k repo starsupdated today

spk-admin-agent-config

The spk-admin-agent-config skill configures Spec Kitty agent profiles by identifying the active host, verifying skill and command installation locations, confirming agent names for deployment, and loading profile doctrines as needed. Use this skill when setting up or modifying agent environments like Codex or Claude across different host systems while maintaining separation between infrastructure configuration and mission-specific content.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/Priivacy-ai/spec-kitty /tmp/spk-admin-agent-config && cp -r /tmp/spk-admin-agent-config/src/doctrine/skills/spk-admin-agent-config ~/.claude/skills/spk-admin-agent-config
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

# spk-admin-agent-config

Use this skill when the user needs to configure Codex, Claude, OpenCode, or
another agent for Spec Kitty.

## Flow

1. Identify the active host and project root.
2. Verify skill and command install locations for that host.
3. Confirm the agent name used by `spec-kitty next --agent <name>`.
4. Load profile doctrine through `spk-doctrine-profile-load` when needed.
5. Use `spk-start-agent-surface` for host capability differences.

## Rule

Keep host configuration separate from mission content.