PlugMyPlugin

Browse plugins

68 plugins, each analyzed from its own files.

handbook-dotnet

★ 894
NikiforovAll

This plugin provides .NET development tools for Claude Code, including automatic CSharpier formatting for C# files after edits and a dotnet-run-file skill to execute C# code directly without projects (.NET 10+). It also offers coverage report generation scoped to branch changes, integrating seamlessly via post-tool-use hooks.

6 skills · 1 hook
DevOps free runs shell hooks
#csharp-formatting#dotnet-tooling#code-execution#coverage-reports

security-audit

★ 859
netresearch

This skill audits any project for security vulnerabilities (OWASP Top 10, CWE Top 25, CVSS scoring) and GitHub repositories, with deep PHP/TYPO3 scanning across 80+ checkpoints and 19 reference guides. It hooks into PreToolUse events to warn about risky commands before execution.

1 skill · 1 hook
Security free runs shell hooks
#security-audit#owasp-top10#vulnerability-scanning#php-security
composio-community

This plugin acts as a security reminder hook that warns developers about potential security vulnerabilities—including command injection, XSS, and unsafe code patterns—when they edit files. It uses a Python-based analysis triggered by PreToolUse events to flag risky code patterns before they're executed.

1 hook
Security free runs shell hooks
#security-scanning#code-analysis#injection-prevention#xss-detection

ponytail

★ 538
DietrichGebert

Ponytail injects a minimalist decision ladder into Claude Code sessions, forcing the agent to question whether code is needed at all before building solutions. It works by hooking session start and prompt submission to apply YAGNI principles, prefer stdlib, and avoid unrequested abstractions.

6 skills · 2 hooks
Code Review free runs shell hooks
#lazy-senior-dev#yagni-principle#code-minimization#llm-guardrails

brooks-lint

★ 410
hyhmrright

brooks-lint performs AI-powered code reviews grounded in twelve classic engineering books, diagnosing code against six decay risk dimensions with book citations and severity labels. It offers six analysis modes (PR review, architecture audit, tech debt, test quality, health dashboard, and auto-fix) that produce structured findings with symptoms, sources, consequences, and remedies.

6 commands · 6 skills · 1 hook
Code Review free runs shell hooks
#code-review#decay-risk-diagnostics#engineering-classics#book-citations

octo

★ 353
nyldn

Octopus orchestrates code review, research, and development workflows across up to ten external LLM providers (Codex, Gemini, Copilot, Ollama, Qwen, OpenRouter, and others) alongside Claude, using consensus gates and multi-agent deliberation to catch blind spots before shipping. It bundles 50 commands, 58 reusable skills, 50 specialized personas, and persistent session memory to run autonomous pipelines from spec to delivery with quality checks at each phase.

50 commands · 50 agents · 58 skills · 27 hooks
Code Review free runs shell hooks
#multi-llm-orchestration#consensus-gates#code-review#autonomous-agents

dev-flow

★ 29
alexei-led

dev-flow provides code review, automated fixes, commit management, and linting for development workflows through 2 agents and 6 skills integrated via hooks. It uses local tools (node, bash, python3) to run shell-based linting and code quality checks without external API dependencies.

2 agents · 6 skills · 6 hooks
Code Review free runs shell hooks
#code-review#linting#automated-fixes#git-commits

pr-review

★ 882
ccplugins

This plugin reviews pull request changes to identify issues, detect code quality problems, and suggest improvements before merging. It operates as a single command that analyzes diffs and provides actionable feedback directly within the development workflow.

1 command
Code Review free prompt pack
#code-review#pr-automation#quality-checks

pr-review

★ 882
composio-community

This plugin reviews pull request changes to identify issues, provide feedback, and suggest improvements before code is merged. It operates as a single command that analyzes PR diffs to ensure code quality and catch potential problems early.

1 command
Code Review free prompt pack
#code-review#pull-requests#ci-integration#code-quality

file-search

★ 872
netresearch

A skill that teaches efficient CLI-based code and file search strategies, covering ripgrep, ast-grep, fd, rga, tokei, and scc with guidance on tool selection and best practices. It provides pattern recipes and search strategies for finding text patterns and structural code matches in codebases of any size.

1 skill
Search & Research free prompt pack
#code-search#ripgrep#ast-grep#codebase-analysis

programming

★ 868
alexei-led

This plugin provides idiomatic development assistance across eight major programming languages and frameworks: C#/.NET, Go, Java/Kotlin, Python, Rust, TypeScript, shell, and web technologies. It bundles one AI agent with eight skills to help developers follow language-specific best practices and conventions.

1 agent · 8 skills
Code Review free prompt pack
#multi-language#code-generation#idiomatic-patterns#net-go-java-python-rust-typescript
anthropics

This skill automates migration of code and prompts from Sonnet 4.x and Opus 4.1 to Opus 4.5, updating model strings, beta headers, and configuration details. It helps ensure compatibility with the latest model version and can be used iteratively to refine prompts after migration.

1 skill
Code Review free prompt pack
#model-migration#code-upgrade#opus-4-5#prompt-engineering

ultrathink

★ 855
ccplugins

The ultrathink plugin coordinates a multi-agent workflow that delegates coding tasks across specialized roles—Architect, Research, Coder, and Tester—to design, implement, and validate solutions. It breaks complex tasks into steps, gathers insights from each specialist, and synthesizes actionable outputs with support for ad-hoc file references.

1 command
Code Review free prompt pack
#multi-agent#task-coordination#code-generation#workflow-automation
ccplugins

This plugin analyzes GitHub issues and implements fixes by fetching issue details via GitHub CLI, executing necessary code changes, running tests, and generating proper commit messages. It provides a structured workflow for resolving issues end-to-end without requiring external API keys or additional services.

1 command
DevOps free prompt pack
#github-issues#automation#code-fixes#testing

optimize

★ 819
ccplugins

This plugin analyzes code performance and provides optimization recommendations through a single command interface. It operates without external dependencies, making it suitable for local code analysis workflows.

1 command
Code Review free prompt pack
#code-optimization#performance-analysis#code-review

pm-ai-shipping

★ 817
phuryn

This plugin documents AI-generated codebases and audits them for security/performance gaps by comparing documented intent against actual implementation, producing a reviewer-ready shipping packet. It provides five commands to reverse-engineer architecture, map test coverage, and identify risks that generic scanners miss.

5 commands · 2 skills
Code Review free prompt pack
#security-audit#code-review#documentation#vibe-code

audit

★ 815
ccplugins

This plugin performs security audits on codebases through a single command that analyzes code for potential vulnerabilities and security issues. It operates without requiring external dependencies or third-party services.

1 command
Security free prompt pack
#security-audit#codebase-scanning#vulnerability-detection#code-security

refractor

★ 802
ccplugins

This plugin provides a command to refactor code while following best practices and design patterns. It analyzes code and suggests or applies improvements aligned with established architectural and stylistic conventions.

1 command
Code Review free prompt pack
#code-refactor#best-practices#design-patterns#code-quality

fix-pr

★ 800
ccplugins

This plugin automatically fetches unresolved PR comments and generates targeted code fixes to address reviewer feedback in a single workflow. It streamlines the review cycle by analyzing feedback and making improvements without manual back-and-forth.

1 command
Code Review free prompt pack
#pull-requests#code-review#automation#github

typo3-ckeditor5

★ 798
netresearch

This skill provides expert patterns for integrating CKEditor 5 into TYPO3 v12+, covering custom plugin development, YAML-based RTE configuration, and migration strategies from CKEditor 4. It includes reference documentation for CKEditor 5 architecture, schema/conversion systems, and TYPO3-specific integration gotchas.

1 skill
Documentation free prompt pack
#typo3#ckeditor5#plugin-development#rte-configuration

bug-fix

★ 791
composio-community

This plugin streamlines the bug-fixing workflow by automating the creation of a GitHub issue and associated feature branch for each bug. It guides developers through implementing and testing the fix before merging back to the main codebase.

1 command
DevOps free prompt pack
#github-issues#git-workflow#bug-tracking#automated-branching

senior-frontend

★ 742
composio-community

This plugin provides a frontend development skill for React, Next.js, TypeScript, and Tailwind CSS projects, offering component scaffolding, bundle analysis, and performance optimization tools. It includes accessibility best practices guidance to help developers build production-ready, performant web applications.

1 skill
Design & Frontend free prompt pack
#react#nextjs#typescript#tailwind
ccplugins

This plugin analyzes pull requests and automatically resolves requested changes by processing PR feedback and applying fixes. It provides a single command to streamline the PR review workflow and reduce manual code revision work.

1 command
Code Review free prompt pack
#pr-automation#code-review#ai-fixes#pull-requests
NikiforovAll

This plugin adds C# Language Server Protocol support via csharp-ls, enabling code intelligence features like go-to-definition, find references, hover info, and symbol navigation for .cs files. It requires .NET 10 SDK and csharp-ls to be pre-installed on the developer's system.

no extra components
Code Review free prompt pack
#csharp-lsp#language-server#code-intelligence#dotnet
ccplugins

This plugin provides automated code review functionality with AI-powered analysis, identifying suggestions for improvements, best practices, and potential issues in code submissions. It operates via a single command interface and requires no external API keys or third-party services.

1 command
Code Review free prompt pack
#code-review#ai-suggestions#best-practices#code-quality
ccplugins

This plugin acts as a universal quality control orchestrator that dynamically discovers and coordinates with available sub-agents to perform comprehensive multi-dimensional quality assessment, security validation, and deployment readiness verification across any project type. It provides enterprise-grade quality standards validation regardless of programming language or development framework.

1 agent
Code Review free prompt pack
#quality-control#code-review#multi-agent-orchestration#security-validation
netresearch

This skill guides TYPO3 extension developers through systematically upgrading extensions to newer LTS versions by diagnosing deprecated APIs, automating PHP and non-PHP code migrations, and providing version-specific guidance across TYPO3 v7–v14. It integrates with tools like Rector, Fractor, PHPStan, and the Extension Scanner to streamline the upgrade workflow.

2 commands · 1 agent · 1 skill
DevOps free prompt pack
#typo3-extensions#php-migration#automated-upgrades#rector-fractor
netresearch

This skill systematically evaluates TYPO3 extensions against official coding standards, architecture patterns, and best practices for TYPO3 v12/v13/v14 LTS versions. It orchestrates specialized skills for testing and documentation analysis while performing surface-level conformance checks across extension structure, PHP architecture, PSR-12 compliance, and quality tooling configuration.

1 command · 1 skill
Code Review free prompt pack
#typo3-extensions#coding-standards#psr-12-compliance#architecture-validation
netresearch

This plugin provides 8 domain-specific Claude Code skills for OroCommerce v6.1 development, offering version-pinned guidance on entities, datagrids, REST APIs, workflows, security, and bundle scaffolding. It equips experienced Oro developers with accurate task-specific skills that highlight non-obvious pitfalls and best practices rather than introductory tutorials.

14 skills
Documentation free prompt pack
#orocommerce#api-design#entity-creation#workflow-configuration
ccplugins

This plugin enables Claude to analyze GitHub issues and automatically handle them with optimized solutions. It provides a command-based interface for integrating issue management workflows into Claude's capabilities.

1 command
Integrations free prompt pack
#github-integration#issue-analysis#automation#code-review

go-development

★ 546
netresearch

This Agent Skill provides production-grade Go development patterns for building resilient services, including cron scheduling, Docker integration, LDAP clients, and comprehensive testing strategies extracted from real-world projects. It automatically triggers when working on Go services, job schedulers, Docker APIs, LDAP clients, and systems requiring retry logic or graceful shutdown.

1 skill
Code Review free prompt pack
#go-development#job-scheduling#docker-integration#resilience-patterns
netresearch

This skill guides AI agents through modernizing PHP applications to PHP 8.x with type safety, static analysis (PHPStan, Rector, PHP-CS-Fixer), and PSR/PER compliance using a four-step discovery-drill-apply-reference loop. It provides Python-based verification tools that emit machine-readable JSON, SARIF, or JUnit reports with archetype detection and binding safety guardrails (e.g., no readonly on Doctrine entities, Rector only in dry-run mode).

1 skill
Code Review free prompt pack
#php-8x-modernization#type-safety#phpstan#static-analysis
netresearch

This skill provides version-aware TypoScript, TSconfig, and Fluid reference lookup for TYPO3 projects with local caching, deprecation annotations, and migration guides tailored for Claude Code. It prevents hallucinations by enforcing structured reference lookups, supporting TYPO3 versions 12, 13, and 14 with offline access after the initial cache population.

1 skill
Documentation free prompt pack
#typoscript-reference#typo3-version-aware#offline-lookup#deprecation-detection
ccplugins

This plugin provides an expert Flutter development agent for analyzing code, creating widgets, debugging issues, and optimizing mobile app architecture. It handles navigation problems, widget design, performance tuning, and other Flutter-specific development challenges.

1 agent
Code Review free prompt pack
#flutter-dev#mobile-development#widget-creation#code-analysis

handbook-extras

★ 521
NikiforovAll

Handbook Extras provides extended tools for Claude Code including root cause analysis, code explanation, and specialized agents for research, architecture design, and codebase analysis. It offers 6 commands and 4 agents to enhance development workflows within Claude Code Handbook without requiring external API keys or services.

6 commands · 4 agents
Productivity free prompt pack
#five-whys-analysis#code-explanation#system-architecture#codebase-analysis

create-pr

★ 508
composio-community

The create-pr plugin automates the pull request workflow by creating a branch, committing changes, formatting code with Biome, and opening a PR in one command. It streamlines the entire process from local changes to submitted pull request without requiring external services.

1 command
DevOps free prompt pack
#pull-request-automation#git-workflow#code-formatting#biome
NikiforovAll

This plugin analyzes development tasks and proposes a minimal agent team composition with defined roles, responsibilities, and work isolation, then creates the team after user confirmation. It optionally chains with an ADR-based planning skill to decompose tasks into structured implementation steps with dependencies and completion criteria.

2 skills
Project Management free prompt pack
#agent-teams#adr-planning#team-composition#multi-agent-coordination

bug-detective

★ 458
ccplugins

Bug Detective helps developers systematically debug issues by providing step-by-step troubleshooting approaches through a command-driven interface. It guides users through structured debugging workflows to identify and resolve problems efficiently.

1 command
Code Review free prompt pack
#debugging#troubleshooting#step-by-step#issue-resolution
ccplugins

This agent specializes in building user interfaces and implementing React/Vue/Angular components with expertise in state management and responsive design. It handles frontend development tasks from UI component creation to performance optimization and accessibility improvements.

1 agent
Design & Frontend free prompt pack
#react-components#responsive-design#performance-optimization#ui-ux

fix-issue

★ 439
ccplugins

This plugin takes a GitHub issue number as input, analyzes the issue context, implements a solution, and validates the fix through testing to ensure proper integration. It automates the end-to-end workflow of addressing issues without requiring external API keys or tools.

1 command
Code Review free prompt pack
#github-issues#automation#code-fixing#testing

desktop-app-dev

★ 433
ccplugins

This plugin provides a subagent specialized in desktop application development, enabling focused assistance on building and debugging desktop apps across multiple frameworks and platforms. It acts as a dedicated expert component that can be invoked to handle desktop-specific development tasks within a larger workflow.

1 agent
DevOps free prompt pack
#desktop-app-dev#subagent#multi-platform#developer-tools

ai-engineer

★ 429
ccplugins

This agent specializes in implementing AI/ML features including language model integration, recommendation systems, computer vision, and intelligent automation for rapid deployment. It guides developers through prompt engineering, model selection, ML pipeline design, and response handling for production AI features.

1 agent
Code Review free prompt pack
#ai-implementation#llm-integration#recommendation-systems#computer-vision
ccplugins

This plugin generates comprehensive analysis and documentation of entire codebases by processing source code through a single command. It helps developers understand code structure, dependencies, and architecture without requiring external services or tools.

1 command
Documentation free prompt pack
#codebase-analysis#documentation#code-understanding#architecture-mapping

code-review

★ 407
ccplugins

This plugin performs comprehensive code reviews of recent changes by analyzing diffs and providing actionable feedback on code quality, style, and potential issues. It integrates directly into your workflow as a single command to streamline peer review processes.

1 command
Code Review free prompt pack
#code-review#git-diffs#quality-analysis#automated-feedback

code-review

★ 407
composio-community

This plugin performs a comprehensive code review of recent changes using a single command. It analyzes code modifications to identify issues, improvements, and best practices without requiring external integrations or API keys.

1 command
Code Review free prompt pack
#code-review#static-analysis#quality-assurance

code-review

★ 407
anthropics

This plugin automates code review on pull requests by launching multiple specialized agents in parallel to audit changes from different perspectives, then filters findings using confidence-based scoring to surface only high-confidence issues. It integrates with GitHub, respects repository CLAUDE.md guidelines, and can post reviews as PR comments or output locally.

1 command
Code Review free prompt pack
#code-review#multi-agent#confidence-scoring#false-positive-filtering
netresearch

This skill guides developers through the TYPO3 Core contribution workflow, covering Gerrit-based code review, CI/CD debugging, commit message formatting, and quality assurance. It provides systematic workflows, automated issue detection, and comprehensive troubleshooting for contributions to TYPO3's PHP, JavaScript, CSS, and test code.

1 skill
DevOps free prompt pack
#gerrit-workflow#ci-cd-debugging#code-quality#typo3-contributions

agent-sdk-dev

★ 398
anthropics

This plugin scaffolds new Claude Agent SDK applications in Python and TypeScript with a single interactive command, then automatically verifies the setup against best practices using dedicated verifier agents. It handles environment setup, dependency installation, type checking, and provides comprehensive verification reports with actionable recommendations.

1 command · 2 agents
DevOps free prompt pack
#agent-sdk#project-scaffolding#typescript#python

code-reviewer

★ 374
ccplugins

The code-reviewer plugin provides an expert code review specialist agent that proactively analyzes code for quality, security, and maintainability issues immediately after writing or modifying code. It runs entirely within Claude without requiring external APIs or tools.

1 agent
Code Review free prompt pack
#code-review#security-analysis#code-quality#maintainability

pg

★ 338
timescale

pg-aiguide provides AI coding assistants with curated PostgreSQL best practices through semantic search over official documentation and AI-optimized skills that improve schema quality. It works as an Agent Skill, MCP server, or Claude Code plugin to help AI tools generate more robust, performant PostgreSQL code with better constraints, indexes, and modern features.

10 skills
Code Review free prompt pack
#postgres-expertise#ai-assisted-coding#semantic-search#database-schema
anthropics

PR Review Toolkit bundles six specialized agents that analyze different aspects of code quality: comment accuracy, test coverage, error handling, type design, general code compliance, and code simplification. Each agent can be triggered individually with natural language requests or used together for comprehensive pull request review.

1 command · 6 agents
Code Review free prompt pack
#pr-review#code-review#test-coverage#error-handling
netresearch

This skill teaches coding agents to use Jujutsu (jj) as a reversible, safe local change-management layer while keeping Git as the canonical remote, PR, and CI interface. It enables agents to make cleaner, smaller, reviewable commits while preventing common Git pitfalls like destructive resets, lost work, and unclear version-control state.

1 skill
DevOps free prompt pack
#jujutsu-vcs#git-workflow#agent-safety#version-control

dev-practices

★ 309
spences10

This plugin provides a skill for implementing test-driven development (TDD) workflows using the red-green-refactor cycle. It guides developers through writing failing tests first, then implementing code to pass those tests, and finally refactoring for quality.

1 skill
Testing free prompt pack
#tdd#red-green-refactor#testing-workflow#development-practices
NikiforovAll

This plugin provides a code-reviewer agent that performs systematic reviews against a base branch by analyzing diffs for critical issues and quality. It includes two skill strategies: disposable subagents for quick one-shot reviews and persistent team members for iterative follow-up questions.

1 agent · 2 skills
Code Review free prompt pack
#code-review#diff-analysis#agent-strategies#subagents

feature-dev

★ 291
anthropics

The feature-dev plugin guides systematic feature development through 7 phases: discovery, codebase exploration, clarifying questions, architecture design, implementation, quality review, and documentation. It orchestrates multiple specialized agents to understand context, design thoughtfully, and ensure quality before and after code is written.

1 command · 3 agents
Productivity free prompt pack
#feature-workflow#code-exploration#architecture-design#multi-agent
NikiforovAll

This plugin enables Python scripting and AI-powered image generation within Claude using Google's Gemini models, with inline script dependencies managed through uv. It supports image generation, editing, and arbitrary Python script execution through heredoc-based workflows.

2 skills
Code Review free prompt pack
#image-generation#python-scripting#gemini-api#uv-package-manager

double-check

★ 266
ccplugins

This plugin adds a command that forces an AI agent to reconsider and verify whether its work is actually production-ready before declaring completion. It eliminates the need for manual post-verification of agent outputs.

1 command
Project Management free prompt pack
#agent-validation#qa-automation#work-verification#production-check

debugger

★ 258
composio-community

A debugging specialist agent that diagnoses errors, test failures, and unexpected behavior in your code. It can be invoked proactively whenever issues arise to help identify and resolve problems.

1 agent
Code Review free prompt pack
#debugging#error-diagnosis#test-failures#troubleshooting

debugger

★ 258
ccplugins

A debugging agent that identifies and resolves errors, test failures, and unexpected behavior in code. It proactively analyzes issues and provides diagnostic guidance without requiring external tools or API integrations.

1 agent
Code Review free prompt pack
#debugging#error-resolution#troubleshooting#test-failures

husky

★ 216
ccplugins

This plugin sets up and manages Husky Git hooks to enforce pre-commit checks, commit message standards, and code quality validation at commit time. It integrates with linting tools and enforces consistent development practices across your repository.

1 command
DevOps free prompt pack
#git-hooks#husky#commit-quality#pre-commit

openapi-expert

★ 166
ccplugins

This plugin helps keep OpenAPI specifications synchronized with REST API implementations by validating endpoints, schemas, and documentation coverage. It can update specs to match actual code, add missing endpoints, and identify discrepancies between specification and implementation.

1 command
Documentation free prompt pack
#openapi#api-docs#rest-api#schema-validation

handbook

★ 152
NikiforovAll

The handbook plugin provides core Claude Code commands and agents for code review, refactoring, and git workflows using structured best practices. It includes a code-reviewer agent for systematic review against base branches, a refactoring-expert for improving code quality, and a root-cause-analyst for problem investigation.

1 command · 4 agents
Code Review free prompt pack
#code-review#git-commits#refactoring#code-quality

audit-project

★ 139
composio-community

The plugin provides a multi-agent iterative code review workflow that automatically identifies and fixes issues until none remain. It operates through 3 commands that orchestrate sequential review passes on a codebase.

3 commands
Code Review free prompt pack
#code-review#iterative-fixing#automated-audit#multi-pass
ccplugins

The backend-architect agent helps design APIs, implement databases, and architect scalable backend systems with focus on security and performance. It guides developers through creating robust server-side infrastructure through conversational design assistance.

1 agent
DevOps free prompt pack
#api-design#database-architecture#backend-systems#oauth2
composio-community

The backend-architect agent guides design decisions for APIs, databases, and scalable server-side systems by providing architectural expertise and best practices. It specializes in building secure, performant backends through careful consideration of authentication, indexing, query optimization, and system design patterns.

1 agent
DevOps free prompt pack
#api-design#database-optimization#authentication#backend-architecture
composio-community

This plugin provides a comprehensive skill for building complex HTML artifacts with React, Tailwind CSS, and shadcn/ui components, supporting state management and routing. It enables developers to create elaborate multi-component interactive interfaces directly within Claude.

1 skill
Design & Frontend free prompt pack
#html-artifacts#react-builder#shadcn-ui#tailwind-css
composio-community

This agent automatically writes new tests, runs existing test suites, analyzes failures, and fixes issues after code modifications. It ensures comprehensive test coverage and maintains suite health throughout the development lifecycle.

1 agent
Testing free prompt pack
#test-automation#test-generation#failure-analysis#code-quality

debug-session

★ 44
ccplugins

The debug-session plugin adds a command that invokes Claude Code to help troubleshoot and resolve issues in your codebase. It provides a streamlined way to ask Claude for debugging assistance without leaving your development environment.

1 command
Code Review free prompt pack
#debugging#code-analysis#troubleshooting#ai-assistance