spec-kitty-setup-doctor

Solid

Install, verify, and recover the modern Spec Kitty 2.0.11+ operating surface. Triggers: "set up Spec Kitty", "skills missing", "next is blocked", "runtime is broken", "doctrine assets are missing", "my agent can't find the skills". Does NOT handle: generic coding questions with no Spec Kitty context, direct runtime loop advancement, or editorial glossary maintenance.

AI & Automation 1,449 stars 131 forks Updated today MIT

Install

View on GitHub

Quality Score: 87/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# spec-kitty-setup-doctor Diagnose and repair the Spec Kitty installation for the current project and agent. Use this skill when the user reports that Spec Kitty is not working, skills are missing, slash commands are unavailable, or the runtime environment appears broken. --- ## Step 1: Detect Environment Determine the active agent, repository state, and working directory. **What to check:** - Which AI agent is running (Claude Code, Codex, Gemini CLI, etc.) - Whether the current directory is inside a git repository - Whether a `.kittify/` directory exists (indicates prior initialization) - Whether this is a worktree or the repository root checkout **Commands:** ```bash git rev-parse --show-toplevel ls .kittify/config.yaml spec-kitty --version ``` **Expected outcome:** You know the agent identity, repo root path, and whether Spec Kitty was previously initialized. --- ## Step 2: Verify Installation Check that skill roots, wrapper roots, manifest, and generated artifacts are present. **What to check:** - Skill root directory exists for the active agent (see `references/agent-path-matrix.md`) - Wrapper root (slash-command directory) exists for the active agent - The relevant manifest exists and is valid JSON: `.kittify/skills-manifest.json` for legacy canonical skills and/or `.kittify/command-skills-manifest.json` for command-skill agents - Skill files listed in the manifest are present on disk **Commands:** ```bash spec-kitty doctor skills --json ``` If `sp...

Details

Author
Priivacy-ai
Repository
Priivacy-ai/spec-kitty
Created
9 months ago
Last Updated
today
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category