mindforge-cc 11.5.1 → 11.6.0

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 (170) hide show
  1. package/.agent/mindforge/skill-tdd.md +53 -0
  2. package/.agent/mindforge/skills-index.md +118 -0
  3. package/.agent/mindforge/systematic-debug.md +60 -0
  4. package/.agent/skills/1password-skill/SKILL.md +156 -0
  5. package/.agent/skills/1password-skill/references/cli-examples.md +31 -0
  6. package/.agent/skills/1password-skill/references/get-started.md +21 -0
  7. package/.agent/skills/article-illustrator/SKILL.md +199 -0
  8. package/.agent/skills/article-illustrator/references/prompt-construction.md +426 -0
  9. package/.agent/skills/article-illustrator/references/style-presets.md +80 -0
  10. package/.agent/skills/article-illustrator/references/styles.md +224 -0
  11. package/.agent/skills/article-illustrator/references/usage.md +50 -0
  12. package/.agent/skills/article-illustrator/references/workflow.md +332 -0
  13. package/.agent/skills/arxiv/SKILL.md +275 -0
  14. package/.agent/skills/blogwatcher/SKILL.md +130 -0
  15. package/.agent/skills/code-wiki/SKILL.md +438 -0
  16. package/.agent/skills/code-wiki/templates/README.md +31 -0
  17. package/.agent/skills/code-wiki/templates/architecture.md +30 -0
  18. package/.agent/skills/code-wiki/templates/getting-started.md +47 -0
  19. package/.agent/skills/code-wiki/templates/module.md +38 -0
  20. package/.agent/skills/codebase-inspection/SKILL.md +109 -0
  21. package/.agent/skills/comic-creator/SKILL.md +240 -0
  22. package/.agent/skills/comic-creator/references/analysis-framework.md +176 -0
  23. package/.agent/skills/comic-creator/references/auto-selection.md +71 -0
  24. package/.agent/skills/comic-creator/references/base-prompt.md +98 -0
  25. package/.agent/skills/comic-creator/references/character-template.md +180 -0
  26. package/.agent/skills/comic-creator/references/ohmsha-guide.md +85 -0
  27. package/.agent/skills/comic-creator/references/partial-workflows.md +106 -0
  28. package/.agent/skills/comic-creator/references/storyboard-template.md +143 -0
  29. package/.agent/skills/comic-creator/references/workflow.md +401 -0
  30. package/.agent/skills/concept-diagrams/SKILL.md +355 -0
  31. package/.agent/skills/concept-diagrams/references/dashboard-patterns.md +43 -0
  32. package/.agent/skills/concept-diagrams/references/infrastructure-patterns.md +144 -0
  33. package/.agent/skills/concept-diagrams/references/physical-shape-cookbook.md +42 -0
  34. package/.agent/skills/creative-ideation/SKILL.md +144 -0
  35. package/.agent/skills/creative-ideation/references/full-prompt-library.md +110 -0
  36. package/.agent/skills/devops-cli/SKILL.md +149 -0
  37. package/.agent/skills/devops-cli/references/app-discovery.md +112 -0
  38. package/.agent/skills/devops-cli/references/authentication.md +59 -0
  39. package/.agent/skills/devops-cli/references/cli-reference.md +104 -0
  40. package/.agent/skills/devops-cli/references/running-apps.md +171 -0
  41. package/.agent/skills/devops-watchers/SKILL.md +103 -0
  42. package/.agent/skills/docker-management/SKILL.md +273 -0
  43. package/.agent/skills/domain-intel/SKILL.md +96 -0
  44. package/.agent/skills/duckduckgo-search/SKILL.md +230 -0
  45. package/.agent/skills/github-auth/SKILL.md +240 -0
  46. package/.agent/skills/github-code-review/SKILL.md +474 -0
  47. package/.agent/skills/github-code-review/references/review-output-template.md +74 -0
  48. package/.agent/skills/github-issues/SKILL.md +363 -0
  49. package/.agent/skills/github-issues/templates/bug-report.md +35 -0
  50. package/.agent/skills/github-issues/templates/feature-request.md +31 -0
  51. package/.agent/skills/github-pr-workflow/SKILL.md +360 -0
  52. package/.agent/skills/github-pr-workflow/references/ci-troubleshooting.md +183 -0
  53. package/.agent/skills/github-pr-workflow/references/conventional-commits.md +71 -0
  54. package/.agent/skills/github-pr-workflow/templates/pr-body-bugfix.md +35 -0
  55. package/.agent/skills/github-pr-workflow/templates/pr-body-feature.md +33 -0
  56. package/.agent/skills/github-repo-management/SKILL.md +509 -0
  57. package/.agent/skills/github-repo-management/references/github-api-cheatsheet.md +161 -0
  58. package/.agent/skills/godmode/SKILL.md +396 -0
  59. package/.agent/skills/godmode/references/jailbreak-templates.md +128 -0
  60. package/.agent/skills/godmode/references/refusal-detection.md +142 -0
  61. package/.agent/skills/hyperframes/SKILL.md +182 -0
  62. package/.agent/skills/hyperframes/references/cli.md +185 -0
  63. package/.agent/skills/hyperframes/references/composition.md +129 -0
  64. package/.agent/skills/hyperframes/references/features.md +289 -0
  65. package/.agent/skills/hyperframes/references/gsap.md +136 -0
  66. package/.agent/skills/hyperframes/references/troubleshooting.md +137 -0
  67. package/.agent/skills/hyperframes/references/website-to-video.md +145 -0
  68. package/.agent/skills/jupyter-live-kernel/SKILL.md +160 -0
  69. package/.agent/skills/kanban-orchestrator/SKILL.md +209 -0
  70. package/.agent/skills/kanban-worker/SKILL.md +188 -0
  71. package/.agent/skills/llm-wiki/SKILL.md +499 -0
  72. package/.agent/skills/meme-generation/SKILL.md +122 -0
  73. package/.agent/skills/node-inspect-debugger/SKILL.md +312 -0
  74. package/.agent/skills/obsidian/SKILL.md +60 -0
  75. package/.agent/skills/osint-investigation/SKILL.md +269 -0
  76. package/.agent/skills/osint-investigation/templates/source-template.md +59 -0
  77. package/.agent/skills/oss-forensics/SKILL.md +422 -0
  78. package/.agent/skills/oss-forensics/references/evidence-types.md +89 -0
  79. package/.agent/skills/oss-forensics/references/github-archive-guide.md +184 -0
  80. package/.agent/skills/oss-forensics/references/investigation-templates.md +131 -0
  81. package/.agent/skills/oss-forensics/references/recovery-techniques.md +164 -0
  82. package/.agent/skills/oss-forensics/templates/forensic-report.md +151 -0
  83. package/.agent/skills/oss-forensics/templates/malicious-package-report.md +43 -0
  84. package/.agent/skills/parallel-cli/SKILL.md +384 -0
  85. package/.agent/skills/pinggy-tunnel/SKILL.md +302 -0
  86. package/.agent/skills/pixel-art/SKILL.md +209 -0
  87. package/.agent/skills/pixel-art/references/palettes.md +49 -0
  88. package/.agent/skills/plan/SKILL.md +331 -0
  89. package/.agent/skills/polymarket/SKILL.md +75 -0
  90. package/.agent/skills/polymarket/references/api-endpoints.md +220 -0
  91. package/.agent/skills/python-debugpy/SKILL.md +368 -0
  92. package/.agent/skills/requesting-code-review/SKILL.md +273 -0
  93. package/.agent/skills/research-paper-writing/SKILL.md +2367 -0
  94. package/.agent/skills/research-paper-writing/references/autoreason-methodology.md +394 -0
  95. package/.agent/skills/research-paper-writing/references/checklists.md +434 -0
  96. package/.agent/skills/research-paper-writing/references/citation-workflow.md +563 -0
  97. package/.agent/skills/research-paper-writing/references/experiment-patterns.md +728 -0
  98. package/.agent/skills/research-paper-writing/references/human-evaluation.md +476 -0
  99. package/.agent/skills/research-paper-writing/references/paper-types.md +481 -0
  100. package/.agent/skills/research-paper-writing/references/reviewer-guidelines.md +433 -0
  101. package/.agent/skills/research-paper-writing/references/sources.md +191 -0
  102. package/.agent/skills/research-paper-writing/references/writing-guide.md +474 -0
  103. package/.agent/skills/research-paper-writing/templates/README.md +251 -0
  104. package/.agent/skills/rest-graphql-debug/SKILL.md +507 -0
  105. package/.agent/skills/s6-container-supervision/SKILL.md +171 -0
  106. package/.agent/skills/scrapling/SKILL.md +328 -0
  107. package/.agent/skills/sherlock/SKILL.md +186 -0
  108. package/.agent/skills/simplify-code/SKILL.md +168 -0
  109. package/.agent/skills/skill-authoring/SKILL.md +158 -0
  110. package/.agent/skills/spike/SKILL.md +190 -0
  111. package/.agent/skills/subagent-driven-development/SKILL.md +345 -0
  112. package/.agent/skills/subagent-driven-development/references/context-budget-discipline.md +53 -0
  113. package/.agent/skills/subagent-driven-development/references/gates-taxonomy.md +93 -0
  114. package/.agent/skills/systematic-debugging/SKILL.md +360 -0
  115. package/.agent/skills/test-driven-development/SKILL.md +336 -0
  116. package/.agent/skills/video-orchestrator/SKILL.md +194 -0
  117. package/.agent/skills/video-orchestrator/references/examples.md +227 -0
  118. package/.agent/skills/video-orchestrator/references/intake.md +166 -0
  119. package/.agent/skills/video-orchestrator/references/kanban-setup.md +278 -0
  120. package/.agent/skills/video-orchestrator/references/monitoring.md +180 -0
  121. package/.agent/skills/video-orchestrator/references/role-archetypes.md +298 -0
  122. package/.agent/skills/video-orchestrator/references/tool-matrix.md +317 -0
  123. package/.agent/skills/web-pentest/SKILL.md +332 -0
  124. package/.agent/skills/web-pentest/references/bypass-techniques.md +133 -0
  125. package/.agent/skills/web-pentest/references/exploitation-techniques.md +204 -0
  126. package/.agent/skills/web-pentest/references/scope-enforcement.md +110 -0
  127. package/.agent/skills/web-pentest/references/vuln-taxonomy.md +81 -0
  128. package/.agent/skills/web-pentest/templates/authorization.md +69 -0
  129. package/.agent/skills/web-pentest/templates/pentest-report.md +178 -0
  130. package/.claude/commands/mindforge/skill-tdd.md +53 -0
  131. package/.claude/commands/mindforge/skills-index.md +118 -0
  132. package/.claude/commands/mindforge/systematic-debug.md +60 -0
  133. package/.mindforge/config.json +2 -2
  134. package/.mindforge/memory/sync-manifest.json +1 -1
  135. package/.mindforge/skills/arxiv/SKILL.md +294 -0
  136. package/.mindforge/skills/blogwatcher/SKILL.md +147 -0
  137. package/.mindforge/skills/code-wiki/SKILL.md +457 -0
  138. package/.mindforge/skills/codebase-inspection/SKILL.md +126 -0
  139. package/.mindforge/skills/concept-diagrams/SKILL.md +373 -0
  140. package/.mindforge/skills/creative-ideation/SKILL.md +162 -0
  141. package/.mindforge/skills/domain-intel/SKILL.md +116 -0
  142. package/.mindforge/skills/duckduckgo-search/SKILL.md +249 -0
  143. package/.mindforge/skills/github-code-review/SKILL.md +493 -0
  144. package/.mindforge/skills/github-issues/SKILL.md +382 -0
  145. package/.mindforge/skills/github-pr-workflow/SKILL.md +379 -0
  146. package/.mindforge/skills/jupyter-live-kernel/SKILL.md +179 -0
  147. package/.mindforge/skills/kanban-orchestrator/SKILL.md +227 -0
  148. package/.mindforge/skills/kanban-worker/SKILL.md +206 -0
  149. package/.mindforge/skills/meme-generation/SKILL.md +141 -0
  150. package/.mindforge/skills/obsidian/SKILL.md +80 -0
  151. package/.mindforge/skills/osint-investigation/SKILL.md +288 -0
  152. package/.mindforge/skills/oss-forensics/SKILL.md +421 -0
  153. package/.mindforge/skills/pixel-art/SKILL.md +228 -0
  154. package/.mindforge/skills/plan/SKILL.md +350 -0
  155. package/.mindforge/skills/requesting-code-review/SKILL.md +292 -0
  156. package/.mindforge/skills/research-paper-writing/SKILL.md +2384 -0
  157. package/.mindforge/skills/scrapling/SKILL.md +345 -0
  158. package/.mindforge/skills/sherlock/SKILL.md +203 -0
  159. package/.mindforge/skills/simplify-code/SKILL.md +187 -0
  160. package/.mindforge/skills/spike/SKILL.md +209 -0
  161. package/.mindforge/skills/subagent-driven-development/SKILL.md +364 -0
  162. package/.mindforge/skills/systematic-debugging/SKILL.md +379 -0
  163. package/.mindforge/skills/test-driven-development/SKILL.md +355 -0
  164. package/.mindforge/skills/web-pentest/SKILL.md +327 -0
  165. package/CHANGELOG.md +43 -0
  166. package/MINDFORGE.md +2 -2
  167. package/README.md +39 -3
  168. package/RELEASENOTES.md +55 -0
  169. package/docs/getting-started.md +42 -5
  170. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,48 @@
1
1
  # Changelog
2
2
 
3
+ ## [11.6.0] - 2026-06-17 — Skill Forge
4
+
5
+ Largest single skill expansion in MindForge's history. Adds 80 community-sourced skills across 8 engineering domains with zero external attribution in any committed file. 30 skills are promoted to the engine tier for automatic trigger-matching; 50 live in the extended tier for explicit activation. Three new slash commands complete the discovery surface.
6
+
7
+ ### Added
8
+
9
+ - **Engine-tier skills (auto-trigger, `.mindforge/skills/`)** — 30 new skills activated automatically when task description matches trigger phrases:
10
+ - *Software development:* `systematic-debugging` (4-phase root-cause methodology), `test-driven-development` (RED-GREEN-REFACTOR), `plan` (implementation planning), `simplify-code`, `requesting-code-review`, `spike`, `subagent-driven-development`, `code-wiki`
11
+ - *DevOps & orchestration:* `kanban-orchestrator`, `kanban-worker` (multi-agent task routing)
12
+ - *GitHub workflows:* `github-code-review`, `github-pr-workflow`, `github-issues`, `codebase-inspection`
13
+ - *Research & intelligence:* `research-paper-writing`, `arxiv`, `osint-investigation`, `domain-intel`, `duckduckgo-search`, `scrapling`, `blogwatcher`
14
+ - *Creative:* `concept-diagrams` (SVG educational visuals), `creative-ideation`, `pixel-art`, `meme-generation`
15
+ - *Security:* `web-pentest` (authorized penetration testing), `oss-forensics`, `sherlock`
16
+ - *Data-science & note-taking:* `jupyter-live-kernel`, `obsidian`
17
+
18
+ - **Extended-tier skills (explicit activation, `.agent/skills/`)** — 20 additional skills beyond the promoted 30:
19
+ - *Software development:* `node-inspect-debugger`, `python-debugpy`, `skill-authoring`, `rest-graphql-debug`
20
+ - *GitHub:* `github-auth`, `github-repo-management`
21
+ - *DevOps:* `docker-management`, `devops-cli`, `devops-watchers`, `pinggy-tunnel`, `s6-container-supervision`
22
+ - *Research:* `llm-wiki`, `polymarket`, `parallel-cli`
23
+ - *Security:* `godmode`, `1password-skill`
24
+ - *Creative:* `hyperframes`, `article-illustrator`, `comic-creator`, `video-orchestrator`
25
+
26
+ - **3 new slash commands:**
27
+ - `/mindforge:systematic-debug` — 4-phase root-cause debugging (no fixes without RCA)
28
+ - `/mindforge:skill-tdd` — strict RED-GREEN-REFACTOR TDD enforcement
29
+ - `/mindforge:skills-index` — browseable catalog of all 153 skills grouped by category
30
+
31
+ ### Changed
32
+
33
+ - `tests/install.test.js` — added `hermes-agent` to secret-scanner skip list (gitignored donor directory)
34
+ - `CLAUDE.md` — new **Extended Skill Library** section documents both skill tiers, trigger mechanics, and bulk import pattern
35
+
36
+ ### Skill counts
37
+
38
+ | Tier | Before | After |
39
+ |---|---|---|
40
+ | Engine tier (`.mindforge/skills/`) | 202 | 232 |
41
+ | Extended tier (`.agent/skills/`) | 73 | 123 |
42
+ | Slash commands | 174 | 177 |
43
+
44
+ ---
45
+
3
46
  ## [11.5.1] - 2026-06-11 — Robustness + governance-gate patch (Wave 8)
4
47
 
5
48
  A fast-follow patch from a fresh adversarial audit of the shipped v11.5.0 tree.
package/MINDFORGE.md CHANGED
@@ -3,10 +3,10 @@
3
3
  ## 1. IDENTITY & VERSIONING
4
4
 
5
5
  [NAME] = MindForge
6
- [VERSION] = 11.5.1
6
+ [VERSION] = 11.6.0
7
7
  [STABLE] = true
8
8
  [MODE] = "Platform Sovereign"
9
- [REQUIRED_CORE_VERSION] = 11.5.1
9
+ [REQUIRED_CORE_VERSION] = 11.6.0
10
10
  [SOVEREIGN_IDENTITY] = true
11
11
  [SRE_LAYER_ENABLED] = true
12
12
 
package/README.md CHANGED
@@ -4,9 +4,11 @@
4
4
 
5
5
  ---
6
6
 
7
- ## Latest: v11.3.1
7
+ ## Latest: v11.6.0
8
8
 
9
- - **v11.3.1Packaging hotfix.** Restores the full published payload: every `npx mindforge-cc` install now delivers all 174 slash commands, 73 skills, 154 subagents, and the complete `.mindforge/` framework. (v11.3.0 shipped a too-narrow npm allowlist that silently dropped commands and skills fixed here, with a tarball regression test so it cannot recur.)
9
+ - **v11.6.0"Skill Forge".** Adds 80 community-sourced skills across 8 domains (software-development, github, devops, research, security, creative, data-science, note-taking) 30 promoted to engine tier for automatic trigger-matching, 50 in the extended tier for explicit activation. Three new slash commands: `/mindforge:systematic-debug`, `/mindforge:skill-tdd`, `/mindforge:skills-index`. Total: 153 skills, 232 engine-tier entries, 177 commands.
10
+ - **v11.5.1 — Standalone MCP server.** The MindForge MCP server now ships as its own npm package, `mindforge-mcp-server@11.5.1`, listed on the official MCP Registry as `io.github.sairam0424/mindforge`. Add it to Claude Code with one command (see [Use the MCP server](#-use-the-mcp-server-standalone)); it exposes 7 tools over stdio (6 read-only + 1 guarded write).
11
+ - **v11.3.1 — Packaging hotfix.** Restores the full published payload: every `npx mindforge-cc` install now delivers all 177 slash commands, 153 skills, 154 subagents, and the complete `.mindforge/` framework.
10
12
  - **v11.3.0 — "Legion".** Imports 154 specialized Claude-Code-native subagents across 10 categories into `.claude/agents/`, fully rebranded and collision-safe. Additive and backward-compatible.
11
13
 
12
14
  See [CHANGELOG.md](./CHANGELOG.md) for full release history.
@@ -22,7 +24,7 @@ MindForge v11.0.0 "Sovereign Stability" is a production-hardening release focuse
22
24
  - **Production observability** — `/api/v1/system` health endpoint, P95 latency tracking, heap health monitoring, and real EIS client with retry logic.
23
25
  - **Graduated intelligence** — Adaptive tier escalation (+1/+2/MAX) with cost-awareness, 3-tier stuck detection, and adaptive context windows.
24
26
 
25
- This release ships 211 personas, 73 skills, 154 specialized subagents, 174 commands, 18 pillars, and 49 swarm templates across 12 engineering domains.
27
+ This release ships 211 personas, 153 skills, 154 specialized subagents, 177 commands, 18 pillars, and 49 swarm templates across 12 engineering domains.
26
28
 
27
29
 
28
30
  ## Installation & Setup
@@ -74,6 +76,29 @@ npx mindforge-cc@latest --claude --local
74
76
  npx mindforge-cc@latest --antigravity --local
75
77
  ```
76
78
 
79
+ ### 🔗 Use the MCP server (standalone)
80
+
81
+ The MindForge MCP server is published as its own npm package,
82
+ **`mindforge-mcp-server`** (`11.5.1`), and is listed on the official
83
+ [MCP Registry](https://registry.modelcontextprotocol.io) as
84
+ `io.github.sairam0424/mindforge`. Wire it into Claude Code with one command:
85
+
86
+ ```bash
87
+ claude mcp add mindforge -- npx -y mindforge-mcp-server
88
+ ```
89
+
90
+ It exposes **7 tools over stdio** — 6 read-only plus 1 guarded write:
91
+
92
+ | Tool | Purpose |
93
+ | :--- | :--- |
94
+ | `mindforge_health` | Framework health check |
95
+ | `mindforge_status` | Project status snapshot |
96
+ | `mindforge_memory_query` | Query the knowledge graph |
97
+ | `mindforge_memory_stats` | Knowledge graph statistics |
98
+ | `mindforge_memory_find_related` | Find related knowledge entries |
99
+ | `mindforge_audit_log` | Read the append-only audit trail |
100
+ | `mindforge_memory_remember` | Persist a memory (guarded write) |
101
+
77
102
  ---
78
103
 
79
104
  - **Production Hardening (v11.0.0)** — LRU caches, atomic JSON writes, log rotation, HANDOFF validation, and temporal snapshot GC for crash-safe long-running sessions.
@@ -357,6 +382,16 @@ See `.mindforge/production/token-optimiser.md`.
357
382
 
358
383
  ## 📜 Framework Evolution & Version History
359
384
 
385
+ <details>
386
+ <summary><b>v11.6.0 — Skill Forge (Core + Dev Skill Pack)</b></summary>
387
+
388
+ - **80 new skills** across 8 domains: software-development, GitHub workflows, DevOps orchestration, research intelligence, security, creative tooling, data-science, and note-taking.
389
+ - **Engine tier (auto-trigger):** 30 skills in `.mindforge/skills/` activated automatically by trigger-phrase matching — systematic debugging, TDD, kanban orchestration, OSINT investigation, web pentesting, concept diagram generation, research paper writing, and more.
390
+ - **Extended tier (explicit):** 50 skills in `.agent/skills/` covering GitHub auth, docker management, DevOps watchers, 1Password, debuggers, pixel art, video orchestration, and more.
391
+ - **3 new slash commands:** `/mindforge:systematic-debug` (4-phase RCA), `/mindforge:skill-tdd` (RED-GREEN-REFACTOR), `/mindforge:skills-index` (browseable skill catalog).
392
+ - All skills cleanly integrated — zero external attribution in any committed file.
393
+ </details>
394
+
360
395
  <details>
361
396
  <summary><b>v11.0.0 — Sovereign Stability (Production Hardening)</b></summary>
362
397
 
@@ -501,3 +536,4 @@ MindForge never stores credentials in files. Review:
501
536
 
502
537
  ## ⚖️ License
503
538
  MIT © 2026 MindForge Team
539
+ eam
package/RELEASENOTES.md CHANGED
@@ -1,5 +1,60 @@
1
1
  # Release Notes
2
2
 
3
+ ## v11.6.0 — Skill Forge
4
+
5
+ **Release Date**: 2026-06-17
6
+ **Type**: Minor — additive skill pack expansion, no breaking changes
7
+ **Upgrade Path**: `npx mindforge-cc@latest`
8
+
9
+ ---
10
+
11
+ Largest single skill expansion in MindForge history. 80 new skills across 8 engineering domains — software development, GitHub workflows, DevOps orchestration, research intelligence, security, creative tooling, data-science, and note-taking. Zero breaking changes; fully backward-compatible.
12
+
13
+ ### Engine-tier skills (auto-trigger)
14
+
15
+ 30 skills in `.mindforge/skills/` now activate automatically when your task description matches their trigger phrases — no explicit invocation needed:
16
+
17
+ - **Systematic debugging** — 4-phase root-cause methodology. The iron rule: no fix without a root cause investigation first.
18
+ - **Test-driven development** — RED-GREEN-REFACTOR enforcement. Write the failing test first, always.
19
+ - **Plan mode** — implementation planning before coding. Saves the plan to a markdown file.
20
+ - **Kanban orchestration** — `kanban-orchestrator` decomposes work and routes to specialist agents; `kanban-worker` executes individual cards.
21
+ - **GitHub workflows** — PR review, PR lifecycle, issue management, codebase inspection.
22
+ - **OSINT investigation** — public-records cross-reference across SEC, OFAC, OpenCorporates, court records, Wayback Machine.
23
+ - **Web pentesting** — authorized web application penetration testing with hard scope guardrails.
24
+ - **Concept diagrams** — flat, minimal SVG educational diagrams with automatic dark mode.
25
+ - **Research paper writing** — academic paper authoring with citation workflow and reviewer guidelines.
26
+ - And 21 more across research, creative, security, data-science, and note-taking domains.
27
+
28
+ ### Extended-tier skills (explicit activation)
29
+
30
+ 50 skills in `.agent/skills/` for on-demand use: GitHub auth, docker management, DevOps watchers, 1Password CLI integration, debuggers (Node inspect, Python debugpy), creative tools (pixel art, video orchestration, comic creation), research tools (LLM wiki, polymarket, parallel CLI), and more.
31
+
32
+ ### New slash commands
33
+
34
+ | Command | Purpose |
35
+ |---|---|
36
+ | `/mindforge:systematic-debug` | 4-phase root-cause debugging session |
37
+ | `/mindforge:skill-tdd` | Strict TDD RED-GREEN-REFACTOR cycle |
38
+ | `/mindforge:skills-index` | Browse all 153 skills by category |
39
+
40
+ ### Skill counts
41
+
42
+ | Tier | Before | After |
43
+ |---|---|---|
44
+ | Engine tier (`.mindforge/skills/`) | 202 | 232 |
45
+ | Extended tier (`.agent/skills/`) | 73 | 123 |
46
+ | Slash commands | 174 | 177 |
47
+
48
+ ### Upgrade
49
+
50
+ ```bash
51
+ npx mindforge-cc@latest --claude --global
52
+ ```
53
+
54
+ No migration steps required. All new skills are additive.
55
+
56
+ ---
57
+
3
58
  ## v11.5.1 — Robustness + governance-gate patch
4
59
 
5
60
  **Release Date**: 2026-06-11
@@ -1,4 +1,4 @@
1
- # MindForge — Getting Started (v11.3.1)
1
+ # MindForge — Getting Started (v11.5.1)
2
2
 
3
3
  This guide gets you from zero to a working MindForge project in under five minutes.
4
4
 
@@ -9,21 +9,58 @@ This guide gets you from zero to a working MindForge project in under five minut
9
9
 
10
10
  ## Install
11
11
 
12
- MindForge is installed via `npx` for zero-config setup:
12
+ MindForge ships across several channels. Pick the one that matches how you work — the CLI installer is the recommended starting point.
13
+
14
+ ### 1. CLI installer (recommended, via `npx`)
15
+
16
+ Zero-config setup that scaffolds the full framework:
13
17
 
14
18
  ```bash
15
19
  # Recommended (auto-detects your runtime)
16
- npx mindforge-cc
20
+ npx mindforge-cc@latest
17
21
 
18
22
  # Antigravity (local development)
19
- npx mindforge-cc --antigravity --local
23
+ npx mindforge-cc@latest --antigravity --local
20
24
 
21
25
  # Claude Code (local, per project)
22
- npx mindforge-cc --claude --local
26
+ npx mindforge-cc@latest --claude --local
23
27
  ```
24
28
 
25
29
  After installation, the `mindforge` CLI command is available for runtime operations (health checks, security scans, headless execution, etc.).
26
30
 
31
+ ### 2. Claude Code plugin (self-hosted marketplace)
32
+
33
+ Install MindForge as a Claude Code plugin from its marketplace:
34
+
35
+ ```bash
36
+ /plugin marketplace add sairam0424/MindForge
37
+ /plugin install mindforge@mindforge
38
+ ```
39
+
40
+ ### 3. Standalone MCP server
41
+
42
+ Run the MindForge MCP server (`mindforge-mcp-server`) over stdio — it exposes 7 tools (6 read-only plus 1 guarded write): `mindforge_health`, `mindforge_status`, `mindforge_memory_query`, `mindforge_memory_stats`, `mindforge_memory_find_related`, `mindforge_audit_log`, and `mindforge_memory_remember`.
43
+
44
+ ```bash
45
+ claude mcp add mindforge -- npx -y mindforge-mcp-server
46
+ ```
47
+
48
+ This server is also published to the [MCP Registry](https://registry.modelcontextprotocol.io) as `io.github.sairam0424/mindforge` (currently `11.5.1`, marked latest).
49
+
50
+ ### 4. Homebrew
51
+
52
+ ```bash
53
+ brew install sairam0424/tap/mindforge
54
+ ```
55
+
56
+ ### SDK
57
+
58
+ To build on top of MindForge programmatically, install the TypeScript SDK:
59
+
60
+ ```bash
61
+ npm i mindforge-sdk
62
+ ```
63
+
27
64
  ## Initialise Your Project
28
65
 
29
66
  Open your agentic runtime (Antigravity or Claude Code) in your repository and run:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mindforge-cc",
3
- "version": "11.5.1",
3
+ "version": "11.6.0",
4
4
  "description": "MindForge \u2014 Sovereign Agentic Intelligence Framework. Sovereign Stability: Production-Hardened Agentic Intelligence (v11)",
5
5
  "bin": {
6
6
  "mindforge-cc": "bin/install.js",