Claude Plugin Creator
Independent PiSkill directory guide. The original prompt remains hosted by Anthropic Claude Code.
What does this prompt do?
Creates a Claude Code plugin by selecting the necessary components, establishing a valid structure, and generating maintainable commands, skills, agents, or hooks.
Primary use case
Create a reusable Claude Code plugin for a defined workflow.
Expected output
A valid plugin structure with the requested reusable components.
Inputs or variables
- plugin purpose
- components
- distribution needs
Related prompts
Claude Agent SDK App Starter
Starts a new Claude Agent SDK application by gathering requirements, selecting an appropriate structure, and creating an implementation-ready project foundation.
Claude Code Review
Runs Anthropic's multi-perspective Claude Code review workflow over a pull request and filters candidate findings for relevance and confidence.
Claude Commit Workflow
Creates a focused Git commit from the current changes after inspecting repository state, understanding intent, and preparing an accurate commit message.
Claude Feature Development
Guides feature development through codebase discovery, clarification, architecture, implementation, review, and verification rather than jumping directly into edits.
Claude Hook Generator
Turns a described automation or policy requirement into a Claude Code hook configuration with appropriate events, matching logic, and safe behavior.
Claude Pull Request Review Toolkit
Coordinates focused pull-request review passes and consolidates evidence into useful findings while avoiding duplicated or low-confidence comments.