# claude plugins
## superpowers
https://github.com/obra/superpowers
Superpowers is a complete software development methodology for your coding agents, built on top of a set of composable skills and some initial instructions that make sure your agent uses them.
```
/plugin install superpowers@claude-plugins-official
```
## ECC
https://github.com/affaan-m/ECC
The harness-native operator system for agentic work. From an Anthropic hackathon winner.
```
# Add marketplace
/plugin marketplace add https://github.com/affaan-m/ECC
# Install plugin
/plugin install ecc@ecc
```
## andrej-karpathy-skills
https://github.com/multica-ai/andrej-karpathy-skills
Karpathy-Inspired Claude Code Guidelines
```
/plugin marketplace add multica-ai/andrej-karpathy-skills
/plugin install andrej-karpathy-skills@karpathy-skills
```
## BMAD-METHOD
https://github.com/bmad-code-org/BMAD-METHOD
Build More Architect Dreams — An AI-driven agile development module for the BMad Method Module Ecosystem, the best and most comprehensive Agile AI Driven Development framework that has true scale-adaptive intelligence that adjusts from bug fixes to enterprise systems.
```
npx bmad-method install
```
## oh-my-claudecode
https://github.com/Yeachan-Heo/oh-my-claudecode
Multi-agent orchestration for Claude Code. Zero learning curve.
```
/plugin marketplace add https://github.com/Yeachan-Heo/oh-my-claudecode
/plugin install oh-my-claudecode
```
## obsidian-skills
https://github.com/kepano/obsidian-skills
Agent Skills for use with Obsidian.
```
/plugin marketplace add kepano/obsidian-skills
/plugin install obsidian@obsidian-skills
```
## harness (revfactory)
https://github.com/revfactory/harness
```
/plugin marketplace add revfactory/harness
/plugin install harness@harness-marketplace
```
## harness-100
https://github.com/revfactory/harness-100
```
# Copy any harness into your project
cp -r ko/01-youtube-production/.claude/ /path/to/my-project/.claude/
# Or use the English version
cp -r en/01-youtube-production/.claude/ /path/to/my-project/.claude/
```
## codegraph
https://github.com/colbymchenry/codegraph
```
# macOS / Linux
curl -fsSL https://raw.githubusercontent.com/colbymchenry/codegraph/main/install.sh | sh
# Windows (PowerShell)
irm https://raw.githubusercontent.com/colbymchenry/codegraph/main/install.ps1 | iex
```
```
npx @colbymchenry/codegraph # zero-install, or:
npm i -g @colbymchenry/codegraph
```
```
cd your-project
codegraph init -i
```
## graphify
https://github.com/safishamsi/graphify
```
# Recommended (uv puts graphify on PATH automatically):
uv tool install graphifyy
# Alternatives:
pipx install graphifyy
pip install graphifyy
```
```
graphify install
```
```
/graphify . # build graph for current folder
/graphify ./docs --update # re-extract only changed files
/graphify . --cluster-only # rerun clustering without re-extracting
/graphify . --cluster-only --resolution 1.5 # more granular communities
/graphify . --cluster-only --exclude-hubs 99 # suppress utility super-hubs from god-node rankings
/graphify . --no-viz # skip the HTML, just the report + JSON
/graphify . --wiki # build a markdown wiki from the graph
graphify export callflow-html # Mermaid architecture/call-flow HTML (auto-regenerates on every git commit if hook is installed)
/graphify query "what connects auth to the database?"
/graphify path "UserService" "DatabasePool"
/graphify explain "RateLimiter"
/graphify add https://arxiv.org/abs/1706.03762 # fetch a paper and add it
/graphify add <youtube-url> # transcribe and add a video
graphify hook install # auto-rebuild on git commit
graphify merge-graphs a.json b.json # combine two graphs
graphify prs # PR dashboard: CI state, review status, worktree mapping
graphify prs 42 # deep dive on PR #42 with graph impact
graphify prs --triage # AI ranks your review queue (uses whatever backend is configured)
graphify prs --conflicts # PRs sharing graph communities — merge-order risk
```
## LLM Wiki
https://github.com/praneybehl/llm-wiki-plugin
```
/plugin marketplace add praneybehl/llm-wiki-plugin
/plugin install llm-wiki@llm-wiki
```
## Google Labs - DESIGN.md
https://github.com/google-labs-code/design.md
## Ralph
https://github.com/snarktank/ralph
Based on Geoffrey Huntley's Ralph pattern
(https://ghuntley.com/ralph/)
Ralph is an autonomous AI agent loop that runs repeatedly until all PRD items are complete.
## Ralph Wiggum Plugin
https://github.com/anthropics/claude-code/tree/main/plugins/ralph-wiggum
Implementation of the Ralph Wiggum technique for iterative, self-referential AI development loops in Claude Code.
## ralph-orchestrator
https://github.com/mikeyobrien/ralph-orchestrator
https://mikeyobrien.github.io/ralph-orchestrator/
A hat-based orchestration framework that keeps AI agents in a loop until the task is done.
## pm-skills
https://github.com/phuryn/pm-skills
PM Skills Marketplace: The AI Operating System for Better Product Decisions
68 PM skills and 42 chained workflows across 9 plugins. Claude Code, Cowork, and more. From discovery to strategy, execution, launch, growth, and shipping AI-built code.
```
# Step 1: Add the marketplace
claude plugin marketplace add phuryn/pm-skills
# Step 2: Install individual plugins
claude plugin install pm-toolkit@pm-skills
claude plugin install pm-product-strategy@pm-skills
claude plugin install pm-product-discovery@pm-skills
claude plugin install pm-market-research@pm-skills
claude plugin install pm-data-analytics@pm-skills
claude plugin install pm-marketing-growth@pm-skills
claude plugin install pm-go-to-market@pm-skills
claude plugin install pm-execution@pm-skills
claude plugin install pm-ai-shipping@pm-skills
```
## Hades
https://github.com/TheArcForge/Hades
Hades is Unity-aware AI infrastructure for Claude Code. It builds a queryable knowledge graph of your entire Unity project — every scene, prefab, script, asset, and dependency — so your AI agent knows your project's structure instead of guessing at it. Out of the box you get 90 MCP tools, 22 skills, and 6 commands. Everything runs locally, and everything is version-controllable.
```
/plugin marketplace add TheArcForge/hades-plugin
/plugin install hades
```
#unity