spk-admin-agent-config

Configures Spec Kitty agent profiles, host paths, command installation, and model routing.

1.6k|156|Updated Oct 9, 2025
One-click install
npx skills add https://github.com/Priivacy-ai/spec-kitty --skill spk-admin-agent-config
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: spk-admin-agent-config
Source: https://github.com/Priivacy-ai/spec-kitty/tree/main/src/charter/offering/skills/spk-admin-agent-config
Command: npx skills add https://github.com/Priivacy-ai/spec-kitty --skill spk-admin-agent-config

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Setting up AI coding agents like Codex, Claude, or OpenCode to work with Spec Kitty requires knowing each host's skill and command install locations, agent naming, and capability differences, which is easy to get wrong.

Core Features & Use Cases

  • Host Detection: Identifies the active agent host and project root before applying configuration.
  • Install Verification: Confirms skill and command install locations for the specific host.
  • Agent Naming: Validates the agent name used by spec-kitty next --agent <name> so work packages route to the right agent.
  • Use Case: When onboarding Claude Code into a Spec Kitty project, use this Skill to verify the command installation paths and confirm the agent name before dispatching work packages.

Quick Start

Configure my Claude Code agent for this Spec Kitty project and verify its install paths and agent name.

Frequently Asked Questions about spk-admin-agent-config

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure Claude Code or Codex for Spec Kitty?

Identify the active host and project root, then verify the skill and command install locations for that host. Confirm the agent name matches what spec-kitty next --agent expects before dispatching work.

How do I verify Spec Kitty command installation paths?

Check the host-specific skill and command install locations after identifying the active host. Each agent host stores commands in a different directory, so verification must be done per host.

Does Spec Kitty support multiple AI coding agents?

Yes, Spec Kitty supports Codex, Claude, OpenCode, and other agent hosts. Each host has its own capability differences, which can be checked through the agent surface configuration step.

Why is my agent name not recognized by spec-kitty next?

The agent name passed to spec-kitty next --agent must match the configured profile for the active host. Confirm the exact agent name during configuration and keep host configuration separate from mission content.