laurigates/claude-plugins

Claude Code plugins for development workflows

54Stars on the repository
61Mods indexed here, across every type
2d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

attribute-router

01

laurigates/claude-plugins

Agent

Route to specialized agents based on codebase health attributes. Reads attribute data and delegates to appropriate agents by severity and category.

54 2d ago A 27 tokens original MIT

ci

02

laurigates/claude-plugins

Agent

Scaffold a complete CI/CD setup for a repo — multiple GitHub Actions workflows (test, build, release, deploy) in one isolated pass. Use when delegating a full from-scratch pipeline buildout; edit single workflows inline instead.

54 2d ago A 51 tokens original MIT

debug

03

laurigates/claude-plugins

Agent

Diagnose and fix bugs. Finds root cause, implements fix, verifies solution. Handles errors, failures, and unexpected behavior.

54 2d ago A 27 tokens original MIT

dependency-audit

04

laurigates/claude-plugins

Agent

Dependency vulnerability and freshness audit. Scans for outdated packages, known CVEs, and license issues across package ecosystems. Use when checking dependency health.

54 2d ago A 33 tokens original MIT

docs

05

laurigates/claude-plugins

Agent

Generate documentation from code. Creates README files, API references, and inline documentation based on code analysis.

54 2d ago A 22 tokens original MIT

performance

06

laurigates/claude-plugins

Agent

Performance analysis and profiling. Identifies bottlenecks, analyzes profiler output, benchmarks code, and recommends optimizations. Use when investigating slow code or system performance issues.

54 2d ago A 35 tokens original MIT

refactor

07

laurigates/claude-plugins

Agent

Code refactoring specialist. Restructures code for improved readability, maintainability, and SOLID adherence while preserving behavior. Use when code needs structural improvement without changing functionality.

54 2d ago A 37 tokens original MIT

research

08

laurigates/claude-plugins

Agent

Technical research and documentation lookup. Investigates APIs, frameworks, libraries, and best practices from web sources and documentation. Use when needing external knowledge to inform decisions.

54 2d ago A 34 tokens original MIT

review

09

laurigates/claude-plugins

Agent

Comprehensive code review including quality, security, performance, and commit/PR analysis. Provides actionable findings with specific recommendations.

54 2d ago A 26 tokens original MIT

search-replace

10

laurigates/claude-plugins

Agent

Cross-platform search and replace across codebases using built-in tools. No sed, no shell commands, no permission prompts. Use when replacing text patterns across multiple files.

54 2d ago A 37 tokens original MIT

security-audit

11

laurigates/claude-plugins

Agent

Security vulnerability analysis. Scans code for OWASP top 10, secrets exposure, injection risks, auth flaws, and insecure configurations. Use proactively when reviewing security-sensitive code.

54 2d ago A 39 tokens original MIT

test

12

laurigates/claude-plugins

Agent

Write and run tests. Analyzes code, writes appropriate tests, executes them, and reports results. Completes the full testing cycle.

54 2d ago A 30 tokens original MIT