89 plugins, each analyzed from its own files.
NikiforovAll
This plugin provides a suite of .NET development tools including automatic CSharpier code formatting for C# files, dotnet-run-file for executing C# without projects, and skills for code analysis via Roslyn AST queries, API inspection, and code coverage reports. It hooks into Claude's post-edit workflow to format C# files automatically and exposes 9 skills for inspecting .NET libraries, analyzing code patterns, and diagnosing style violations.
9 skills Β· 1 hook
#dotnet-development#csharp-formatting#roslyn-ast#code-analysis
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
fcakyon
This plugin provides an MCP server interface to Google Cloud's observability suite, enabling access to logs, metrics, and traces through Claude. It bundles best practices for monitoring and troubleshooting applications running on Google Cloud Platform.
1 command Β· 2 skills Β· 1 MCP server
DevOps π² Google Cloud Platform free MCP #gcloud-observability#logs-metrics-traces#mcp-server#gcp-integration
fcakyon
This plugin provides Git and GitHub workflow automation through 4 agents and 7 skills, handling commits, pull requests, code reviews, and comment resolution with built-in safety hooks. It integrates validation tools for commit types, visual proof requirements, and AI attribution checks directly into your development workflow.
4 agents Β· 7 skills Β· 5 hooks
#git-workflow#github-automation#code-review#pr-management
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 through 19 skills and an MCP server, using shell commands and hooks to manage context retention. It integrates with the Code editor's session lifecycle via pre/post tool hooks and prompt submission events.
19 skills Β· 1 MCP server Β· 6 hooks
#memory-persistence#context-compression#session-management#mcp-server
anthropics
A comprehensive toolkit for developing Claude Code plugins with seven specialized skills covering hooks, MCP integration, plugin structure, settings, commands, agents, and skills. Includes guided workflow commands, example scripts, validation utilities, and best-practice documentation for building production-ready plugins.
1 command Β· 3 agents Β· 7 skills
#plugin-development#claude-code#hook-api#mcp-integration
netresearch
This Claude Code plugin prevents unsafe GitHub release practices by intercepting dangerous `gh release` commands via hooks and provides orchestrated version bumping, signed tagging, and CI-driven release workflows across multiple ecosystems (TYPO3, PHP, Node.js, Go, Python, Rust). It detects project type, manages semantic versioning from conventional commits, and ensures releases flow through proper code review and CI pipelines with supply chain security features like SBOMs and attestations.
3 commands Β· 1 skill Β· 2 hooks
#github-releases#supply-chain-security#semantic-versioning#signed-tags
fcakyon
This plugin integrates Azure MCP Server, enabling access to 40+ Azure services through Azure CLI authentication directly within Claude. It provides command, skill, and MCP server components to manage Azure resources programmatically.
1 command Β· 2 skills Β· 1 MCP server
#azure#mcp-server#cloud-infrastructure#cli-integration
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
fcakyon
This plugin provides web performance audit capabilities using Core Web Vitals metrics and Chrome DevTools integration to analyze and report on website performance. It includes one skill and an MCP server that leverages npx for executing performance diagnostic tools.
1 skill Β· 1 MCP server
#web-performance#core-web-vitals#chrome-devtools#auditing
fcakyon
This Claude Code plugin synchronizes CLAUDE.md documentation and a permissions allowlist with an external Python script, then refreshes context on demand via a PostToolUse hook. It provides four commands to manage plugin metadata and permissions without requiring external API keys.
4 commands Β· 1 hook
#claude-plugin-management#documentation-sync#permissions-allowlist#context-refresh
timescale
pg-aiguide is a PostgreSQL expertise resource that provides 10 AI-optimized skills covering schema design, migrations, full-text search, and TimescaleDB patterns to help AI coding assistants generate better Postgres code. It works as standalone Agent Skills (installed via `npx skills add`), an MCP server for semantic search over PostgreSQL documentation, or a Claude Code plugin.
10 skills
#postgres-schema-design#timescaledb-patterns#semantic-search#ai-coding-assistant
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 Agent Skill provides expert patterns for Git version control workflows including branching strategies (Git Flow, GitHub Flow, trunk-based), Conventional Commits conventions, collaborative pull request processes, and CI/CD integration with Git hooks for quality gates. It includes a `/pr-finish` command to drive pull requests to a fully-green merged state and works across Claude Code, Cursor, GitHub Copilot, and other skills-compatible AI agents.
1 command Β· 1 skill Β· 1 hook
#git-workflow#ci-cd-integration#conventional-commits#git-hooks
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 detects missing CLI tools from error patterns, audits project environments, and installs them automatically via optimal package managers (binary downloads, Cargo, pip, npm, or system packages). It supports 77+ tools across development stacks including Python, Node.js, Rust, Go, Docker, and DevOps platforms, with reactive triggers on "command not found" errors and proactive mode for environment audits.
1 skill Β· 1 hook
#cli-management#auto-installation#devops#environment-auditing
fcakyon
This plugin provides Ultralytics Platform API integration and YOLO26 training skills for Claude Code, with pre/post-tool-use hooks and a push guard that blocks force pushes via Python. It enables direct interaction with Ultralytics services and model training workflows while enforcing safe git practices.
2 skills Β· 2 hooks
Integrations π² Ultralytics Platform free runs shell hooks #ultralytics-yolo#model-training#push-guard#pre-post-hooks
mrieck
DemoDay automates the creation of polished demo videos by having Claude read your codebase, script a demonstration, and drive your app on screen while narrating with AI voiceover and optional on-camera presenter generated via fal.ai. The result is a finished MP4 with captions, transitions, and professional editing rendered using Remotion, available for macOS only.
1 command Β· 4 skills Β· 1 MCP server
#demo-video-generation#screen-recording-automation#ai-voiceover#video-editing
netresearch
This Agent Skill helps create and maintain TYPO3 extension documentation in reStructuredText format, with built-in support for TYPO3-specific directives, local Docker-based rendering, and validation tools. It includes extraction utilities for documenting PHP code, configurations, and project metadata, plus comprehensive guidance on TYPO3 documentation standards and automated deployment workflows.
1 skill Β· 2 hooks
#typo3-extensions#rst-documentation#code-extraction#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
fcakyon
This plugin provides a Claude skill for deploying Docker Compose applications, databases, and domains directly to Dokploy Cloud or self-hosted Dokploy instances. It enables automated deployment workflows without requiring external API keys or additional tools.
1 skill
#docker-deploy#devops#dokploy#infrastructure
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
fcakyon
This plugin provides OpenObserve search and dashboard-building capabilities through a single skill interface, enabling queries of logs, metrics, and traces via curl commands. It integrates with OpenObserve instances to retrieve observability data and construct dashboards programmatically.
1 skill
#openobserve#logs-metrics-traces#observability#dashboard-building
anthropics
This plugin provides seven specialized skills and a structured workflow command for building high-quality Claude Code plugins, covering hooks, MCP integration, plugin structure, settings, commands, agents, and skills. It includes comprehensive documentation, working examples, and utility scripts to guide developers through an 8-phase plugin creation process from discovery to marketplace publishing.
1 command Β· 3 agents Β· 7 skills
#plugin-development#hooks-api#mcp-integration#agent-creation
netresearch
This skill standardizes Netresearch skill repository structure, packaging, and validation to ensure consistent distribution across marketplace, Composer, npm, and CI/CD pipelines. It provides templates, validation scripts, and reusable workflows to maintain repository layout, licensing conventions, and release discipline across multiple organization repositories.
1 skill
#repo-scaffolding#ci-templates#plugin-validation#netresearch-conventions
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
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 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
fcakyon
This plugin provides two official Polar skills for managing billing and subscriptions, plus utilities for local development integration. It enables developers to interact with Polar's billing platform directly within Claude Code workflows.
2 skills
#polar#billing#subscriptions#local-dev
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
fcakyon
This plugin provides a skill that integrates with Cloudflare's ecosystem, enabling access to Workers, R2 storage, D1 databases, KV, and 50+ other Cloudflare services directly within Claude. It requires no external API keys and operates as a self-contained skill module.
1 skill
#cloudflare-integration#workers#r2-storage#d1-databases
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
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
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
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
NikiforovAll
Handbook Extras provides 7 commands and 4 specialized agents to extend Claude Code's capabilities with root cause analysis, code explanation, research, backend architecture, git analysis, and collaborative problem-solving. The plugin offers structured workflows for complex development tasks without requiring external API keys or services.
7 commands Β· 4 agents
#root-cause-analysis#code-explanation#architecture-design#git-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
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, detecting extension metadata and generating multi-version TYPO3 configurations. It creates custom DDEV commands, multi-domain development URLs, and a branded landing page while supporting TYPO3 versions 11.5 through 14.3 LTS.
1 skill
#typo3#ddev#extension-development#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
fcakyon
This plugin provides a Hetzner Cloud CLI skill that wraps the hcloud command-line interface for managing servers, networks, firewalls, DNS records, and storage resources. It enables Claude to execute infrastructure operations on Hetzner Cloud through standard CLI commands without requiring external API keys or dependencies.
1 skill
DevOps π² Hetzner Cloud free prompt pack #hetzner-cloud#devops-cli#infrastructure-management#cloud-servers
netresearch
This skill provides a complete Vite build setup, SCSS architecture, and Bootstrap 5 theming framework for TYPO3 v13+ sitepackage development. It includes reference documentation for vite configuration, SCSS folder structure with naming conventions, and Bootstrap theming workflows with CSP compliance.
1 skill
#typo3#vite#scss#bootstrap
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
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
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 Claude Code skill guides developers through upgrading deployed TYPO3 project instances across major LTS versions, covering TypoScript to site set migration, Bootstrap package updates, infrastructure changes, and database cleanup. It includes structural comparison methodology and 13 assessment checkpoints (9 mechanical, 4 LLM-based) to verify upgrade completeness.
1 skill
#typo3#major-version-upgrade#cms-migration#bootstrap-package
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 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
netresearch
This Agent Skill assesses software projects against enterprise-grade standards including OpenSSF Scorecard, Best Practices Badges (Passing/Silver/Gold), SLSA, and supply chain security frameworks. It provides dynamic cross-platform scoring, quality gates, automated security hardening scripts, and guided certification pathways with no external API dependencies.
2 commands Β· 1 skill
#openssf-compliance#supply-chain-security#slsa-framework#enterprise-audit
fcakyon
This plugin provides 7 official MongoDB skills covering schema design, query tuning, and search optimization. It integrates directly with Claude to assist developers in building and optimizing MongoDB applications without requiring external API keys or tools.
7 skills
#mongodb#schema-design#query-tuning#database-optimization
fcakyon
This Claude Code plugin provides three skills for working with Supabase, enabling developers to manage PostgreSQL databases, use the JavaScript SDK, and run CLI migrations and local development tasks. It integrates Supabase tooling directly into Claude workflows without requiring external API keys or additional dependencies.
3 skills
DevOps π² Supabase free prompt pack #supabase#postgres#migrations#local-dev
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
Configures GitHub repository features including branch protection rules, CODEOWNERS, pull request workflows, and issue hierarchies without touching CI/CD pipelines. This Agent Skill provides procedural knowledge for setting up GitHub-specific platform features like Dependabot auto-merge, merge queues, and sub-issues across multiple AI agent platforms.
1 skill
#github-setup#branch-protection#codeowners#pr-workflows
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
This Agent Skill provides expert guidance on Concourse CI pipeline development, covering pipeline architecture, resource configuration, optimization patterns, and troubleshooting for 50+ resource types. It activates automatically when working with Concourse CI topics and includes production-ready examples, validation scripts, and best practices for building scalable CI/CD pipelines.
1 skill
#concourse-ci#pipeline-optimization#ci-cd-automation#devops-guidance
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
cbrock84
This IT operations plugin provides 12 skills covering corporate IT domains including service desk, systems and network administration, cloud and virtualization, telephony, endpoint management, asset tracking, identity lifecycle, and backup/recovery. It requires no external API keys or third-party integrations, making it self-contained for organizational IT workflows.
12 skills
#it-operations#service-desk#network-admin#cloud-management
fcakyon
Agent Browser provides browser automation skills for AI agents to navigate web pages, fill forms, and interact with web applications programmatically. It includes 2 reusable skills that enable agents to perform web testing and automation tasks without external dependencies.
2 skills
#browser-automation#web-testing#ai-agent-tools#form-filling
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
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
netresearch
Agent Harness is a Claude Code skill that bootstraps, verifies, and enforces agent-ready infrastructure in repositories through CI workflows, git hooks, and conventions. It provides three maturity levels (Basic, Verified, Enforced) and a verify-first approach to ensure repos are reliably prepared for AI coding agents with self-sustaining enforcement mechanisms.
1 skill
#agent-readiness#ci-enforcement#repo-bootstrap#harness-verification
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
This plugin provides two agent skills for Docker development: one for Dockerfile best practices, Docker Compose orchestration, Docker Bake multi-platform builds, and CI testing patterns; the other for routing docker commands through WSL on Windows hosts. The skills activate automatically when working with container configuration files and offer guidance on security, layer optimization, health checks, and cross-platform builds.
2 skills
#docker#dockerfile#docker-compose#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 provides a conformance ruleset and self-contained checker for TYPO3 v14 site/project repositories, validating repository layout, Docker/Compose topology, Concourse CI pipelines, supply-chain security, secret handling, and runtime configuration against the Netresearch gold standard. The bundled checker (check.py) requires only Python 3 and PyYAML to audit a target repo and generate a prioritized remediation list across seven rule families (STRUCT, CONTAINER, CI, DEPLOY, DEP, SEC, DOC).
1 skill
#typo3-site-config#docker-compose-validation#concourse-ci-audit#supply-chain-gating
netresearch
This TYPO3 extension skill automates the creation and management of unit, functional, and end-to-end tests using Playwright and axe-core for accessibility compliance. It integrates with CI/CD pipelines (GitHub Actions, GitLab CI) and provides infrastructure setup, quality tools (PHPStan, Rector, php-cs-fixer), and fixture management following TYPO3 best practices.
2 agents Β· 1 skill
#typo3-testing#playwright-e2e#accessibility-testing#phpunit