A collection of resources, workflows, and plugins for getting the most out of Claude Code.
Claude Code is Anthropic's CLI for AI-assisted software engineering. This repository provides:
- Plugins — agents, commands, and skills that extend Claude Code's capabilities
- Workflow patterns — opinionated development loops that work well with Claude
- Curated external resources — third-party plugins worth knowing about
See plugins/README.md for full documentation, including installation instructions.
| Plugin | What it does |
|---|---|
| code-review | 5 parallel specialist agents produce a prioritised code review |
| dev-utils | Commands for PRs, plan review, CI/CD + iterate-pr skill |
Included in this repo's marketplace.json and installed alongside the local plugins.
| Plugin | What it does |
|---|---|
| Superpowers | Plan → Build → Review workflow |
| Context7 | Up-to-date library documentation for LLMs |
| Humanizer | Remove AI writing patterns from text |
| Visual Explainer | Documentation and visualization |
| Dogfood | Systematic web app exploration and bug finding |
- Official Anthropic Claude Plugins — git commit skills and more
A proven loop for Claude-assisted development:
flowchart TD
A([Session Start]) --> B["Design + Plan<br/>Superpowers skill"]
B --> C["Review Plan<br/>Validate & Refine"]
C --> D["Execute Plan<br/>Build"]
D --> E["Code Review<br/>Parallel specialist agents"]
E --> F["Resolve<br/>PR comments + CI failures"]
F --> G([Complete])
See LICENSE for details.