62 plugins, each analyzed from its own files.
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#pr-automation#quality-checks
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#pull-requests#ci-integration#code-quality
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
#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
#model-migration#code-upgrade#opus-4-5#prompt-engineering
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
#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
#github-issues#automation#code-fixes#testing
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-optimization#performance-analysis#code-review
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
#security-audit#code-review#documentation#vibe-code
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-audit#codebase-scanning#vulnerability-detection#code-security
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-refactor#best-practices#design-patterns#code-quality
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
#pull-requests#code-review#automation#github
fcakyon
This plugin provides a single skill that encodes Python best practices from PEP 8, Zen of Python, Google style, and Effective Python guidelines. It helps developers write more Pythonic and maintainable code by applying established style and design principles.
1 skill
#python#best-practices#pep8#code-quality
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
#github-issues#git-workflow#bug-tracking#automated-branching
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
#react#nextjs#typescript#tailwind
netresearch
A generic effort model for TYPO3 LTS major version upgrades that provides per-version risk multipliers, breaking-change baselines, compatibility matrices, and a 7-phase assessment workflow to estimate upgrade complexity. Users pair it with their own historical project data to calibrate effort estimates across extensions and versions.
1 skill
#typo3-upgrades#effort-estimation#risk-assessment#breaking-changes
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
#pr-automation#code-review#ai-fixes#pull-requests
cbrock84
This plugin provides 19 standalone Agent Skills covering architecture, engineering delivery, development discipline, debugging, code review, and AI/automation systems. The skills enable developers to tackle technical challenges across the full development lifecycle without requiring external API keys or third-party services.
19 skills
#code-review#debugging#architecture#ai-automation
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
#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#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
#quality-control#code-review#multi-agent-orchestration#security-validation
netresearch
This Agent Skill guides TYPO3 extension developers through systematic upgrades to newer LTS versions, covering deprecated API detection, automated PHP and non-PHP code migrations, and static analysis. It supports upgrade paths from TYPO3 v7 through v14 with structured commands, planning agents, and cross-platform compatibility.
2 commands · 1 agent · 1 skill
#typo3#extension-upgrade#php-migrations#rector
netresearch
This Agent Skill evaluates TYPO3 extensions for conformance to official v12/v13/v14 standards through automated validation of file structure, coding guidelines, PHP architecture, and testing patterns. It orchestrates specialized ecosystem skills for deep testing and documentation analysis, with fallback surface-level checks when specialized skills are unavailable.
1 command · 1 skill
#typo3-extensions#code-conformance#psr-compliance#architecture-validation
netresearch
This Claude Code plugin provides 14 domain-specific skills for OroCommerce v6.1 development, covering entities, datagrids, APIs, workflows, security, testing (Behat, PHPUnit, k6), and CI/CD pipelines. Each skill delivers version-pinned guidance and awareness of platform-specific pitfalls rather than generic tutorials.
14 skills
#orocommerce#php-framework#behat-testing#api-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
#github-integration#issue-analysis#automation#code-review
netresearch
This skill provides AST-native mutations for PHP code through nikic/php-parser, allowing agents to describe syntax changes that are validated and applied structurally rather than via regex or text replacement. Every edit is parsed, pretty-printed, and reparsed before being written atomically, preventing corruption from textual matches that miss syntactic boundaries.
1 skill
#php-ast#structured-edits#nikic-parser#code-mutations
netresearch
A portable Agent Skill providing production-grade Go development patterns including cron scheduling with resilience wrappers, Docker integration, LDAP/Active Directory support, and comprehensive testing strategies with build tag isolation. This skill automatically triggers when building Go services, job schedulers, Docker clients, or systems requiring retry logic and observability.
1 skill
#go-development#job-scheduling#resilience-patterns#docker-integration
netresearch
An Agent Skill that modernizes PHP applications to PHP 8.x standards with type safety, static analysis (PHPStan, Rector), and PSR/PER-CS compliance through executable Python tools that emit structured verification reports and actionable recommendations. The skill includes binding guardrails against common pitfalls (e.g., no readonly on Doctrine entities, Rector only in dry-run mode) and supports project-archetype detection for Symfony apps, TYPO3 extensions, and monorepos.
1 skill
#php-8x-modernization#type-safety#static-analysis#phpstan
netresearch
This skill provides version-aware TypoScript, TSconfig, and Fluid reference lookup for TYPO3 projects (v12, v13, v14) with local caching and best-practice annotations to prevent hallucinated properties and deprecated syntax. It supports code review, migration guidance, debugging hints, and integration with project-specific lint rules.
1 skill
#typo3#typoscript#version-aware-docs#offline-reference
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
#flutter-dev#mobile-development#widget-creation#code-analysis
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
#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
#agent-teams#adr-planning#team-composition#multi-agent-coordination
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
#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
#react-components#responsive-design#performance-optimization#ui-ux
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
#github-issues#automation#code-fixing#testing
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
#desktop-app-dev#subagent#multi-platform#developer-tools
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
#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
#codebase-analysis#documentation#code-understanding#architecture-mapping
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#static-analysis#quality-assurance
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#git-diffs#quality-analysis#automated-feedback
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#multi-agent#confidence-scoring#false-positive-filtering
netresearch
This Agent Skill guides developers through TYPO3 Core contributions via Gerrit, providing workflows for code review, CI/CD debugging, commit message formatting, and quality assurance. It offers step-by-step assistance from account setup through patch submission with automated validation and best practices enforcement.
1 skill
#typo3-core#gerrit-workflow#devops-ci-cd#code-contributions
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
#agent-sdk#project-scaffolding#typescript#python
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#security-analysis#code-quality#maintainability
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
#pr-review#code-review#test-coverage#error-handling
netresearch
This skill teaches Claude agents to use Jujutsu (jj) as a safer local change-management layer while keeping Git as the canonical remote and PR interface, avoiding common agent mistakes like destructive resets and unclear commits. It includes runnable evaluations proving jj's advantages for speculative iterative work: reversible discards, non-blocking conflicts, non-interactive history surgery, and whole-repo time travel.
1 skill
#jujutsu#git-workflow#version-control#agent-safety
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
#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#diff-analysis#agent-strategies#subagents
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
#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
#image-generation#python-scripting#gemini-api#uv-package-manager
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
#agent-validation#qa-automation#work-verification#production-check
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
#debugging#error-diagnosis#test-failures#troubleshooting
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
#debugging#error-resolution#troubleshooting#test-failures
netresearch
Systematically assesses projects against Netresearch checkpoint-enabled skills using scripted mechanical verification and domain-batched LLM review agents. Outputs structured JSON compliance reports with per-checkpoint status (pass/fail/skip/blocked) across domains like repo-health, security, code-quality, and documentation.
3 skills
#project-assessment#checkpoint-verification#compliance-reporting#llm-review-agents
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
#git-hooks#husky#commit-quality#pre-commit
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
#openapi#api-docs#rest-api#schema-validation
NikiforovAll
This plugin provides 4 built-in agents and 2 commands that enforce best practices for Claude Code development, including code review, refactoring, and root-cause analysis workflows. It contains no external dependencies and serves as a foundational handbook for structured code quality and development processes.
4 agents
#code-review#refactoring#best-practices#git-commits
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#iterative-fixing#automated-audit#multi-pass
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
#api-design#database-optimization#authentication#backend-architecture
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
#api-design#database-architecture#backend-systems#oauth2
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
#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
#test-automation#test-generation#failure-analysis#code-quality
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
#debugging#code-analysis#troubleshooting#ai-assistance