npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

codymaster

v4.4.1

Published

65 Skills. Ship 10x faster. AI-powered coding skill kit for Claude, Cursor, Gemini & more.

Readme

English | Tiếng Việt | 中文 | Русский | 한국어 | हिन्दी

🧠 CodyMaster

Your AI Agent is smart. CodyMaster makes it wise.

60+ Skills · 11 Commands · 1 Plugin · 7+ Platforms · 6 Languages

    ( . \ --- / . )
     /   ^   ^   \
    (      u      )
     |  \ ___ /  |
      '--w---w--'
       Meet CodyMaster 🐹
  Your smart coding companion.

CodyMaster Kanban Dashboard

🌟 If CodyMaster saves you time, give it a Star! 🌟


🛑 The Problem Nobody Talks About

You installed an AI coding agent. It's brilliant. It writes code faster than any human.

But then reality hits:

| 😤 What Actually Happens | 💀 The Real Cost | | ----------------------------------------------------------------------------------- | ---------------------------------------------- | | AI designsdifferently every single time — same brand, 3 different styles | Clients think you're 3 different companies | | AI fixes one bug,silently breaks 5 other things | You redo the same work 3-4 times | | AIforgets everything between sessions | You re-explain the same codebase every morning | | AI writes zero tests, zero docs | Your codebase becomes a house of cards | | You install 15 different skills —none of them talk to each other | Frankenstein toolkit with zero synergy | | Deploy to production =deploy and pray 🙏 | Broken deploys at 2 AM, no rollback |

"AI gave me 100 hands. But without discipline, those hands created chaos."Tody Le, Head of Product · 10+ years · Creator of CodyMaster


🟢 The Solution: An Entire Senior Team in One Kit

CodyMaster isn't just "another AI skills pack." It's 10+ years of product management experience + 6 months of battle-tested vibe coding, distilled into 60+ interconnected skills that work as a single integrated system.

When you install CodyMaster, you're not adding skills. You're hiring an entire senior team:

graph TD
    A["🧠 CodyMaster Kit"] --> B["👨‍💻 Senior Developer<br/><i>cm-tdd · cm-debugging · cm-code-review</i>"]
    A --> C["🎨 UX Lead<br/><i>cm-design-system · cm-ux-master · cm-ui-preview</i>"]
    A --> D["📋 Product Manager<br/><i>cm-planning · cm-brainstorm-idea · cm-jtbd</i>"]
    A --> E["🔒 DevOps Engineer<br/><i>cm-safe-deploy · cm-secret-shield · cm-security-gate · cm-identity-guard</i>"]
    A --> F["📝 Technical Writer<br/><i>cm-dockit · cm-content-factory</i>"]
    A --> G["📈 Growth Marketer<br/><i>cm-ads-tracker · cro-methodology</i>"]
    style A fill:#fbc531,stroke:#e1b12c,color:#2f3640,stroke-width:3px
    classDef team fill:#2f3640,stroke:#dcdde1,stroke-width:1px,color:#fff;
    class B,C,D,E,F,G team;

⚡ What Makes CodyMaster Different

Other skill packs give you loose tools. CodyMaster gives you an interconnected operating system for your AI. CodyMaster provides 60+ skills that chain, share memory, and communicate.

🔄 Full Lifecycle Coverage (Idea → Production)

No gaps. No manual handoffs. Every phase is covered:

graph LR
    A["💡 Idea"] --> B["📋 Plan"]
    B --> C["🎨 Design"]
    C --> D["🧪 Test First"]
    D --> E["💻 Code"]
    E --> F["🔍 Debug"]
    F --> G["✅ Quality Gate"]
    G --> H["🔒 Security Scan"]
    H --> I["🚀 Deploy"]
    I --> J["📊 Monitor"]
    J --> K["📝 Document"]
    K --> L["🧠 Learn & Improve"]
    L -.-> A
    classDef phase fill:#353b48,stroke:#fbc531,stroke-width:2px,color:#fff;
    class A,B,C,D,E,F,G,H,I,J,K,L phase;

🧠 The Unified Brain: 5-Tier Memory Architecture

Your AI doesn't just execute — it understands and remembers using a multi-scale, 5-Tier Unified Brain system that persists across sessions and machines:

  1. Sensory Memory (Session) — Immediate context of active files and terminals.
  2. Working Memory (cm-continuity) — Cross-session scratchpad. AI never repeats the same mistake.
  3. Long-Term Memory (learnings.json) — Reinforced lessons with smart Ebbinghaus TTL decay.
  4. Semantic Memory (cm-deep-search) — Local vector search across docs using qmd.
  5. Structural Memory (cm-codeintell) — AST-based CodeGraph. Up to 95% token compression for full codebase context.

☁️ The Cloud Brain (cm-notebooklm) High-value knowledge and design patterns are synced to NotebookLM, providing a universal, cross-machine "Soul" for your project. Auto-generate podcasts and flashcards to onboard human developers alongside the AI.

📖 Read the full Knowledge Architecture →

🛡️ Multi-Layer Protection (Your Codebase Won't Get Destroyed)

Every line of code passes through multiple safety gates before reaching production:

flowchart LR
    subgraph "Layer 1: Write"
        A["cm-tdd<br/>Tests First"] --> B["cm-code-review"]
    end
    subgraph "Layer 2: Secure"
        B --> C["cm-secret-shield<br/>Leak Scan"] --> S["cm-security-gate<br/>Vuln Scan"] --> D["cm-identity-guard<br/>Right Account"]
    end
    subgraph "Layer 3: Isolate"
        D --> E["cm-git-worktrees<br/>Isolated Branch"]
    end
    subgraph "Layer 4: Deploy"
        E --> F["cm-quality-gate<br/>Evidence Check"] --> G["cm-safe-deploy<br/>Multi-Gate Pipeline"]
    end
    style A fill:#e84118,stroke:#c23616,color:#fff
    style C fill:#e84118,stroke:#c23616,color:#fff
    style F fill:#0097e6,stroke:#00a8ff,color:#fff
    style G fill:#4cd137,stroke:#44bd32,color:#fff

Result: Zero leaked secrets. Zero wrong-account deploys. Zero "worked on my machine" failures.

🎨 Design System Builder — Even From Old Products

Got a legacy product with no design system? cm-design-system scans your website, extracts colors, typography, spacing, and tokens, then rebuilds a proper design system. Preview designs visually with Pencil.dev or Google Stitch before writing a single line of code.

📝 Zero Documentation? No Problem.

Don't know what the old code does? cm-dockit reads your entire codebase and generates:

  • 📚 Technical architecture docs
  • 📖 User guides & SOPs
  • 🔌 API references
  • 🎯 Persona analysis & JTBD mapping
  • 🌐 Multi-language. SEO-optimized.

One scan = Complete knowledge base.

💡 Strategic Brainstorming (Design Thinking + 9 Windows)

Before diving into code for complex requests, cm-brainstorm-idea evaluates your product using multi-dimensional analysis (Tech, Product, Design, Business). It generates 2-3 qualified options using the 9 Windows (TRIZ) framework and provides a visual UI Preview via Pencil.dev or Google Stitch to validate the direction before detailed planning.

🏭 AI Content Factory v2.0 & Visual Dashboard

Need to scale content? cm-content-factory is a self-learning, multi-agent content engine. It automatically researches, writes, audits (SEO & Persuasion), and deploys high-converting articles with the Content Mastery framework (StoryBrand + Cialdini) to guarantee conversion.

Track it all on the Visual Dashboard (cm-dashboard): No more guessing. Track every task, every agent, every deployment on a real-time Kanban board. Pipeline progress, token tracker, event log — all on one screen.


🆚 Scattered Skills vs CodyMaster

| | 😵 15 Random Skills | 🧠 CodyMaster | | -------------------------- | ------------------------------------------- | --------------------------------------------------------------------- | | Integration | Each skill is standalone, no shared context | 60+ skills that chain, share memory, and communicate | | Lifecycle | Covers coding only | Covers Idea → Design → Code → Test → Deploy → Docs → Learn | | Memory | Forgets everything between sessions | 5-tier Unified Brain: Sensory → Working → Long-term → Semantic → Structural + Cloud Brain | | Safety | YOLO deploys | 4-layer protection: TDD → Security → Isolation → Multi-gate deploy | | Design | Random UI every time | Extracts & enforces design system + visual preview | | Documentation | "Maybe write a README later" | Auto-generates complete docs, SOPs, API refs from code | | Self-improvement | Static — what you install is what you get | Learns from mistakes, auto-discovers new skills, gets smarter daily | | Maintenance | Update 15 repos separately | One git pull updates everything |


🦥 Built For Lazy People (Seriously)

We're going to be honest: CodyMaster was built for lazy people.

If you want to:

  • ✅ Type a chat message and get a working product back
  • ✅ Have your AI learn from its mistakes and get better every day
  • ✅ Never setup the same boilerplate twice
  • ✅ Deploy with confidence instead of praying

→ CodyMaster is for you.

If you prefer:

  • ❌ Manually reviewing every line of AI output
  • ❌ Doing the same setup ritual for every project
  • ❌ Slow, manual deploys with no safety net

→ CodyMaster is NOT for you.


🚀 1-Minute Install

1. Install AI Skills (All Platforms)

One command installs all 60+ skills to your environment. Supports Claude Code, Gemini CLI, Cursor, Aider, Windsurf, Cline, OpenCode, and more:

bash <(curl -fsSL https://raw.githubusercontent.com/tody-agent/codymaster/main/install.sh) --all

For Cursor IDE users, you can also just type /add-plugin cody-master in your agent chat.

2. Install Mission Control Dashboard (Optional but Recommended)

Visualize your progress, manage tasks, and track your 10x coding streak with Cody the Hamster 🐹.

npm install -g codymaster
cm

The CLI will greet you and keep you organized on your long coding sessions!

    ( . \ --- / . )
     /   ^   ^   \        Hi! I'm Cody 🐹
    (      u      )        Your smart coding companion.
     |  \ ___ /  |
      '--w---w--'

│
◆  Quick menu
│  ● 📊  Dashboard (Start & open)
│  ○ 📋  My Tasks
│  ○ 📈 Status
│  ○ 🧩  Browse Skills

🧰 The 60+ Skill Arsenal

| Domain | Skills | | ------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------- | | 🔧Engineering | cm-tdd cm-debugging cm-quality-gate cm-test-gate cm-code-review | | ⚙️Operations | cm-safe-deploy cm-identity-guard cm-secret-shield cm-security-gate cm-git-worktrees cm-terminal cm-safe-i18n | | 🎨Product & UX | cm-planning cm-design-system cm-ux-master cm-ui-preview cm-project-bootstrap cm-jtbd cm-brainstorm-idea cm-dockit cm-readit | | 📈Growth/CRO | cm-content-factory cm-ads-tracker cro-methodology | | 🎯Orchestration | cm-execution cm-continuity cm-skill-chain cm-skill-mastery cm-skill-index cm-deep-search cm-how-it-work cm-notebooklm | | 🖥️Workflow | cm-start cm-dashboard cm-status |


🎮 Commands

cm                → Quick menu with Cody 🐹
cm task add "..." → Add a task
cm task list      → View tasks
cm status         → Project health
cm dashboard      → Open Mission Control
cm list           → Browse 60+ skills
cm profile        → Your stats & achievements
cm deploy <env>   → Record deployment

Slash Commands (inside AI agents):

/cm:demo         → Interactive onboarding tour
/cm:plan         → Plan a feature with analysis
/cm:build        → Build with strict TDD
/cm:debug        → Systematic debugging
/cm:ux           → Design system extraction & UI preview

👤 Who Built This

Tody Le — Head of Product with 10+ years of experience. Can't write code. Used AI to build real products for 6 months straight. Every skill in this kit was born from a real failure that cost real time and real tears.

"60+ skills. Each skill is a lesson. Each lesson is a sleepless night. And now, you don't have to go through those nights."

📖 Read the full story →


📚 Resources


🤝 Contributing

  1. Star the repo — it helps more builders find this
  2. Fork → Create skills/cm-your-skill/SKILL.md
  3. Submit a Pull Request

MIT License — Free to use, modify, and distribute. <br/> Built with ❤️ for the vibe coding community.

"CodyMaster" = "Code Đi" (Vietnamese: "Go code!") — just start building.