$git clone https://github.com/laurigates/claude-pluginsClaude Code plugins for development workflows
| 1 | # Claude Plugins |
| 2 | |
| 3 | > Experimental testing harness lives under experiments/claude-probe/. |
| 4 | |
| 5 | A curated collection of 44 Claude Code plugins providing 400+ skills and 21 agents for development workflows. |
| 6 | |
| 7 | ## Install the Marketplace |
| 8 | |
| 9 | Install the full plugin collection as a marketplace: |
| 10 | |
| 11 | ```bash |
| 12 | claude plugin install laurigates/claude-plugins |
| 13 | ``` |
| 14 | |
| 15 | This registers all 44 plugins. You can then enable individual plugins as needed. |
| 16 | |
| 17 | ### Install Individual Plugins |
| 18 | |
| 19 | If you prefer to install plugins one at a time: |
| 20 | |
| 21 | ```bash |
| 22 | claude plugin install laurigates-claude-plugins/<plugin-name> |
| 23 | ``` |
| 24 | |
| 25 | For example: |
| 26 | |
| 27 | ```bash |
| 28 | claude plugin install laurigates-claude-plugins/git-plugin |
| 29 | claude plugin install laurigates-claude-plugins/python-plugin |
| 30 | claude plugin install laurigates-claude-plugins/testing-plugin |
| 31 | ``` |
| 32 | |
| 33 | ## Getting Started |
| 34 | |
| 35 | 1. **Install the marketplace** using the command above |
| 36 | 2. **Run a health check** — `/health:check` then `/health:audit` to diagnose your setup and get plugin recommendations for your stack |
| 37 | 3. **Follow the tiered setup** — The [Plugin Map](docs/PLUGIN-MAP.md) provides a recommended install order (Tier 0 foundation through Tier 3+ stack-specific), decision trees, and project presets |
| 38 | |
| 39 | ### MCP Server Setup |
| 40 | |
| 41 | Use the included justfile for quick MCP server configuration: |
| 42 | |
| 43 | ```bash |
| 44 | # Set up all MCP servers and cclsp |
| 45 | just claude-setup |
| 46 | |
| 47 | # Or install individual servers |
| 48 | just mcp-github |
| 49 | just mcp-playwright |
| 50 | just mcp-context7 |
| 51 | ``` |
| 52 | |
| 53 | Alternatively, use the `/configure:mcp` skill for interactive configuration. |
| 54 | |
| 55 | ## Design Principles |
| 56 | |
| 57 | The methodology behind these plugins — what a probabilistic agent should decide |
| 58 | versus what a deterministic substrate should verify and remember. See |
| 59 | [**docs/PRINCIPLES.md**](docs/PRINCIPLES.md) for the full set, each grounded in |
| 60 | the rules, skills, and hooks that embody it. |
| 61 | |
| 62 | ## Prerequisites |
| 63 | |
| 64 | - **Bash 5+** — Required for shell scripts. macOS ships Bash 3.2; install via `brew install bash`. |
| 65 | |
| 66 | ## Plugins by Category |
| 67 | |
| 68 | ### AI & Agents |
| 69 | |
| 70 | | Plugin | Skills | Description | |
| 71 | |--------|--------|-------------| |
| 72 | | **agent-patterns-plugin** | 19 | Multi-agent coordination and orchestration patterns | |
| 73 | | **agents-plugin** | 1 + 12 agents | Task-focused agents for test, review, debug, docs, and CI workflows | |
| 74 | | **langchain-plugin** | 4 | LangChain JS/TS development - agents, chains, LangGraph, Deep Agents | |
| 75 | | **prompt-engineering-plugin** | 1 | Prompt engineering for accurate, grounded responses - anti-hallucination workflow | |
| 76 | |
| 77 | ### Development |
| 78 | |
| 79 | | Plugin | Skills | Description | |
| 80 | |--------|--------|-------------| |
| 81 | | **api-plugin** | 1 | API integration and testing - REST endpoints, client generation | |
| 82 | | **blueprint-plugin** | 35 | Blueprint Development methodology - PRD/PRP workflow with version tracking | |
| 83 | | **comfyui-plugin** | 17 | ComfyUI custom-node pack lifecycle - scaffold, seed repo, gitops adoption, registry publish | |
| 84 | | **home-assistant-plugin** | 4 | Home Assistant configuration - automations, scripts, scenes, entities | |
| 85 | | **obsidian-plugin** | 21 | Obsidian CLI operations - vault management, search, properties, tasks | |
| 86 | | **project-plugin** | 7 | Project initialization, management, maintenance, and continuous development | |
| 87 | | **session-plugin** | 4 | Session bookends - spinup briefing, wrap capture, end-of-session orchestration, distillation | |
| 88 | |
| 89 | ### Languages |
| 90 | |
| 91 | | Plugin | Skills | Description | |
| 92 | |--------|--------|-------------| |
| 93 | | **css-plugin** | 2 | CSS tooling - Lightning CSS transpilation, UnoCSS atomic utilities | |
| 94 | | **python-plugin** | 16 | Python ecosystem - uv, ruff, pytest, basedpyright, packaging | |
| 95 | | **rust-plugin** | 7 | Rust development - cargo, clippy, nextest, memory safety | |
| 96 | | **typescript-plugin** | 17 | TypeScript development - Bun, Biome, ESLint, strict types | |
| 97 | |
| 98 | ### Quality & Testing |
| 99 | |
| 100 | | Plugin | Skills | Description | |
| 101 | |--------|--------|-------------| |
| 102 | | **code-quality-plugin** | 15 | Code review, refactoring, linting, static analysis, debugging methodology | |
| 103 | | **software-design-plugin** | 5 | Software design methodology - deep modules, design by contract, GoF pattern selection, legacy seams, pseudocode | |
| 104 | | **evaluate-plugin** | 6 + 3 agents | Skill evaluation and benchmarking - test effectiveness, grade results | |
| 105 | | **codebase-attributes-plugin** | 3 | Structured codebase health attributes with severity-based agent routing | |
| 106 | | **feedback-plugin** | 1 | Session feedback analysis - capture skill bugs and enhancements as issues | |
| 107 | | **testing-plugin** | 17 | Test execution, TDD workflow, Vitest, Playwright, mutation testing | |
| 108 | |
| 109 | ### Version Control |
| 110 | |
| 111 | | Plugin | Skills | Description | |
| 112 | |--------|--------|-------------| |
| 113 | | **git-plugin** | 38 + 1 agent | Git workflows - commits, branches, PRs, worktrees, release-please | |
| 114 | |
| 115 | ### CI/CD |
| 116 | |
| 117 | | Plugin | Skills | Description | |
| 118 | |--------|--------|-------------| |
| 119 | | **finops-plugin** | 7 | GitHub Actions FinOps - billing, cache usage, workflow efficiency | |
| 120 | | **github-actions-plugin** | 8 | GitHub Actions CI/CD - workflows, authentication, inspection | |
| 121 | |
| 122 | ### Infrastructure |
| 123 | |
| 124 | | Plug |