Explanatory Output Style Plugin
Plugin GeverifieerdAdds educational insights about implementation choices and codebase patterns (mimics the deprecated Explanatory output style)
This plugin automatically injects educational context into every session using a SessionStart hook. It encourages the LLM to provide insights on implementation choices, codebase patterns, and design decisions, balancing task completion with learning opportunities.
Installatie
Voeg eerst de marketplace toe
/plugin marketplace add anthropics/claude-plugins-official/plugin install explanatory-output-style@claude-plugins-officialVergelijkbare extensies
Plugin Development Toolkit
99Comprehensive toolkit for developing Claude Code plugins. Includes 7 expert skills covering hooks, MCP integration, commands, agents, and best practices. AI-assisted plugin creation and validation.
Plugin Master
99Complete Claude Code plugin development system. PROACTIVELY activate when users want to: (1) Create/build plugins with 2025 features, (2) Add skills/commands/agents/hooks, (3) Validate plugin structure, (4) Publish to marketplace, (5) Get plugin development guidance. Provides: agent-first design patterns, progressive disclosure skills, hook automation, MCP integration, marketplace publishing. Includes plugin-expert agent and validation utilities.
MCP Server Development Suite
98Skills for designing and building MCP servers that work seamlessly with Claude. Guides you through deployment models (remote HTTP, MCPB, local), tool design patterns, auth, and interactive MCP apps.
ast-grep Code Search
98Guide for writing ast-grep rules to perform structural code search and analysis. Use when users need to search codebases using Abstract Syntax Tree (AST) patterns, find specific code structures, or perform complex code queries that go beyond simple text search.