What problem does it solve?
It solves the problem of a broken or outdated Claude configuration after you fork or clone the Vue SSR Starter Kit, especially when dependency versions, enabled skill modules, locales, or architecture assumptions change.
Core Features & Use Cases
- Post-fork adaptation checklist: Provides a structured process to rename project references, update hardcoded version notes, and align the configuration with your new repo identity.
- Skill and rules pruning/selection: Guides what to keep, customize, and remove when your fork changes scope (e.g., dropping MongoDB, authentication, Vuetify/SCSS, or i18n).
- Agent fleet and cross-link consistency: Instructs how to update
.claude/agents/ and to run the audit workflow to prevent broken references and stale index entries.
Quick Start
Tell the AI: “I forked vue-ssr for my new project—walk me through the exact post-fork changes I should make to CLAUDE.md, the skill set, the agent fleet, and the rules, and tell me what to verify with audit.py.”