By wundam
Assemble a virtual cross-functional team to analyze a request, deep-dive the code, and produce a consensus solution plan.
A public Claude Code plugin marketplace by wundam.
Each plugin bundles one install-decision worth of related skills, commands, or hooks — things you'd always want together. Currently one plugin (team-review), more over time.
/plugin marketplace add https://github.com/wundam/skills
/plugin install <plugin-name>@wundam-skills
Reload your Claude Code session afterward so the new skills and commands are picked up.
team-review — v1.0.0A persistent, project-level senior team stored under your project's .claude/team/. Not a one-shot review panel — a long-lived collective that grows in understanding across every review you run.
On first use in a project the skill runs deep analysis (reads READMEs, manifests, directory shape), proposes a broad senior roster, and writes state to .claude/team/. Subsequent reviews reuse the team and accumulate per-member memory.
Roster — 5 core (PM, Architect, UX, QA, Developer) plus project-inferred specialists (Mobile, Web, Database, LLM, DevOps, Security, Data, Game, Extension, CLI, or custom).
Two review modes — both converge to consensus:
/team-review --basic <task> — single LLM voices members in sequence, resolves tensions up to 5 passes. Fast, cheap./team-review --advanced <task> — parallel subagents per member debate across multiple rounds with isolated contexts. Slower, more expensive, more robust for high-stakes decisions.Lifecycle commands:
| Command | Purpose |
|---|---|
/team-review <task> | Run a review (prompts for mode). |
/team-review team | Show the current roster. |
/team-review add <role description> | Propose and add a new member. |
/team-review remove <slug> | Archive a member (notes preserved). |
/team-review reinit | Re-analyze the project; diff and update the roster. |
Install:
/plugin install team-review@wundam-skills
Full docs: plugins/team-review/README.md and plugins/team-review/skills/team-review/SKILL.md.
wundam-skills/
├── .claude-plugin/marketplace.json # marketplace manifest
├── plugins/
│ └── <name>/
│ ├── .claude-plugin/plugin.json
│ ├── skills/<skill>/SKILL.md
│ ├── commands/<cmd>.md
│ ├── CHANGELOG.md
│ └── README.md
└── scripts/release.sh # per-plugin semver release tool
Each plugin is independently versioned with semver. Tags are namespaced: team-review/v1.0.0, <next-plugin>/v0.1.0, etc.
See CONTRIBUTING.md for:
./scripts/release.sh <plugin> <patch|minor|major> with strict [Unreleased] CHANGELOG gate)When forking, update these config files — nothing else should need hand-editing:
.claude-plugin/marketplace.json — marketplace name, description, owner.name, owner.urlplugins/<plugin>/.claude-plugin/plugin.json — plugin author, descriptionLICENSE — copyright holderDocs and skill prose are written generically; there is no hardcoded path to this specific repo.
MIT — see LICENSE.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub wundam/skills --plugin team-reviewComprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Write feature specs, plan roadmaps, and synthesize user research faster. Keep stakeholders updated and stay ahead of the competitive landscape.