66 plugins, each analyzed from its own files.
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
#csharp-formatting#dotnet-tooling#code-execution#coverage-reports
spences10
This plugin automatically loads credentials from a CLAUDE_ENV_FILE environment variable on session start and redacts secrets from CLI output in real-time using the nopeek CLI tool. It intercepts both session initialization and tool execution to prevent sensitive data from being exposed in logs or terminal output.
1 skill Β· 2 hooks
#secret-redaction#credential-loading#env-security#cli-safety
rohitg00
Pro Workflow is a complete AI coding system with self-correcting memory, persistent SQLite-indexed research wikis, and an auto-research loop that learns from corrections across sessions. It provides 41 skills, 8 agents, 23 commands, and intelligent hooks that inject relevant knowledge and enforce quality gates without requiring API keys or external services.
23 commands Β· 8 agents Β· 41 skills Β· 21 hooks
#self-correcting-memory#persistent-wikis#fts5-search#multi-agent
thedotmack
Claude-mem is a memory compression system that persists context across Claude Code sessions using 18 skills, 6 hooks, and an MCP server integration. It intercepts session and tool-use events to manage and compress conversation history, enabling continuity between separate coding sessions.
18 skills Β· 1 MCP server Β· 6 hooks
#context-persistence#memory-compression#session-management#mcp-integration
netresearch
This skill prevents dangerous GitHub release commands (like unsigned tags and bypassed CI) by intercepting them via hooks, then orchestrates safe releases with version bumps, signed tags, and CI-driven workflows across multiple ecosystems (TYPO3, PHP, Node.js, Go, Python, Rust). It auto-detects project type, manages versioning from conventional commits, and ensures supply chain security through signed tags and attestations.
3 commands Β· 1 skill Β· 2 hooks
#github-releases#supply-chain-security#signed-tags#version-management
NikiforovAll
This plugin provides a Playwright MCP server that integrates browser automation and QA testing capabilities, exposing tools to navigate pages, take screenshots, interact with elements, and fill forms across Chromium, Firefox, and WebKit. It requires npx to run the Playwright-based MCP server for automated testing and web interaction workflows.
1 MCP server
#playwright#browser-automation#qa-testing#mcp-server
pegasi-ai
Reins intercepts tool calls via pre/post hooks to block destructive actions, route high-risk operations to human approval, and maintain an immutable audit trail of all decisions. It protects against vulnerabilities covered in OWASP MCP, ASI, and Agentic Skills Top 10 threat models by analyzing commands before execution and logging outcomes to a local decision log.
1 skill Β· 10 hooks
Security π² Pegasi Watchtower free runs shell hooks #runtime-security#ai-agent-safety#pre-hook-interception#audit-trail
kenryu42
Safety Net intercepts and blocks destructive git and filesystem commands before AI agents execute them by analyzing command semantics, making it immune to flag reordering and shell wrappers. It runs as a PreToolUse hook across seven coding agent CLIs (Claude Code, Codex, Gemini CLI, GitHub Copilot CLI, Kimi Code, OpenCode, and Pi) and works on Windows, macOS, and Linux.
1 skill Β· 1 hook
#safety-hook#git-protection#destructive-command-blocking#semantic-analysis
anthropics
Ralph Wiggum implements continuous self-referential AI loops that repeat the same prompt through a Stop hook until task completion, allowing iterative refinement within a single Claude Code session. The technique runs Claude in a while-true pattern with persistent file state, letting the model read its own past work and fix failures autonomously.
3 commands Β· 1 hook
#iterative-development#self-referential-loops#automation#ai-iteration
netresearch
This skill provides expert Git workflow patterns including branching strategies (Git Flow, GitHub Flow, trunk-based), commit conventions, pull request processes, and CI/CD integration through a portable Agent Skill. It includes a `/pr-finish` command to automate pull request merge workflows and pre-commit hooks for validation.
1 command Β· 1 skill Β· 1 hook
#git-workflow#commit-conventions#ci-cd-integration#branching-strategies
alexei-led
This plugin provides Git workflow automation including worktree management, branch cleanup, secret scanning, and configuration validation through hooks and guardrails. It uses a PreToolUse hook to inspect and control tool execution decisions, with built-in shell integration for Git operations.
3 skills Β· 1 hook
#git-workflow#secret-scanning#branch-management#hooks
netresearch
This agent skill automatically detects missing CLI tools (77+ supported) and installs them via optimal package managers, while also providing proactive environment auditing and batch tool updates. It reacts to "command not found" errors and user requests to maintain development environments across multiple platforms.
1 skill Β· 1 hook
#cli-tools#auto-install#devops#environment-audit
netresearch
This skill equips Claude Code and other AI agents to create and maintain TYPO3 extension documentation in reStructuredText format, including RST validation, TYPO3-specific directives, and Docker-based local rendering. It provides extraction patterns, gap analysis workflows, and automated deployment guidance aligned with official TYPO3 documentation standards.
1 skill Β· 2 hooks
#typo3-extensions#rst-validation#documentation-standards#docker-rendering
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#linting#automated-fixes#git-commits
ccplugins
This plugin updates Git branch names with proper prefixes and formats, enforcing consistent naming conventions across local and remote branches. It supports semantic prefixes and handles remote branch updates automatically.
1 command
#git-workflow#branch-naming#cli-automation#naming-conventions
ccplugins
This agent designs and implements complex enterprise system integrations for B2B platforms, connecting to Salesforce, HubSpot, Microsoft 365, Google Workspace, SAP, Oracle ERP, and other business software. It handles API orchestration, data synchronization, webhook management, and enterprise integration patterns without requiring external API keys or pre-configured tools.
1 agent
#enterprise-integration#b2b-platforms#salesforce#api-orchestration
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 automatically updates a CLAUDE.md file whenever code changes are detected in the repository, keeping documentation synchronized with recent modifications. It uses a single command to scan code changes and refresh the markdown file accordingly.
1 command
#documentation#auto-sync#code-tracking#changelog
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 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
ccplugins
This plugin streamlines bug-fixing workflows by automating the creation of a GitHub issue followed by a feature branch, then walking through implementation and testing before merging. It provides a single command that orchestrates the entire bug-fix process from issue creation to code integration.
1 command
#bug-fix#github-integration#workflow-automation#feature-branch
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
ccplugins
The deployment-engineer agent helps set up CI/CD pipelines, configure Docker containers, deploy to cloud platforms, and implement infrastructure-as-code solutions for automated deployment workflows. It provides guidance and assistance for containerization, Kubernetes clustering, and production-ready deployment strategies.
1 agent
#ci-cd-pipelines#docker-containers#kubernetes#infrastructure-as-code
anthropics
This plugin provides three slash commands to streamline git workflows: /commit automatically creates commits with AI-drafted messages matching your repo's style, /commit-push-pr handles the complete workflow of committing, pushing, and creating a PR in one step, and /clean_gone removes local branches that have been deleted remotely. The commands analyze your git history and changes to generate contextual commit messages and PR descriptions without requiring external API keys or services.
3 commands
#git-workflow#commit-automation#pull-requests#branch-cleanup
netresearch
A Claude Code skill that standardizes Netresearch skill repository structure, packaging, validation, and CI workflows to ensure consistency across marketplace, Composer, npm, and release channels. It provides repository templates, validation scripts, and reusable CI workflows to prevent drift and maintain organizational standards for agent skills.
1 skill
#skill-repo#repository-standards#agent-skills#ci-templates
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
composio-community
The ship plugin provides a complete PR workflow automation that guides code from commit through production deployment with built-in validation gates. It offers 4 commands that handle staged deployment and validation without requiring external API keys or tools.
4 commands
#pr-workflow#deployment-automation#validation#production-ready
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
#typo3-extensions#php-migration#automated-upgrades#rector-fractor
ccplugins
This plugin provides an AI agent specialized in designing and implementing internal API architecture, including REST API design, GraphQL implementation, API documentation, SDK development, and developer portal creation. It handles API performance optimization, versioning strategies, and internal service communication for B2B applications.
1 agent
#api-design#developer-experience#api-architecture#graphql
ccplugins
This plugin provides a command that generates Desktop Extension (.dxt) files for MCPs, enabling Claude Code to create the necessary context and structure. It requires only local processing with no external dependencies or API keys.
1 command
#mcp-tools#code-generation#desktop-extension#claude-code
alexei-led
This plugin provides browser-based testing, validation, screenshots, recordings, and quick automation capabilities through an agent and supporting skills. It requires no external API keys or third-party services.
1 agent Β· 2 skills
#browser-testing#screenshots#recordings#automation
composio-community
This plugin provides a rigorous performance investigation workflow that establishes baselines, runs controlled sequential benchmarks, and performs profiling to identify hotspots. It consolidates findings into evidence-backed recommendations with structured logging and version-specific baselines.
1 command Β· 6 agents Β· 8 skills
#performance-profiling#benchmarking#hotspot-analysis#evidence-backed
ccplugins
This plugin provides an agent for coordinating B2B product launches, managing enterprise release processes, and executing go-to-market strategies within a 6-day development cycle. It triggers automatically when enterprise release dates are set or B2B launch plans are needed, helping teams align business milestones with development workflows.
1 agent
#b2b-launch#enterprise-release#go-to-market#project-coordination
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
ccplugins
This plugin automates the entire pull request workflow, creating a new branch, committing changes, formatting files with Biome, and submitting the PR in a single command. It streamlines code contributions by eliminating manual steps and ensuring consistent code formatting before submission.
1 command
#pr-automation#git-workflow#code-formatting#biome
netresearch
This Agent Skill automates DDEV environment setup for TYPO3 extension development, automatically detecting extension metadata and generating configuration for testing across multiple TYPO3 versions (11.5, 12.4, 13.4, 14.3 LTS). It creates pre-configured Docker environments with TYPO3 installations, custom commands, and a branded landing page dashboard for quick multi-version testing.
1 skill
#typo3-development#ddev-setup#docker-automation#multi-version-testing
NikiforovAll
This skill provides GitLab CLI (glab) expertise to help manage merge requests, issues, CI/CD pipelines, and repositories from the command line. It requires the GitLab CLI tool to be pre-installed and authenticated locally.
1 skill
#gitlab-cli#merge-requests#ci-cd-pipelines#devops
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
netresearch
This skill provides a complete Vite build setup, modular SCSS architecture, and Bootstrap 5 theming configuration tailored for TYPO3 v13+ sitepackage development. It includes reference documentation for Vite configuration, SCSS folder structure with naming conventions, and Bootstrap theme customization.
1 skill
#vite-bundler#scss-architecture#bootstrap-theming#typo3
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
#gerrit-workflow#ci-cd-debugging#code-quality#typo3-contributions
composio-community
This plugin provides a development toolkit for building Claude Agents, including one command and two agent templates to scaffold and test agent-based workflows. It requires no external APIs or tools, making it a self-contained local development resource for agent creation.
1 command Β· 2 agents
#agent-sdk#scaffolding#local-dev#workflow-templates
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
This plugin creates and manages git worktrees for all open pull requests or specific branches, with support for branches containing slashes and automatic cleanup of stale worktrees. It provides a single command to streamline multi-branch development workflows without requiring external dependencies.
1 command
#git-worktrees#pr-management#multi-branch#development-workflow
ccplugins
This agent optimizes database performance for B2B and SaaS applications, specializing in query tuning, indexing strategies, connection pooling, and scaling for PostgreSQL, MySQL, MongoDB, and cloud databases. It provides enterprise-grade multi-tenant database optimization without requiring external API keys or services.
1 agent
#database-optimization#performance-tuning#saas-scaling#query-indexing
netresearch
This skill guides developers through upgrading deployed TYPO3 project instances across major LTS versions, covering template migration (sys_template β Site Sets), Bootstrap 4β5 migration, infrastructure updates like ImageMagick configuration, and database cleanup. It provides a structured assessment methodology using checkpoints to verify upgrade completeness across mechanical checks and LLM reviews.
1 skill
#typo3-upgrades#site-sets#bootstrap-migration#infrastructure-config
ccplugins
This agent automates compliance processes for major regulatory frameworks including SOC 2, ISO 27001, GDPR, and HIPAA, helping B2B platforms with audit preparation and continuous monitoring. It provides a specialized interface for implementing and managing enterprise regulatory requirements without external dependencies.
1 agent
#compliance-automation#soc2#iso27001#gdpr
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
#jujutsu-vcs#git-workflow#agent-safety#version-control
netresearch
This Agent Skill assesses software projects against enterprise-grade security and quality standards including OpenSSF Scorecard, Best Practices Badge, SLSA, and supply chain security frameworks. It provides dynamic scoring across different platforms and languages, with automation scripts and templates to help projects progress toward compliance certifications.
2 commands Β· 1 skill
#openssf-compliance#supply-chain-security#security-hardening#quality-gates
spences10
This plugin provides five DevOps-focused skills for CI debugging, detecting technical debt, and implementing ownership patterns within development pipelines. It equips teams with patterns and diagnostics to troubleshoot CI failures and manage code quality without requiring external APIs or tools.
5 skills
#devops-patterns#ci-debugging#tech-debt#failure-ownership
netresearch
A single GitHub-platform Agent Skill that configures repository setup, branch protection rules, PR workflows, and issue hierarchies without touching CI/CD or language tooling. It provides procedural knowledge for branch protection, CODEOWNERS, auto-merge workflows, merge queues, and troubleshooting common PR/merge issues via graphQL mutations and shell scripts.
1 skill
#github-config#branch-protection#pr-workflows#agent-skill
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
NikiforovAll
This plugin provides Git worktree management through a single skill that creates, lists, and deletes worktrees for working on multiple branches simultaneously. It automatically activates when you mention worktree tasks and organizes worktrees in a sibling directory pattern using the naming convention `../<project>-<branch>`.
1 skill
#git-worktree#branch-management#multi-branch-workflow#developer-productivity
netresearch
An expert agent skill for Concourse CI pipeline development, optimization, and troubleshooting, providing guidance on resource configuration, best practices, and debugging common issues like tag detection problems. The skill includes comprehensive documentation covering pipeline syntax, 50+ resource types, multi-branch pipeline patterns, and critical optimization techniques.
1 skill
#concourse-ci#pipeline-automation#ci-cd-optimization#yaml-configuration
NikiforovAll
This skill teaches Claude how to query, index, and manage Elasticsearch clusters via curl and REST APIs, covering search, aggregations, ES|QL, index management, and cluster operations. It includes comprehensive markdown references for Query DSL, document CRUD, bulk operations, Kibana dashboards, and OpenTelemetry data correlation β all without requiring an SDK or MCP server.
1 skill
#elasticsearch#kibana#rest-api#query-dsl
ccplugins
The devops-automator agent helps set up CI/CD pipelines, configure cloud infrastructure, and implement monitoring systems for automated deployments and operations. It specializes in streamlining deployment processes and infrastructure scaling to support rapid development cycles.
1 agent
#ci-cd-pipelines#infrastructure-automation#deployment#monitoring
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
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
composio-community
This plugin creates git commits in conventional commit format with contextually appropriate emojis, auto-generating descriptive messages that explain the purpose of each change. It enforces project standards for commit messaging through a single command interface.
1 command
#git-workflow#commit-messages#conventional-commits#emoji-formatting
ccplugins
The commit plugin creates well-formatted git commits using conventional commit conventions with contextual emojis, automatically generating descriptive messages that align with project standards. It streamlines the commit workflow by enforcing consistent messaging patterns without requiring external services or tools.
1 command
#git-automation#conventional-commits#emoji-commits#commit-messages
netresearch
This skill bootstraps, verifies, and enforces agent-harness infrastructure in repositories to make them AI-agent-ready through CI workflows, git hooks, and self-sustaining conventions. It validates harness consistency across three maturity levels (Basic, Verified, Enforced) and delegates specialized work to other skills while ensuring enforcement mechanisms work for all contributors regardless of skill installation.
1 skill
#agent-readiness#repo-infrastructure#harness-verification#ci-enforcement
alexei-led
This plugin provides an infrastructure operations agent for managing Kubernetes, Terraform, Helm, GitHub Actions, and cloud platforms like AWS and GCP. It bundles capabilities for common DevOps and infrastructure automation tasks.
1 agent Β· 2 skills
#kubernetes#terraform#helm#github-actions
netresearch
Provides best-practice guidance for Dockerfile development, Docker Compose orchestration, and multi-platform builds with Docker Bake, including CI testing patterns and security hardening. Includes a companion skill for Windows hosts running Docker Desktop via WSL2 to prevent bind-mount path corruption.
2 skills
#dockerfile-patterns#docker-compose#multi-platform-builds#ci-testing
composio-community
This plugin analyzes git commit history to automatically generate user-friendly changelogs by categorizing and transforming technical commits into clear release notes. It uses a skill to parse commits and produce customer-facing documentation without requiring external services or API keys.
1 skill
#changelog-generation#git-automation#release-notes#commit-analysis
spences10
This plugin provides 2 skills for setting up and optimizing development environments, including git worktrees management and terminal configuration. It requires no external APIs or tools and runs entirely within Claude's sandboxed environment.
2 skills
#git-worktrees#dev-setup#terminal-optimization#environment-config
netresearch
This skill validates deployable TYPO3 v14 site/project repositories against a gold-standard ruleset covering layout, Docker/Compose topology, Concourse CI pipelines, supply-chain gating, secrets, and Valkey/ofelia runtime. It includes a self-contained Python checker and machine-readable rule catalogue requiring only pyyaml, no external services.
1 skill
#typo3-conformance#docker-compose#ci-cd-gating#concourse-ci
netresearch
This TYPO3 extension testing skill generates unit, functional, and E2E tests automatically using Claude Code agents, with support for Playwright browser automation, accessibility testing via axe-core, and CI/CD integration templates. It provides infrastructure setup, fixture management, and quality tooling integration (PHPStan, Rector, php-cs-fixer) following TYPO3 best practices.
2 agents Β· 1 skill
#typo3-extension#automated-test-generation#playwright-e2e#accessibility-testing