Collection of plugins for creating Claude Code extensions and building production-grade agentic workflows
npx claudepluginhub p47phoenix/claude-pluginsMTG Commander deck builder with multi-agent pipeline and adversarial challenger agents. Each primary step (Deck Builder, Rules Judge, Optimizer, Price Evaluator) is verified by a dedicated challenger in an independent correction loop. Synergy-first card selection via Scryfall API, format legality validation, structural optimization, budget enforcement with price goal escalation, and configurable loop caps via `.mtg-commander.yml`. Produces complete 100-card decklists.
A collection of plugins for Claude Code that extend Claude's capabilities with specialized skills and tools.
Plugins extend Claude Code's functionality through custom commands, agents, hooks, Skills, and MCP servers. They're discoverable through marketplaces and shareable across teams and projects.
A plugin that helps you create new Claude skills with specialized knowledge, workflows, and tools.
Features:
Included Tools:
init_skill.py - Generate new skill templates with proper structurepackage_skill.py - Validate and package skills for distributionquick_validate.py - Quick validation of skill structure and formatWhen to use: Creating skills for specialized domains, workflows, or bundled resources (scripts, references, assets).
A comprehensive plugin that helps you create complete Claude Code plugins with commands, agents, hooks, skills, and MCP integrations.
Features:
Included Tools:
init_plugin.py - Generate new plugin templates with selected componentspackage_plugin.py - Validate and package plugins for distributionWhen to use: Creating custom slash commands, specialized agents, event hooks, or combining multiple components into a single distributable plugin.
A production-grade plugin for building dynamic multi-agent workflows using ReAcTree hierarchical decomposition and Anthropic's proven workflow patterns.
Features:
Core Components:
database.py - SQLite schema and data access layerbusiness_rules_engine.py - Production BRE for deterministic gatesflow_orchestrator.py - Execution engine with all workflow patternsagent_registry.py - Dynamic agent discovery and assignmentWhen to use: Building complex multi-step workflows requiring deterministic decision gates, compliance auditing, or orchestrating multiple specialized agents.
Why use BRE for gates?
An expert prompt optimization skill that proactively helps improve prompts for LLMs and AI systems. Uses Opus for advanced reasoning about prompt design.
Features:
When to use: Building AI features, optimizing agent performance, crafting system prompts, troubleshooting AI output quality, or establishing prompt standards.
Key principle: Always displays the complete prompt text in a clearly marked section - never just describes what a prompt should be.
/plugin marketplace add https://github.com/P47Phoenix/Claude-Plugins
Once the marketplace is added, you can install either or both plugins:
Install Skill Creator:
/plugin install skill-creator
Install Plugin Creator:
/plugin install plugin-creator
Install Agentic Flow Builder:
/plugin install agentic-flow-builder
Install Prompt Engineer:
/plugin install prompt-engineer
Or use the interactive menu:
/plugin
Then browse and select the plugins you want from the list.
After installation, Claude will automatically use the skill creator when you want to create or modify skills.
Matt Pocock's skills for real engineering, as an installable Claude Code plugin.
Plugins by Alex Newman (thedotmack)
Ultra-compressed communication mode for Claude Code. Cuts 65% of output tokens (measured) while keeping full technical accuracy.