Agent Plugins Marketplace
All plugins

superstorm

v0.43.0

Large-goal autonomous pipeline: decompose into modules, front-load decisions via brainstorming, then autonomously design → closed-loop validate → plan → reverse-review → orchestrate → concurrently execute with anti-fake-completion supervision. Global command /superstorm. Also ships /cross-exam (completion audit), /product-review (product-thinking critique) and /keep-code-simple (code-simplicity review); the latter two are advice only.

Claude Code4 Skills

By dv0 GitHub starsUpdated 4 days ago

Directory evidence

Runtimes
Claude Code
Parsed components
4 skill or MCP entries
Source updated
Sep 20, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install superstorm for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install superstorm@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/allforai/myskills

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is claude/superstorm/.

Plugin files

claude/superstorm/
├── .claude-plugin/plugin.json
├── skills/cross-exam/SKILL.md
├── skills/keep-code-simple/SKILL.md
├── skills/product-review/SKILL.md
└── skills/superstorm/SKILL.md

Included Skills4

cross-examskills/cross-exam/SKILL.md

Evidence-backed completion audit of a delivery, including rule consistency and user-declared journeys; records, never fixes. User-invoked only via /cross-exam; never invoke it yourself.

keep-code-simpleskills/keep-code-simple/SKILL.md

Review code simplicity through reuse, consistent patterns, familiar solutions and explicit business/coverage trade-offs. Advice only. User-invoked only via /keep-code-simple; never invoke it yourself.

product-reviewskills/product-review/SKILL.md

Product-thinking critique of a shipped product (missing jobs, broken journeys, competitor positioning); advice only. User-invoked only via /product-review; never invoke it yourself.

superstormskills/superstorm/SKILL.md

Autonomous end-to-end delivery of one large engineering goal (front-loaded decisions, DAG, concurrent worktrees, independent verify). User-invoked only via /superstorm; never invoke it yourself.

Plugin manifests1

claude/superstorm/.claude-plugin/plugin.json
{
  "name": "superstorm",
  "description": "Large-goal autonomous pipeline: decompose into modules, front-load decisions via brainstorming, then autonomously design → closed-loop validate → plan → reverse-review → orchestrate → concurrently execute with anti-fake-completion supervision. Global command /superstorm. Also ships /cross-exam (completion audit), /product-review (product-thinking critique) and /keep-code-simple (code-simplicity review); the latter two are advice only.",
  "version": "0.43.0",
  "author": {
    "name": "dv"
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[superstorm on Agent Plugins Marketplace](https://pluginsmp.com/plugins/superstorm)