megapowers
Health Warn
- License — License: MIT
- Description — Repository has a description
- Active repo — Last push 0 days ago
- Low visibility — Only 6 GitHub stars
Code Pass
- Code scan — Scanned 12 files during light audit, no dangerous patterns found
Permissions Pass
- Permissions — No dangerous permissions requested
No AI report is available for this listing yet.
Skills, plugins, and hooks that change how coding agents work — Claude Code, Codex, OpenCode, Antigravity. Measured, not vibed.
megapowers
megapowers is exactly one plugin for current Claude Code and Codex. It adds
task-level skills (the inventory lives in plugins/megapowers/skills/catalog.json),
one shared communication style, and a small destructive-command
tripwire. It does not replace native agents, plans, goals,
permissions, worktrees, memory, or browser tools.
The plugin is deliberately small. There is no model router, session catalog,
formatter, status line, custom scheduler, hosted service, or compatibility
layer for other harnesses.
Install
Claude Code:
claude plugin marketplace add lawzava/megapowers@release
claude plugin install megapowers@megapowers
Codex:
codex plugin marketplace add lawzava/megapowers --ref release
codex plugin add megapowers@megapowers
Start a fresh session after installation. The release branch only moves to
signed release tags, so marketplace refreshes never install unreleased main
state. Full update, verification, pinning, and uninstall instructions are in
docs/install.md.
The workflow
Use the smallest skill that matches the task. Skill descriptions stay visible;
the full body loads only when selected.
| Need | Skill |
|---|---|
| Choose between inline work, native agents, a durable run, or review | orchestrating |
| Specify behavior, resolve requirements, and write an executable plan | design-and-plan |
| Stress-test a plan, decision, or idea through a round-based interview | grill-me |
| Change behavior with a verified red, green, refactor loop and language-specific code judgment | test-first-implementation |
| Find a root cause before fixing a bug or flaky test | systematic-debugging |
| Prove completion, handoff, commit, merge, or release claims | verify-and-finish |
| Preview and authorize a real-world side effect | safe-effects |
| Preserve honest state across long or interrupted work | autonomous-run |
| Send an explicit artifact to a different provider for adversarial review | independent-review |
| Audit memory and automatically apply one approved evidence-based cleanup | memory-hygiene |
| Draft, rewrite, edit, or preserve prose without dropping or inventing facts | humanizing-prose |
| Upgrade Megapowers without changing its source, scope, pins, or local edits | upgrading-megapowers |
| Research current facts, historical rationale, or contested evidence | evidence-research |
| Configure, debug, or verify an MCP server connection | mcp-setup |
| Write effective skills and project or subfolder instructions | writing-agent-instructions |
Repository instructions, existing code, and configured project tools remain
authoritative. See docs/orchestration.md for the
native-first task shapes and execution map. It adds no scheduler or agent
runtime.
For non-trivial delegation, orchestrating can read one optional personal
capability registry from ~/.config/megapowers/agent-capabilities.md. The file
stays outside the plugin and supplies advisory choices only; it creates no
agent access or authority.
What installs
- Task skills and their maturity listed in
skills/catalog.json. - One shared style for direct, concise technical replies: a selectable Claude Code
output style and a trusted Codex startup hook. - One
PreToolUseGo hook for obvious catastrophic commands. - One Go standard-library independent-review tool, loaded only with that skill.
Select Megapowers through Claude Code's /config output-style picker. It
preserves built-in coding instructions and respects another selected style.
Codex adds the same style as developer context at session startup and after
compaction once the user trusts
the bundled hooks. Set MEGAPOWERS_OUTPUT_STYLE=off before launching Codex to
omit the style while keeping the guard and shared workflow guidance. Both
harnesses receive instructions to write new helper code in Go, including
temporary scripts and one-off commands, and use native tools for direct edits.
Neither adapter changes global user
configuration. Hooks require Go and cache their compiled executable locally.
Claude Code and Codex receive the same high-confidence denials. Reversible risk
remains with each harness's own permission system. The hook is an accident
tripwire, not a sandbox. Read
SECURITY.md before trusting the plugin.
Evidence
Four evidence classes are kept separate:
scripts/validate.shandevals/run-all.shrun bounded deterministic
regressions and runner selftests. They prove repository mechanics, not agent
quality.- Trigger recall measures trace-proven skill selection. Its configured gates
enforce Claude study results and report Codex results without enforcement. - The optional installed-plugin A/B study compares this checkout with an empty
control under Claude Code and Codex through a hash-pinned isolation broker.
It reports treatment reliability and paired control outcomes; it does not
gate releases or claim that the plugin improves general model capability. - PR replay uses hidden correctness tests against pinned historical changes.
Credentialed execution is disabled pending broker schema2; the study is
report-only.
No current-candidate behavioral result is claimed from selftests. Historical
measurements, including null results and their limitations, remain in
evals/RESULTS-archive.md. Current protocols and gates are in
evals/README.md and
docs/advanced/evals.md.
Limits
- Skills are instructions, not enforcement. Model and harness behavior can
change. - The communication style applies to the main conversation, not ordinary
subagents, and it cannot suppress tool-result rendering. Codex skips the
adapter until the user trusts the plugin hooks. - The destructive guard matches a narrow set of command strings. OS sandboxing
and least privilege remain the real boundary. - Independent review discloses approved source content to the selected provider.
It rejects common secret patterns, not every possible secret. - Real-agent studies require credentials, spend, and a reviewed broker that
keeps credentials and hidden state outside the actor's OS boundary. Their
selftests do not substitute for a credentialed run. - Only current Claude Code and Codex are supported. Exact structural and
behavioral evidence boundaries are in
docs/harness-support.md.
Develop
scripts/validate.sh
bash evals/run-all.sh --json results.jsonl
The deterministic suite fails on malformed, incomplete, indeterminate,
timed-out, or harness-error results. Contributions that change behavioral
guidance need deterministic regression coverage. Credentialed installed-plugin
A/B remains optional diagnostic evidence. See CONTRIBUTING.md.
The repository-local verification-map pilot is documented in
docs/advanced/verification-maps.md.
License and origin
megapowers is MIT-licensed. It began from Superpowers by Jesse Vincent and
retains other source credits in ATTRIBUTION.md. It is not an
Anthropic or OpenAI product.
Reviews (0)
Sign in to leave a review.
Leave a reviewNo results found