Superdev Plugin
Description
superdev — a Claude Code plugin that turns ideas into working code through brainstorm, plan, execute, and evaluate, and lets agents pull well-defined work from a catalog. Read-only mirror; developed in the superdev monorepo.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
superdev — Claude Code plugin
**This repository is a read-only mirror.** The plugin lives in [`plugin/`](plugin/) and is developed in the superdev monorepo, from which it is republished on every release. Pull requests opened here cannot be merged — file an issue instead and it will be picked up on the other side.
Install
/plugin marketplace add https://github.com/pando-codes/pando-plugins.git
/plugin install superdev@pando-plugins
Use the full HTTPS URL rather than the `pando-codes/pando-plugins` shorthand: the shorthand clones over SSH, which works if you already have a GitHub SSH key and fails with an authentication error if you do not.
What it is
superdev turns an idea into working code through a brainstorm → plan → execute → evaluate workflow, recording user stories, features, and acceptance criteria as catalog records — and then lets agents pull that work back out one well-defined, role-scoped item at a time.
The whole of it is in [`plugin/README.md`](plugin/README.md), including the part worth reading before you install anything: [what is not true yet](plugin/README.md#what-is-not-true-yet).
Why the plugin is one directory down
The marketplace resolves this repository with a `git-subdir` source, which names an explicit HTTPS URL and a path inside it. That is deliberate: the `github` source type clones over SSH, so a plugin published that way is installable only by people who already have a GitHub SSH key — which, on a machine that has never pushed to GitHub, is nobody.
Requesting access to the hosted catalog
The plugin is free and public. The catalog it talks to is invite-only while it is in beta, and each account is provisioned by hand.
**[Request access →](https://github.com/pando-codes/superdev-plugin/issues/new?template=access-request.yml)**
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11