---
name: Spec Kitty Agent Config
slug: spec-kitty-agent-config
category: AI Engineering
description: Spec Kitty Agent Config configures agent profiles, host-specific paths, command installation, and model/tool routing for Spec Kitty. Use it when setting up Codex, Claude, OpenCode, or another agent to work with Spec Kitty.
github: "https://github.com/Priivacy-ai/spec-kitty/tree/main/src/doctrine/skills/spk-admin-agent-config"
language: Python
stars: 1521
forks: 147
install: "npx degit https://github.com/Priivacy-ai/spec-kitty/tree/main/src/doctrine/skills/spk-admin-agent-config ~/.claude/skills/spk-admin-agent-config"
installs_to: ~/.claude/skills/spk-admin-agent-config
source_path: src/doctrine/skills/spk-admin-agent-config/SKILL.md
collection_size: 25
category_size: 2451
collection_url: "https://dirskills.com/collections/Priivacy-ai/spec-kitty"
added: 2026-08-19T07:26:42.566Z
last_synced: 2026-08-19T07:26:42.566Z
canonical_url: "https://dirskills.com/skills/spec-kitty-agent-config"
---

# Spec Kitty Agent Config

Spec Kitty Agent Config configures agent profiles, host-specific paths, command installation, and model/tool routing for Spec Kitty. Use it when setting up Codex, Claude, OpenCode, or another agent to work with Spec Kitty.

**Install:**

```bash
npx degit https://github.com/Priivacy-ai/spec-kitty/tree/main/src/doctrine/skills/spk-admin-agent-config ~/.claude/skills/spk-admin-agent-config
```

## README

# 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.
