Plugins
Media
nano-banana-image-editor
AI-powered image generation and editing using Google’s Gemini 3 Pro Image model.
Create images from text descriptions, edit existing images with natural language, generate factual infographics with Google Search grounding, and apply style transfers—all without leaving Claude Code.
/plugin install nano-banana-image-editor@emdashcodes-claude-code-plugins
mermaid-diagram-to-image
Converts Mermaid diagrams to images (PNG, SVG, PDF) using mermaid-cli. This skill is used when Claude generates Mermaid diagram syntax and wants to create a visual representation or when converting existing Mermaid diagrams to image formats.
/plugin install mermaid-diagram-to-image@emdashcodes-claude-code-plugins
WP Ability Toolkit
wordpress-ability-api
Guides you through creating, editing, and validating WordPress Abilities. This skill provides scaffolding scripts, validation tools, and comprehensive reference documentation for both server-side PHP and client-side JavaScript abilities.
/plugin install wordpress-ability-api@emdashcodes-wp-ability-toolkit
wordpress-plugin-scaffold
Automates WordPress plugin creation using WP-CLI’s scaffold commands. This skill intelligently detects your environment (WordPress installation or wp-env), gathers plugin metadata conversationally, and generates complete plugin boilerplate with optional PHPUnit tests and CI configuration.
/plugin install wordpress-plugin-scaffold@emdashcodes-wp-ability-toolkit
wp-env
Manages Docker-based local WordPress development environments using @wordpress/env. This skill provides zero-config setup for plugin and theme development with dual environments, pre-configured WP-CLI, Composer, PHPUnit, and Xdebug.
/plugin install wp-env@emdashcodes-wp-ability-toolkit
Claude Code
Toolkit for building and configuring Claude Code plugins, skills, hooks, and automation workflows.
/plugin install claude-code-meta@emdashcodes-claude-code-plugins
Questions
What are Claude Code Skills?
Skills are modular capabilities that extend Claude Codes’s functionality with specialized knowledge, workflows, and tools. Think of them as “onboarding guides” that transform Claude from a general-purpose assistant into a specialized expert for specific domains. They can include resources, scripts, and prompts.
How Skills work:
- Claude autonomously decides when to use a skill based on your request and the skill’s description
- Each skill includes instructions (SKILL.md), optional scripts, reference documentation, and assets
- Skills load only what’s needed: metadata is always available, instructions load when triggered, and resources load as needed
- Multiple skills can work together to handle complex workflows
For more about Skills, see Claude Code Skills documentation.
What are Claude Code Plugins?
Plugins let you extend Claude Code with custom functionality. Plugins can include pre-built commands, agents, hooks, skills, and MCP servers.
Fore more about plugins, see Claude Code Plugins documentation.
