codymaster 4.4.2 โ†’ 4.4.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/README.md +48 -23
  3. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -4,6 +4,32 @@ All notable changes to this project will be documented in this file.
4
4
 
5
5
  Categories: ๐Ÿš€ **Improvements** | ๐Ÿ› **Bug Fixes** | ๐Ÿ”’ **Security**
6
6
 
7
+ ## [4.4.3] - 2026-03-29
8
+
9
+ ### ๐Ÿš€ Improvements โ€” The Self-Healing Update
10
+
11
+ - **68+ Skill Milestone** โ€” CodyMaster arsenal grows from 60+ to 68+ battle-tested skills with 8 new capabilities.
12
+ - **๐Ÿงฌ Self-Healing AI Pipeline** โ€” Skills now monitor, score, and auto-repair themselves:
13
+ - `cm-skill-health` โ€” Real-time quality monitoring with SQLite-backed metrics dashboard (invocations, success rate, token usage, health scores).
14
+ - `cm-skill-evolution` โ€” 3-mode evolution engine (FIX/DERIVED/CAPTURED) with version DAG and lineage tracking. Auto-patches degraded skills.
15
+ - `cm-skill-search` โ€” BM25 + health-score ranking for intelligent skill discovery.
16
+ - `cm-skill-share` โ€” Export/import skills across teams and machines with version integrity.
17
+ - **๐Ÿข cm-frappe-agent** โ€” Full-stack Frappe/ERPNext development agent with 7-layer architecture: doctypes, workflows, REST APIs, permissions, fixtures, performance optimization, and production deploys.
18
+ - **๐Ÿš€ Growth Hacking Engine** โ€” `cm-growth-hacking` generates complete conversion systems (Bottom Sheet + Calendar CTA + Tracking) with industry auto-detection.
19
+ - **cm-auto-publisher** โ€” Publishing automation bridge: AI agents โ†’ Content Factory Router โ†’ any Astro site.
20
+ - **cm-clean-code** โ€” TRIZ-powered code hygiene gate: dead code detection, duplicate elimination, naming analysis.
21
+ - **cm-reactor** โ€” Strategic codebase re-direction when requirements change or tech debt blocks progress.
22
+ - **Documentation Overhaul** โ€” README (all 6 languages), CHANGELOG, and new Self-Healing AI deep-dive doc updated.
23
+
24
+ ## [4.4.2] - 2026-03-29
25
+
26
+ ### ๐Ÿš€ Improvements
27
+
28
+ - **cm-brainstorm-idea Phase 4.5 (UI Preview)** โ€” Now integrates with `cm-ui-preview` to automatically generate visual mockups (via Google Stitch or Pencil MCP) *after* recommending an approach but *before* detailed planning begins. Provides instant visual validation of ideas.
29
+ - **OpenSpec Protocol Upgrade** โ€” Enhanced integration with Fission-AI OpenSpec format (`openspec/changes/[initiative]/proposal.md`) for seamless context handoffs to downstream skills (`cm-planning` & `cm-execution`).
30
+ - **Skill Evolution Engine** โ€” Successfully executed automated self-healing mechanisms (Mode: FIX) for `cm-tdd` and `cm-debugging` after health monitor alerts.
31
+
32
+
7
33
  ## [4.3.0] - 2026-03-27
8
34
 
9
35
  ### ๐Ÿš€ Improvements
package/README.md CHANGED
@@ -6,11 +6,11 @@
6
6
 
7
7
  ### Your AI Agent is smart. CodyMaster makes it *wise*.
8
8
 
9
- **60+ Skills ยท 11 Commands ยท 1 Plugin ยท 7+ Platforms ยท 6 Languages**
9
+ **68+ Skills ยท 11 Commands ยท 1 Plugin ยท 7+ Platforms ยท 6 Languages**
10
10
 
11
11
  <p align="center">
12
- <img alt="Version" src="https://img.shields.io/badge/version-4.3.0-blue.svg?cacheSeconds=2592000" />
13
- <img alt="Skills" src="https://img.shields.io/badge/skills-60+-success.svg" />
12
+ <img alt="Version" src="https://img.shields.io/badge/version-4.4.3-blue.svg?cacheSeconds=2592000" />
13
+ <img alt="Skills" src="https://img.shields.io/badge/skills-68+-success.svg" />
14
14
  <img alt="Platforms" src="https://img.shields.io/badge/platforms-7+-orange.svg" />
15
15
  <img alt="Open Source" src="https://img.shields.io/badge/license-MIT-purple.svg" />
16
16
  <a href="https://github.com/tody-agent/codymaster#readme" target="_blank">
@@ -58,29 +58,30 @@ But then reality hits:
58
58
 
59
59
  ## ๐ŸŸข The Solution: An Entire Senior Team in One Kit
60
60
 
61
- 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**.
61
+ 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 68+ interconnected skills that work as a **single integrated system**.
62
62
 
63
63
  When you install CodyMaster, you're not adding skills.
64
64
  **You're hiring an entire senior team:**
65
65
 
66
66
  ```mermaid
67
67
  graph TD
68
- A["๐Ÿง  CodyMaster Kit"] --> B["๐Ÿ‘จโ€๐Ÿ’ป Senior Developer<br/><i>cm-tdd ยท cm-debugging ยท cm-code-review</i>"]
68
+ A["๐Ÿง  CodyMaster Kit"] --> B["๐Ÿ‘จโ€๐Ÿ’ป Senior Developer<br/><i>cm-tdd ยท cm-debugging ยท cm-code-review ยท cm-clean-code</i>"]
69
69
  A --> C["๐ŸŽจ UX Lead<br/><i>cm-design-system ยท cm-ux-master ยท cm-ui-preview</i>"]
70
70
  A --> D["๐Ÿ“‹ Product Manager<br/><i>cm-planning ยท cm-brainstorm-idea ยท cm-jtbd</i>"]
71
71
  A --> E["๐Ÿ”’ DevOps Engineer<br/><i>cm-safe-deploy ยท cm-secret-shield ยท cm-security-gate ยท cm-identity-guard</i>"]
72
- A --> F["๐Ÿ“ Technical Writer<br/><i>cm-dockit ยท cm-content-factory</i>"]
73
- A --> G["๐Ÿ“ˆ Growth Marketer<br/><i>cm-ads-tracker ยท cro-methodology</i>"]
72
+ A --> F["๐Ÿ“ Technical Writer<br/><i>cm-dockit ยท cm-content-factory ยท cm-auto-publisher</i>"]
73
+ A --> G["๐Ÿ“ˆ Growth Marketer<br/><i>cm-ads-tracker ยท cm-cro-methodology ยท cm-growth-hacking</i>"]
74
+ A --> H["๐Ÿญ Enterprise Dev<br/><i>cm-frappe-agent ยท cm-booking-calendar ยท cm-google-form</i>"]
74
75
  style A fill:#fbc531,stroke:#e1b12c,color:#2f3640,stroke-width:3px
75
76
  classDef team fill:#2f3640,stroke:#dcdde1,stroke-width:1px,color:#fff;
76
- class B,C,D,E,F,G team;
77
+ class B,C,D,E,F,G,H team;
77
78
  ```
78
79
 
79
80
  ---
80
81
 
81
82
  ## โšก What Makes CodyMaster Different
82
83
 
83
- 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.
84
+ Other skill packs give you loose tools. CodyMaster gives you an **interconnected operating system** for your AI โ€” 68+ skills that chain, share memory, and communicate like a real team.
84
85
 
85
86
  ### ๐Ÿ”„ Full Lifecycle Coverage (Idea โ†’ Production)
86
87
 
@@ -165,26 +166,48 @@ Don't know what the old code does? **`cm-dockit`** reads your entire codebase an
165
166
 
166
167
  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.
167
168
 
169
+ ๐Ÿ“– [Read more about the UI Preview Phase โ†’](docs/Brainstorm-UI-Preview.md)
170
+
171
+
168
172
  ### ๐Ÿญ AI Content Factory v2.0 & Visual Dashboard
169
173
 
170
174
  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.
171
175
 
172
176
  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.
173
177
 
178
+ ### ๐Ÿงฌ Self-Healing AI (Skills That Fix Themselves)
179
+
180
+ CodyMaster doesn't just run skills โ€” it **watches them, scores them, and heals them automatically.**
181
+
182
+ - **`cm-skill-health`** monitors every invocation: success rate, token usage, error patterns.
183
+ - **`cm-skill-evolution`** auto-patches degraded skills (Mode: FIX) when health scores drop below threshold.
184
+ - **`cm-skill-search`** uses BM25 ranking to find the right skill for any task.
185
+ - **`cm-skill-share`** exports & imports skills across teams and machines.
186
+
187
+ > **Think of it like an immune system for your AI toolkit.** Skills that break get healed. Skills that work well get reinforced. Dead skills get archived.
188
+
189
+ ### ๐Ÿข Enterprise-Ready: Frappe/ERPNext Full-Stack
190
+
191
+ Building on Frappe Framework? **`cm-frappe-agent`** is a 7-layer architecture agent covering the entire Frappe lifecycle โ€” from `bench new-app` to production deploys. Custom doctypes, workflows, REST APIs, permissions, fixtures, and performance optimization โ€” all battle-tested.
192
+
193
+ ### ๐Ÿš€ Growth Hacking Engine
194
+
195
+ Need popups, booking flows, or lead capture? **`cm-growth-hacking`** generates complete conversion systems: Bottom Sheet + Calendar CTA + Tracking. Auto-detects industry, selects the right pattern, wires up **`cm-booking-calendar`** for appointments and **`cm-ads-tracker`** for pixel tracking. Zero dependencies.
196
+
174
197
  ---
175
198
 
176
199
  ## ๐Ÿ†š Scattered Skills vs CodyMaster
177
200
 
178
201
  | | ๐Ÿ˜ต 15 Random Skills | ๐Ÿง  CodyMaster |
179
202
  | -------------------------- | ------------------------------------------- | --------------------------------------------------------------------- |
180
- | **Integration** | Each skill is standalone, no shared context | 60+ skills that chain, share memory, and communicate |
203
+ | **Integration** | Each skill is standalone, no shared context | 68+ skills that chain, share memory, and communicate |
181
204
  | **Lifecycle** | Covers coding only | Covers Idea โ†’ Design โ†’ Code โ†’ Test โ†’ Deploy โ†’ Docs โ†’ Learn |
182
205
  | **Memory** | Forgets everything between sessions | 5-tier Unified Brain: Sensory โ†’ Working โ†’ Long-term โ†’ Semantic โ†’ Structural + Cloud Brain |
183
206
  | **Safety** | YOLO deploys | 4-layer protection: TDD โ†’ Security โ†’ Isolation โ†’ Multi-gate deploy |
184
207
  | **Design** | Random UI every time | Extracts & enforces design system + visual preview |
185
208
  | **Documentation** | "Maybe write a README later" | Auto-generates complete docs, SOPs, API refs from code |
186
- | **Self-improvement** | Static โ€” what you install is what you get | Learns from mistakes, auto-discovers new skills, gets smarter daily |
187
- | **Maintenance** | Update 15 repos separately | One `git pull` updates everything |
209
+ | **Self-improvement** | Static โ€” what you install is what you get | Self-healing: monitors health โ†’ auto-patches โ†’ reinforces winners |
210
+ | **Maintenance** | Update 15 repos separately | One `npm i -g codymaster` updates everything |
188
211
 
189
212
  ---
190
213
 
@@ -215,7 +238,7 @@ If you prefer:
215
238
 
216
239
  ### 1. Install AI Skills (All Platforms)
217
240
 
218
- One command installs all 60+ skills to your environment. Supports Claude Code, Gemini CLI, Cursor, Aider, Windsurf, Cline, OpenCode, and more:
241
+ One command installs all 68+ skills to your environment. Supports Claude Code, Gemini CLI, Cursor, Aider, Windsurf, Cline, OpenCode, and more:
219
242
 
220
243
  ```bash
221
244
  bash <(curl -fsSL https://raw.githubusercontent.com/tody-agent/codymaster/main/install.sh) --all
@@ -253,16 +276,18 @@ The CLI will greet you and keep you organized on your long coding sessions!
253
276
 
254
277
  ---
255
278
 
256
- ## ๐Ÿงฐ The 60+ Skill Arsenal
279
+ ## ๐Ÿงฐ The 68+ Skill Arsenal
257
280
 
258
281
  | Domain | Skills |
259
282
  | ------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------- |
260
- | ๐Ÿ”ง**Engineering** | `cm-tdd` `cm-debugging` `cm-quality-gate` `cm-test-gate` `cm-code-review` |
261
- | โš™๏ธ**Operations** | `cm-safe-deploy` `cm-identity-guard` `cm-secret-shield` `cm-security-gate` `cm-git-worktrees` `cm-terminal` `cm-safe-i18n` |
262
- | ๐ŸŽจ**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` |
263
- | ๐Ÿ“ˆ**Growth/CRO** | `cm-content-factory` `cm-ads-tracker` `cro-methodology` |
264
- | ๐ŸŽฏ**Orchestration** | `cm-execution` `cm-continuity` `cm-skill-chain` `cm-skill-mastery` `cm-skill-index` `cm-deep-search` `cm-how-it-work` `cm-notebooklm` |
265
- | ๐Ÿ–ฅ๏ธ**Workflow** | `cm-start` `cm-dashboard` `cm-status` |
283
+ | ๐Ÿ”ง **Engineering** | `cm-tdd` `cm-debugging` `cm-quality-gate` `cm-test-gate` `cm-code-review` `cm-clean-code` |
284
+ | โš™๏ธ **Operations** | `cm-safe-deploy` `cm-identity-guard` `cm-secret-shield` `cm-security-gate` `cm-git-worktrees` `cm-terminal` `cm-safe-i18n` |
285
+ | ๐ŸŽจ **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` |
286
+ | ๐Ÿ“ˆ **Growth & CRO** | `cm-content-factory` `cm-auto-publisher` `cm-ads-tracker` `cm-cro-methodology` `cm-growth-hacking` `cm-booking-calendar` `cm-google-form` |
287
+ | ๐Ÿข **Enterprise** | `cm-frappe-agent` `cm-reactor` `cm-notebooklm` |
288
+ | ๐Ÿงฌ **Self-Healing** | `cm-skill-health` `cm-skill-evolution` `cm-skill-search` `cm-skill-share` `cm-skill-chain` `cm-skill-mastery` `cm-skill-index` |
289
+ | ๐ŸŽฏ **Orchestration** | `cm-execution` `cm-continuity` `cm-deep-search` `cm-codeintell` `cm-how-it-work` |
290
+ | ๐Ÿ–ฅ๏ธ **Workflow** | `cm-start` `cm-dashboard` `cm-status` |
266
291
 
267
292
  ---
268
293
 
@@ -274,7 +299,7 @@ cm task add "..." โ†’ Add a task
274
299
  cm task list โ†’ View tasks
275
300
  cm status โ†’ Project health
276
301
  cm dashboard โ†’ Open Mission Control
277
- cm list โ†’ Browse 60+ skills
302
+ cm list โ†’ Browse 68+ skills
278
303
  cm profile โ†’ Your stats & achievements
279
304
  cm deploy <env> โ†’ Record deployment
280
305
  ```
@@ -295,7 +320,7 @@ cm deploy <env> โ†’ Record deployment
295
320
 
296
321
  **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.
297
322
 
298
- > *"60+ skills. Each skill is a lesson. Each lesson is a sleepless night. And now, you don't have to go through those nights."*
323
+ > *"68+ skills. Each skill is a lesson. Each lesson is a sleepless night. And now, you don't have to go through those nights."*
299
324
 
300
325
  ๐Ÿ“– [Read the full story โ†’](https://cody.todyle.com/story)
301
326
 
@@ -305,7 +330,7 @@ cm deploy <env> โ†’ Record deployment
305
330
 
306
331
  - ๐ŸŒ [Website](https://cody.todyle.com) โ€” Overview & demos
307
332
  - ๐Ÿ“– [Documentation](https://cody.todyle.com/docs) โ€” Full deep-dive
308
- - ๐Ÿ› ๏ธ [Skills Reference](skills/) โ€” Browse all 60+ SKILL.md files
333
+ - ๐Ÿ› ๏ธ [Skills Reference](skills/) โ€” Browse all 68+ SKILL.md files
309
334
  - ๐Ÿ“– [Our Story](https://cody.todyle.com/story) โ€” Why this exists
310
335
 
311
336
  ---
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "codymaster",
3
- "version": "4.4.2",
4
- "description": "65 Skills. Ship 10x faster. AI-powered coding skill kit for Claude, Cursor, Gemini & more.",
3
+ "version": "4.4.4",
4
+ "description": "68+ Skills. Ship 10x faster. AI-powered coding skill kit for Claude, Cursor, Gemini & more.",
5
5
  "main": "dist/index.js",
6
6
  "repository": {
7
7
  "type": "git",