codymaster 4.4.3 โ†’ 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 +17 -0
  2. package/README.md +45 -23
  3. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -4,6 +4,23 @@ 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
+
7
24
  ## [4.4.2] - 2026-03-29
8
25
 
9
26
  ### ๐Ÿš€ 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
 
@@ -174,20 +175,39 @@ Need to scale content? **`cm-content-factory`** is a self-learning, multi-agent
174
175
 
175
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.
176
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
+
177
197
  ---
178
198
 
179
199
  ## ๐Ÿ†š Scattered Skills vs CodyMaster
180
200
 
181
201
  | | ๐Ÿ˜ต 15 Random Skills | ๐Ÿง  CodyMaster |
182
202
  | -------------------------- | ------------------------------------------- | --------------------------------------------------------------------- |
183
- | **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 |
184
204
  | **Lifecycle** | Covers coding only | Covers Idea โ†’ Design โ†’ Code โ†’ Test โ†’ Deploy โ†’ Docs โ†’ Learn |
185
205
  | **Memory** | Forgets everything between sessions | 5-tier Unified Brain: Sensory โ†’ Working โ†’ Long-term โ†’ Semantic โ†’ Structural + Cloud Brain |
186
206
  | **Safety** | YOLO deploys | 4-layer protection: TDD โ†’ Security โ†’ Isolation โ†’ Multi-gate deploy |
187
207
  | **Design** | Random UI every time | Extracts & enforces design system + visual preview |
188
208
  | **Documentation** | "Maybe write a README later" | Auto-generates complete docs, SOPs, API refs from code |
189
- | **Self-improvement** | Static โ€” what you install is what you get | Learns from mistakes, auto-discovers new skills, gets smarter daily |
190
- | **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 |
191
211
 
192
212
  ---
193
213
 
@@ -218,7 +238,7 @@ If you prefer:
218
238
 
219
239
  ### 1. Install AI Skills (All Platforms)
220
240
 
221
- 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:
222
242
 
223
243
  ```bash
224
244
  bash <(curl -fsSL https://raw.githubusercontent.com/tody-agent/codymaster/main/install.sh) --all
@@ -256,16 +276,18 @@ The CLI will greet you and keep you organized on your long coding sessions!
256
276
 
257
277
  ---
258
278
 
259
- ## ๐Ÿงฐ The 60+ Skill Arsenal
279
+ ## ๐Ÿงฐ The 68+ Skill Arsenal
260
280
 
261
281
  | Domain | Skills |
262
282
  | ------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------- |
263
- | ๐Ÿ”ง**Engineering** | `cm-tdd` `cm-debugging` `cm-quality-gate` `cm-test-gate` `cm-code-review` |
264
- | โš™๏ธ**Operations** | `cm-safe-deploy` `cm-identity-guard` `cm-secret-shield` `cm-security-gate` `cm-git-worktrees` `cm-terminal` `cm-safe-i18n` |
265
- | ๐ŸŽจ**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` |
266
- | ๐Ÿ“ˆ**Growth/CRO** | `cm-content-factory` `cm-ads-tracker` `cro-methodology` |
267
- | ๐ŸŽฏ**Orchestration** | `cm-execution` `cm-continuity` `cm-skill-chain` `cm-skill-mastery` `cm-skill-index` `cm-deep-search` `cm-how-it-work` `cm-notebooklm` |
268
- | ๐Ÿ–ฅ๏ธ**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` |
269
291
 
270
292
  ---
271
293
 
@@ -277,7 +299,7 @@ cm task add "..." โ†’ Add a task
277
299
  cm task list โ†’ View tasks
278
300
  cm status โ†’ Project health
279
301
  cm dashboard โ†’ Open Mission Control
280
- cm list โ†’ Browse 60+ skills
302
+ cm list โ†’ Browse 68+ skills
281
303
  cm profile โ†’ Your stats & achievements
282
304
  cm deploy <env> โ†’ Record deployment
283
305
  ```
@@ -298,7 +320,7 @@ cm deploy <env> โ†’ Record deployment
298
320
 
299
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.
300
322
 
301
- > *"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."*
302
324
 
303
325
  ๐Ÿ“– [Read the full story โ†’](https://cody.todyle.com/story)
304
326
 
@@ -308,7 +330,7 @@ cm deploy <env> โ†’ Record deployment
308
330
 
309
331
  - ๐ŸŒ [Website](https://cody.todyle.com) โ€” Overview & demos
310
332
  - ๐Ÿ“– [Documentation](https://cody.todyle.com/docs) โ€” Full deep-dive
311
- - ๐Ÿ› ๏ธ [Skills Reference](skills/) โ€” Browse all 60+ SKILL.md files
333
+ - ๐Ÿ› ๏ธ [Skills Reference](skills/) โ€” Browse all 68+ SKILL.md files
312
334
  - ๐Ÿ“– [Our Story](https://cody.todyle.com/story) โ€” Why this exists
313
335
 
314
336
  ---
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "codymaster",
3
- "version": "4.4.3",
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",