You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: repair plugin install, expand MCP bundle, add marketing site
The Claude Code plugin manifest used an npm-style object for `repository`,
which fails schema validation on install ("Failed to install plugin"). Emit
`repository` as a plain URL string and add the `mcpServers` pointer so the
bundled servers load automatically.
- Expand the no-auth MCP roster to ten servers across docs (Context7,
Microsoft Learn, AWS Knowledge, Cloudflare Docs, Keeper Docs), code
intelligence (DeepWiki, grep.app), browser (Playwright, Chrome DevTools),
and cloud (Azure). Authored once in _sources, emitted for both engines.
- Add a GitHub Pages marketing site (site/) and a Pages deploy workflow.
- Remove bundled third-party license/attribution material and references;
rewrite NOTICE for this repo.
- Regenerate the plugin/ output and refresh README, CHANGELOG, and design docs.
Copy file name to clipboardExpand all lines: README.md
+43-37Lines changed: 43 additions & 37 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
# 🔥 Godmode
4
4
5
5
**Learn. Plan. Build. Optimize.**
6
-
One plugin for Claude Code and Codex. Battle-tested workflows and five bundled documentation MCPs install today — persistent memory, token economics, and a live dashboard are on the roadmap.
6
+
One plugin for Claude Code and Codex. Battle-tested workflows and ten bundled no-auth MCP servers install today — persistent memory, token economics, and a live dashboard are on the roadmap.
@@ -18,20 +18,20 @@ One plugin for Claude Code and Codex. Battle-tested workflows and five bundled d
18
18
19
19
Godmode takes the best ideas from across the Claude Code and Codex plugin ecosystem — brainstorming, plan-driven development, subagent orchestration, persistent memory, and disciplined verification — and **fuses them into one coherent, opinionated plugin** that ships with curated MCP servers, hybrid project + global memory, and a live local web dashboard.
20
20
21
-
Built on top of two excellent upstream projects (MIT-licensed [Superpowers](https://github.com/obra/superpowers) and Apache-2.0-licensed [claude-mem](https://github.com/thedotmack/claude-mem)) and a long list of skills and patterns from across the community, Godmode consolidates and optimizes them into a single super-plugin you install once.
21
+
It consolidates that surface into a single super-plugin you install once, in either engine, with no per-repo setup grind.
| 12 plugins doing 12 jobs with overlapping commands | One plugin, one command surface, one mental model |
30
-
| Memory that disappears every new session | Hybrid global + per-project SQLite memory, auto-injected on session start, browseable in the dashboard |
31
-
| No idea what each session is costing you | Real-time token meter, prompt optimizer, cache-aware shaping, per-scope budgets, cost dashboard |
32
-
| Codex and Claude Code drifting apart | Dual-engine plugin built from a single source — full parity at every release |
33
-
| Same setup grind every new repo | One marketplace install wires the same commands and MCP servers into every repo, in both engines |
34
-
| MCP servers configured one at a time | Curated bundle (Context7, Microsoft Learn, Cloudflare Docs, Keeper Docs, Playwright) pre-wired and opt-out, not opt-in |
| 12 plugins doing 12 jobs with overlapping commands | One plugin, one command surface, one mental model |
30
+
| Memory that disappears every new session | Hybrid global + per-project SQLite memory, auto-injected on session start, browseable in the dashboard |
31
+
| No idea what each session is costing you | Real-time token meter, prompt optimizer, cache-aware shaping, per-scope budgets, cost dashboard |
32
+
| Codex and Claude Code drifting apart | Dual-engine plugin built from a single source — full parity at every release |
33
+
| Same setup grind every new repo | One marketplace install wires the same commands and MCP servers into every repo, in both engines |
34
+
| MCP servers configured one at a time | Curated 10-server no-auth bundle (docs, code intelligence, browser, cloud) pre-wired and opt-out, not opt-in |
35
35
36
36
---
37
37
@@ -40,7 +40,7 @@ Built on top of two excellent upstream projects (MIT-licensed [Superpowers](http
40
40
**Available now — installs and runs in both engines, no daemon required:**
41
41
42
42
-**9 hero slash commands** — `/learn`, `/explain`, `/guide`, `/agents`, `/implement`, `/debug`, `/review`, `/verify`, `/commit`. Battle-tested workflow prompts, authored once and shipped to both engines.
43
-
-**5 bundled documentation MCPs** — Context7, Microsoft Learn, Cloudflare Docs, Keeper Docs, Playwright. One setup, working integrations.
43
+
-**10 bundled no-auth MCP servers** — docs (Context7, Microsoft Learn, AWS Knowledge, Cloudflare Docs, Keeper Docs), code intelligence (DeepWiki, grep.app), browser automation (Playwright, Chrome DevTools), and cloud (Azure). One setup, working integrations, no API keys.
44
44
-**Dual engine, one source** — every command and MCP is authored once in `src/plugin/_sources/` and emitted for both Claude Code (`commands/` + `.mcp.json`) and Codex (`skills/` + `codex mcp add`). Full parity at every build.
45
45
-**Nothing to compile to use it** — no server, no database, no native dependencies for teammates. Install straight from the marketplace and go.
46
46
@@ -56,17 +56,22 @@ See the [roadmap](#roadmap) for sequencing.
56
56
57
57
## Bundled MCP servers
58
58
59
-
Godmode ships these curated MCPs and wires them into both engines during install:
59
+
Godmode ships these ten curated MCP servers and wires them into both engines during install:
|**DeepWiki**| Code intelligence | Ask questions about any public GitHub repo's architecture and docs |
69
+
|**grep.app**| Code intelligence | Regex code search across a million public GitHub repositories |
70
+
|**Playwright**| Browser | Drive a real browser for testing, screenshots, and verification |
71
+
|**Chrome DevTools**| Browser | Inspect the DOM, network, console, and performance traces in Chrome |
72
+
|**Azure**| Cloud | Manage Azure resources and deployments (uses your local `az login`) |
68
73
69
-
All five are documentation/automation servers with no embedded credentials. To opt one out, remove its entry from `plugin/.mcp.json` (Claude Code) or skip its line in the Codex setup below.
74
+
Every server is **no-auth**: the HTTP endpoints are public, the `npx`-based stdio servers need no API key, and Azure uses your ambient `az login`credentials — no secrets live in the config. To opt one out, remove its entry from `plugin/.mcp.json` (Claude Code) or skip its line in the Codex setup below.
70
75
71
76
---
72
77
@@ -82,7 +87,7 @@ Godmode installs from a marketplace in **both** engines — no daemon, database,
82
87
# 1. Register the marketplace
83
88
/plugin marketplace add patrickking67/godmode
84
89
85
-
# 2. Install — commands, skills, and all five MCP servers come wired in
90
+
# 2. Install — commands, skills, and all ten MCP servers come wired in
86
91
/plugin install godmode@godmode
87
92
```
88
93
@@ -107,20 +112,25 @@ Codex pulls the workflow **skills** from the marketplace, then registers the MCP
107
112
# 1. Register the marketplace — brings in the workflow skills
codex mcp add azure -- npx -y @azure/mcp@latest server start
116
126
```
117
127
118
128
Cloned the repo? Step 2 collapses to one command — `bash plugin/codex-mcp-setup.sh` — generated from the same source as the list above, so it never drifts. (You can also append `plugin/codex-config.toml` to `~/.codex/config.toml`.) For a local marketplace, use `codex plugin marketplace add /absolute/path/to/godmode`.
119
129
120
130
### Verify
121
131
122
132
```sh
123
-
codex mcp list # Codex: the five servers are listed
133
+
codex mcp list # Codex: the ten servers are listed
124
134
```
125
135
126
136
In Claude Code, open `/plugin` to confirm **godmode** is installed and its commands are listed. In a fresh session of either engine, run `/learn` to confirm the workflows loaded.
@@ -177,20 +187,16 @@ Full design in [`docs/specs/2026-05-27-godmode-design.md`](docs/specs/2026-05-27
0 commit comments