Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By tody-agent
Orchestrate the full AI-assisted development lifecycle from brainstorming through production deployment with integrated TDD, code review, quality gates, security checks, and context management. Automates project bootstrapping, debugging, design system extraction, and conversion tracking.
npx claudepluginhub tody-agent/codymaster --plugin cmInteractive onboarding tour — discover CodyMaster skills, workflows, and examples. Run this first to learn how to use the kit.
Deploy safely with multi-gate pipeline — test → build → stage → verify → production
Plan and design a feature before writing code — brainstorm intent, requirements, and architecture
Professional code review — pre-review checklist, severity classification, and PR feedback handling
Setup conversion tracking — Facebook/Meta Pixel, TikTok Events API, Google Ads, GTM
System designer. Use for technical design, API contracts, data modeling, and trade-off analysis before implementation.
Implementation specialist. Use for writing production code, refactoring, and TDD-driven feature work.
Product manager. Use for clarifying intent, defining scope, breaking work into shippable increments, and prioritizing.
Independent code reviewer. Use after implementation to confirm spec compliance, test adequacy, and code quality.
Security reviewer. Use for threat modeling, secret/PII review, and pre-deploy hardening of code that touches files, network, or user input.
End-to-end ad conversion tracking: Meta Pixel+CAPI, TikTok Events API, Google Ads Enhanced Conversions, GTM, attribution. Auto-detects industry, maps standard events, outputs a developer-ready implementation doc. Use for pixels, GTM, CAPI, ROAS, or 'set up tracking' requests.
Comprehensive publishing automation skill bridging AI agents (OpenClaw, Manus, Claude) to the Content Factory Router. Uses the Router API to publish markdown articles with rich media to any connected Astro site natively.
Easy-to-use conversational CLI (Claude Code style) for non-technical users to spawn parallel AI tasks supervised by a visual web dashboard.
Booking & Calendar CRO Engine — Packages all booking, scheduling, .ics download, and Google Calendar integration into a revenue-boosting system. Auto-detect industry → select matching pattern → generate calendar engine + booking UI + export logic. Integrates with cm-google-form (form → sheet) and cm-ads-tracker (conversion events). ALWAYS trigger for: booking, appointment, calendar, reminder, download ics, google calendar, add to calendar, book appointment, schedule, "create booking", "add scheduling", "appointment reminder system", "calendar CRO", "reduce no-show"
Strategic analysis gate for existing products — multi-dimensional evaluation (tech, product, design, business) using Design Thinking + 9 Windows (TRIZ) + Double Diamond. Outputs 2-3 qualified options with recommendations. Use BEFORE cm-planning for complex initiatives and enhancements on existing codebases.
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Structured, standards-aware development workflows for Claude Code
Project health and permission management, dev sessions, team updates with feedback triage, GitHub releases, multi-model brains trust, git workflows, UX audits, responsive layout testing, and browser automation.
Structured development skills for any project. Provides brainstorming, planning, parallel agent development, browser testing, systematic debugging, and self-improvement workflows.
A curated collection of AI coding agent skills for browser automation, frontend design, performance auditing, task tracking, and structured problem-solving workflows.
Agents for UI/UX design, accessibility, and user experience optimization
Full dev lifecycle: idea → prompt → plan → run → site audit → deep research. Multi-agent task executor with bd integration.
"I can't write code. But in 6 months, I shipped 12 real products using AI. CodyMaster is everything I learned — so you don't have to repeat my mistakes." — Tody Le, Head of Product, Creator of CodyMaster
50+ skills. One install. Your AI coding agent becomes a full team.
v7.0.2 — Browse Hybrid Bridge: AI-native browser automation with a11y snapshots, error collection, video recording.
( . \ --- / . )
/ ^ ^ \
( u )
| \ ___ / |
'--w---w--'
Meet Cody 🐹
You installed an AI coding agent. It writes code fast. But then:
"AI gave me 100 hands. Without discipline, those hands created chaos."
CodyMaster isn't a collection of random skills. It's an operating system for your AI agent — 50+ skills that work together like a real team.
When you install CodyMaster, you hire:
| Role | What They Do | Key Skills |
|---|---|---|
| Senior Developer | Write tests first, debug systematically, review code | cm-tdd cm-debugging cm-code-review |
| UX Designer | Extract design systems, preview UI before coding | cm-design-system cm-ux-master cm-open-design |
| Product Manager | Plan features, brainstorm ideas, understand users | cm-planning cm-brainstorm-idea |
| DevOps Engineer | Safe deploys, secret scanning, right-account checks | cm-safe-deploy cm-identity-guard |
| Tech Writer | Auto-generate docs, API refs, knowledge base from code | cm-dockit cm-codeintell |
| Automation Lead | Sprint pipelines, autopilot workflows, status tracking | cm-sprint-bus cm-autopilot |
Step 1: Install
npm install -g codymaster && cm
A wizard detects your AI tools (Claude Code, Cursor, Gemini, etc.) and installs skills to all of them.
Step 2: Start coding
Open your AI agent and say what you want:
Build a landing page for my coffee shop
Step 3: Watch it work
CodyMaster automatically chains the right skills:
cm-brainstorm-idea → cm-design-system → cm-execution → cm-safe-deploy
That's it. No config files. No setup ritual. Just describe what you want.
Here's a real conversation — a non-technical founder building a booking site:
You: I want to build a booking website for my spa business.
I have an old website at myspa.com but it looks terrible.
AI: [cm-brainstorm-idea] Let me analyze your current site first...
I found 3 key issues: no mobile booking, unclear pricing,
slow load time. Here are 2 approaches:
A) Redesign from scratch (recommended — your brand needs it)
B) Fix the existing site
You: Let's go with A.
AI: [cm-design-system] I'm extracting your brand colors from
myspa.com... Found: gold + navy. Building a design system.
[cm-planning] Here's the plan: booking page, services page,
about page, contact. Estimated: 30 minutes of AI work.
You: Sounds good, do it.
AI: [cm-tdd] Writing tests first...
[cm-execution] Building 4 pages...
[cm-dockit] Generating service descriptions and FAQ docs...
[cm-quality-gate] All tests pass. Performance: 98/100.
[cm-safe-deploy] Deploying to staging...
✅ Done. Preview: https://staging-myspa.pages.dev
You: The booking button is too small on mobile.
AI: [cm-debugging] Found it — padding was 8px, should be 16px.
[cm-code-review] Fix looks good. No side effects.
[cm-safe-deploy] Deployed fix.
✅ Fixed. Try now.
No code written by the human. No bugs introduced by the AI. The system caught the mobile issue before it reached production.