Skip to main content
ClaudeWave
Skill1.3k estrellas del repoactualizado today

spk-admin-upgrade

The spk-admin-upgrade skill manages Spec Kitty framework version updates and repairs generated assets like commands, skills, and compatibility layers after version changes. Use this skill when users request upgrades or encounter stale generated components following a Spec Kitty version change. The skill identifies the current installed and project versions, executes the appropriate upgrade command, reviews migration output for necessary repairs, and validates the upgrade through setup checks.

Instalar en Claude Code
Copiar
git clone --depth 1 https://github.com/Priivacy-ai/spec-kitty /tmp/spk-admin-upgrade && cp -r /tmp/spk-admin-upgrade/src/doctrine/skills/spk-admin-upgrade ~/.claude/skills/spk-admin-upgrade
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

SKILL.md

# spk-admin-upgrade

Use this skill when the user asks to upgrade Spec Kitty or repair stale
generated assets after a version change.

## Flow

1. Identify installed version and project version.
2. Run the supported upgrade command.
3. Review migration output for command and skill repairs.
4. Re-run setup/doctor checks with `spk-admin-setup-doctor`.
5. Do not edit generated installed skills directly; update source skills or
   command templates.

## Rule

Treat upgrade output as a migration report. Fix the underlying source only when
the migration reveals a real product defect.