{"id":34809885,"url":"https://github.com/laurigates/claude-plugins","last_synced_at":"2026-06-14T06:01:09.510Z","repository":{"id":329007896,"uuid":"1117480701","full_name":"laurigates/claude-plugins","owner":"laurigates","description":"Claude Code plugins for development workflows","archived":false,"fork":false,"pushed_at":"2026-06-13T14:33:44.000Z","size":11148,"stargazers_count":38,"open_issues_count":45,"forks_count":5,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-06-13T15:23:11.866Z","etag":null,"topics":["claude-code","managed-by-opentofu","plugins"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/laurigates.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-16T11:24:04.000Z","updated_at":"2026-06-13T14:12:11.000Z","dependencies_parsed_at":"2026-04-15T14:01:24.941Z","dependency_job_id":null,"html_url":"https://github.com/laurigates/claude-plugins","commit_stats":null,"previous_names":["laurigates/claude-plugins"],"tags_count":996,"template":false,"template_full_name":null,"purl":"pkg:github/laurigates/claude-plugins","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laurigates%2Fclaude-plugins","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laurigates%2Fclaude-plugins/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laurigates%2Fclaude-plugins/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laurigates%2Fclaude-plugins/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/laurigates","download_url":"https://codeload.github.com/laurigates/claude-plugins/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laurigates%2Fclaude-plugins/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34310801,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-14T02:00:07.365Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["claude-code","managed-by-opentofu","plugins"],"created_at":"2025-12-25T12:36:05.483Z","updated_at":"2026-06-14T06:01:09.503Z","avatar_url":"https://github.com/laurigates.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Claude Plugins\n\nA curated collection of 42 Claude Code plugins providing 360+ skills and 21 agents for development workflows.\n\n## Install the Marketplace\n\nInstall the full plugin collection as a marketplace:\n\n```bash\nclaude plugin install laurigates/claude-plugins\n```\n\nThis registers all 42 plugins. You can then enable individual plugins as needed.\n\n### Install Individual Plugins\n\nIf you prefer to install plugins one at a time:\n\n```bash\nclaude plugin install laurigates-claude-plugins/\u003cplugin-name\u003e\n```\n\nFor example:\n\n```bash\nclaude plugin install laurigates-claude-plugins/git-plugin\nclaude plugin install laurigates-claude-plugins/python-plugin\nclaude plugin install laurigates-claude-plugins/testing-plugin\n```\n\n## Getting Started\n\n1. **Install the marketplace** using the command above\n2. **Run a health check** — `/health:check` then `/health:audit` to diagnose your setup and get plugin recommendations for your stack\n3. **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\n\n### MCP Server Setup\n\nUse the included justfile for quick MCP server configuration:\n\n```bash\n# Set up all MCP servers and cclsp\njust claude-setup\n\n# Or install individual servers\njust mcp-github\njust mcp-playwright\njust mcp-context7\n```\n\nAlternatively, use the `/configure:mcp` skill for interactive configuration.\n\n## Prerequisites\n\n- **Bash 5+** — Required for shell scripts. macOS ships Bash 3.2; install via `brew install bash`.\n\n## Plugins by Category\n\n### AI \u0026 Agents\n\n| Plugin | Skills | Description |\n|--------|--------|-------------|\n| **agent-patterns-plugin** | 13 | Multi-agent coordination and orchestration patterns |\n| **agents-plugin** | 1 + 12 agents | Task-focused agents for test, review, debug, docs, and CI workflows |\n| **langchain-plugin** | 4 | LangChain JS/TS development - agents, chains, LangGraph, Deep Agents |\n| **prompt-engineering-plugin** | 1 | Prompt engineering for accurate, grounded responses - anti-hallucination workflow |\n\n### Development\n\n| Plugin | Skills | Description |\n|--------|--------|-------------|\n| **api-plugin** | 2 | API integration and testing - REST endpoints, client generation |\n| **blueprint-plugin** | 33 | Blueprint Development methodology - PRD/PRP workflow with version tracking |\n| **comfyui-plugin** | 3 | ComfyUI custom-node pack lifecycle - scaffold, seed repo, gitops adoption, registry publish |\n| **home-assistant-plugin** | 4 | Home Assistant configuration - automations, scripts, scenes, entities |\n| **obsidian-plugin** | 21 | Obsidian CLI operations - vault management, search, properties, tasks |\n| **project-plugin** | 7 | Project initialization, management, maintenance, and continuous development |\n| **session-plugin** | 4 | Session bookends - spinup briefing, wrap capture, end-of-session orchestration, distillation |\n\n### Languages\n\n| Plugin | Skills | Description |\n|--------|--------|-------------|\n| **css-plugin** | 2 | CSS tooling - Lightning CSS transpilation, UnoCSS atomic utilities |\n| **python-plugin** | 16 | Python ecosystem - uv, ruff, pytest, basedpyright, packaging |\n| **rust-plugin** | 5 | Rust development - cargo, clippy, nextest, memory safety |\n| **typescript-plugin** | 17 | TypeScript development - Bun, Biome, ESLint, strict types |\n\n### Quality \u0026 Testing\n\n| Plugin | Skills | Description |\n|--------|--------|-------------|\n| **code-quality-plugin** | 14 | Code review, refactoring, linting, static analysis, debugging methodology |\n| **evaluate-plugin** | 6 + 3 agents | Skill evaluation and benchmarking - test effectiveness, grade results |\n| **codebase-attributes-plugin** | 3 | Structured codebase health attributes with severity-based agent routing |\n| **feedback-plugin** | 1 | Session feedback analysis - capture skill bugs and enhancements as issues |\n| **testing-plugin** | 16 | Test execution, TDD workflow, Vitest, Playwright, mutation testing |\n\n### Version Control\n\n| Plugin | Skills | Description |\n|--------|--------|-------------|\n| **git-plugin** | 36 + 1 agent | Git workflows - commits, branches, PRs, worktrees, release-please |\n\n### CI/CD\n\n| Plugin | Skills | Description |\n|--------|--------|-------------|\n| **finops-plugin** | 7 | GitHub Actions FinOps - billing, cache usage, workflow efficiency |\n| **github-actions-plugin** | 8 | GitHub Actions CI/CD - workflows, authentication, inspection |\n\n### Infrastructure\n\n| Plugin | Skills | Description |\n|--------|--------|-------------|\n| **configure-plugin** | 46 | Project infrastructure standards - pre-commit, CI/CD, Docker, testing |\n| **container-plugin** | 9 + 1 agent | Container development - Docker, registry, Skaffold, OrbStack |\n| **kubernetes-plugin** | 8 + 1 agent | Kubernetes and Helm - deployments, charts, releases, ArgoCD |\n| **migration-patterns-plugin** | 6 | Safe database and system migration - dual write, shadow mode |\n| **networking-plugin** | 6 | Network diagnostics, discovery, monitoring, HTTP load testing |\n| **terraform-plugin** | 6 + 1 agent | Terraform and Terraform Cloud - infrastructure as code |\n\n### Documentation \u0026 Communication\n\n| Plugin | Skills | Description |\n|--------|--------|-------------|\n| **blog-plugin** | 2 | Blog post creation - project logs, technical write-ups |\n| **communication-plugin** | 2 | Communication formatting - Google Chat, ticket drafting |\n| **documentation-plugin** | 5 | Documentation generation - API docs, README, knowledge graphs |\n| **prose-plugin** | 2 | Prose transformation - synthesis, distillation, tone, clarity |\n\n### UX \u0026 Components\n\n| Plugin | Skills | Description |\n|--------|--------|-------------|\n| **accessibility-plugin** | 2 | Accessibility implementation - WCAG, ARIA, design tokens |\n| **component-patterns-plugin** | 2 | Reusable UI component patterns - version badge, tooltips |\n\n### Automation \u0026 Utilities\n\n| Plugin | Skills | Description |\n|--------|--------|-------------|\n| **health-plugin** | 7 | Diagnose and fix Claude Code configuration issues |\n| **hooks-plugin** | 4 | Claude Code hooks for enforcing best practices |\n| **macos-plugin** | 4 | macOS dev tooling - kitty session persistence, LaunchServices health, incident postmortems |\n| **taskwarrior-plugin** | 6 | Taskwarrior coordination for multi-agent work - parallel-safe queries, urgency scoring |\n| **tools-plugin** | 14 | General utilities - fd, rg, jq, shell, ImageMagick, d2 |\n| **workflow-orchestration-plugin** | 4 | Workflow orchestration - preflight checks, checkpoint refactoring |\n\n### Game Development\n\n| Plugin | Skills | Description |\n|--------|--------|-------------|\n| **bevy-plugin** | 2 | Bevy game engine - ECS, rendering, game architecture |\n\n## Plugin Structure\n\nEach plugin follows the standard Claude Code plugin structure:\n\n```\n\u003cplugin-name\u003e/\n├── .claude-plugin/\n│   └── plugin.json     # Plugin manifest\n├── README.md           # Plugin documentation\n├── CHANGELOG.md        # Auto-generated by release-please\n├── skills/\n│   └── \u003cskill-name\u003e/\n│       └── SKILL.md    # Skill definition\n└── agents/             # Agent definitions (optional)\n    └── \u003cagent\u003e.md\n```\n\n## Development\n\nPlugins use [release-please](https://github.com/googleapis/release-please) for automated versioning. Use conventional commits to trigger releases:\n\n```bash\nfeat(git-plugin): add worktree support    # minor bump\nfix(python-plugin): handle empty venv     # patch bump\n```\n\nSee `CLAUDE.md` for detailed development instructions.\n\n## Regenerating the Plugin List\n\nThe flat plugin list can be generated from `marketplace.json`:\n\n```bash\njq -r '.plugins[] | \"| **\\(.name)** | \\(.category) | \\(.description) |\"' .claude-plugin/marketplace.json\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaurigates%2Fclaude-plugins","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flaurigates%2Fclaude-plugins","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaurigates%2Fclaude-plugins/lists"}