← ClaudeAtlas

cm-how-it-worklisted

Complete guide to vibe coding with the CodyMaster skill kit — from idea to deploy. Covers the full workflow, skills used at each phase, and common use cases. Read this first if you are new; reference it whenever you're unsure which skill to invoke.
tody-agent/codymaster · ★ 44 · AI & Automation · score 68
Install: claude install-skill tody-agent/codymaster
# CodyMaster Kit — The Ultimate Vibe Coding Guide ## Overview The **CodyMaster (CM)** kit transforms ideas into production code through 13 specialized, optimized skills. This workflow ensures the highest quality, absolute security, and maximum execution speed. ``` 💡 Idea → 🔍 Analysis → 📐 Design → 🧪 Test-first (TDD) → 💻 Code → ✅ Verify → 🚀 Deploy → 🔄 Iterate ``` --- ## Workflow ### Phase 0: Identity & Safety 🔒 > **Rule #1:** Always verify identity before performing any action that could change the project state. - **Skill:** `cm-identity-guard` - **When:** At the start of a work session, before git push, deploy, or database operations. - **Action:** Run `node check-identity.js` (or similar script) to verify GitHub/Cloudflare/Supabase accounts. --- ### Phase 0.3: Knowledge Infrastructure Setup 🧠 > **For large codebases, establish the memory foundation before planning.** - **Skills:** `cm-codeintell` + `cm-dockit` + `cm-deep-search` + `cm-notebooklm` - **When:** When onboarding to a new codebase or starting a massive refactoring initiative. - **Action:** 1. Scan structure with `cm-codeintell` to build the Skeleton Index. 2. Generate missing architectural docs with `cm-dockit`. 3. Index the docs for fast local retrieval with `cm-deep-search` (qmd). 4. Sync high-value patterns to the Cloud Brain with `cm-notebooklm`. - **Output:** A fully indexed 5-tier memory ecosystem ready for precise, low-token AI problem solving. --- ### Phase 0.5: Strateg