plugin-creator
Create automatically creates new AI assistant code plugins with proper structure, validation, and marketplace integration when user mentions creating a plugin, new plugin, or plugin from template. specific to AI assistant-code-plugins repository workflow. Use when generating or creating new content.
Content Preview
--- name: plugin-creator description: | Create automatically creates new AI assistant code plugins with proper structure, validation, and marketplace integration when user mentions creating a plugin, new plugin, or plugin from template. specific to AI assistant-code-plugins repository workflow. Use when generating or creating new content. Trigger with phrases like 'generate', 'create', or 'scaffold'. allowed-tools: Write, Read, Grep, Bash(cmd:*) version: 1.0.0 author: Jeremy Longshore <jeremy@
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/plugin-creator.md \
https://raw.githubusercontent.com/jeremylongshore/claude-code-plugins-plus-skills/main/plugins/examples/jeremy-plugin-tool/skills/plugin-creator/SKILL.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsThen reference at plugins/examples/jeremy-plugin-tool/skills/plugin-creator/SKILL.md
Related Skills
Plugin Creator
Automatically creates new Claude Code plugins with proper structure, validation, and marketplace integration when user mentions creating a plugin, new plugin, or plugin from template. Specific to claude-code-plugins repository workflow.
plugin-creatorplugin creator
by jeremylongshore · plugins-plus-skills
fastify-plugin-creator
This skill provides automated assistance for fastify plugin creator tasks within the Backend Deve
fastify-plugin-creatorfastifyplugincreator
by jeremylongshore · plugins-plus-skills
Plugin Auditor
Automatically audits Claude Code plugins for security vulnerabilities, best practices, CLAUDE.md compliance, and quality standards when user mentions audit plugin, security review, or best practices check. Specific to claude-code-plugins repository standards.
plugin-auditorplugin auditorsecurity
by jeremylongshore · plugins-plus-skills
Plugin Validator
Automatically validates Claude Code plugin structure, schemas, and compliance when user mentions validate plugin, check plugin, or plugin errors. Runs comprehensive validation specific to claude-code-plugins repository standards.
plugin-validatorplugin validator
by jeremylongshore · plugins-plus-skills