Ambient guidance for creating, modifying, and debugging Claude Code plugins with schemas, templates, validation workflows, and troubleshooting.
Run this command in Claude Code to install the skill
/install https://github.com/ivan-magda/claude-code-plugin-template/tree/main/plugins/plugin-development/skills/plugin-authoringInstall to your personal skills directory (~/.claude/skills/plugin-authoring/)
# Create skill directory
mkdir -p ~/.claude/skills/plugin-authoring
# Download SKILL.md from GitHub
curl -sL "https://raw.githubusercontent.com/ivan-magda/claude-code-plugin-template/main/plugins/plugin-development/skills/plugin-authoring/SKILL.md" \
-o ~/.claude/skills/plugin-authoring/SKILL.mdTarget: ~/.claude/skills/plugin-authoring/
Visit the GitHub repository to view the full documentation for plugin-authoring.
Read full documentationProductivity & Organization
Skills for task management, file organization, and productivity
Build complex claude.ai HTML artifacts using React, Tailwind CSS, and shadcn/ui components
Basic template for creating new skills
Official example skills
Instructs Claude to avoid "AI slop" or generic aesthetics and to make bold design decisions. Works very well for React & Tailwind.