Takes an existing codebase and generates the Claude Code configuration files it needs to work well with AI coding. You run an analyzer script, it detects your languages and patterns, then helps you create CLAUDE.md, rules, skills, and commands based on what it finds. The decision tree is solid: solo projects get just CLAUDE.md, team projects add selective configs, enterprises get the full setup. What works here is the phased approach that reads your actual code before generating anything, and the bundled skills for discovering what already exists before you reinvent it. Good for onboarding legacy projects to vibe coding without cargo culting a bunch of configs you don't need.
npx skills add https://github.com/nicepkg/ai-workflow --skill legacy-to-ai-ready