23 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
#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