skill-creator

Generate Claude Code skill and plugin directory structures with configuration files.

1|Updated Jan 24, 2026
One-click install
npx skills add https://github.com/misteral/claude_plugins --skill skill-creator-misteral
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/misteral/claude_plugins/tree/main/plugins/developer-plugin/skills/skill-creator
Command: npx skills add https://github.com/misteral/claude_plugins --skill skill-creator-misteral

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the creation of new Claude Code skills and plugins, ensuring they adhere to best practices and project conventions from the start.

Core Features & Use Cases

  • Skill Scaffolding: Generates the necessary directory structure and files (SKILL.md, plugin.json, etc.) for a new skill.
  • Plugin Creation: Can create a new plugin or add a skill to an existing one.
  • Validation: Integrates with a validation script to ensure the new skill meets all requirements.
  • Use Case: When a developer needs to add a new capability to Claude, they can use this skill to quickly set up the new skill's boilerplate code and configuration.

Quick Start

Use the skill-creator to create a new skill named 'image-generator' in a new plugin.

Frequently Asked Questions about skill-creator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scaffold a new Claude Code skill and generate the required configuration files?

To scaffold a new Claude Code skill, the generation process automatically creates the required directory structure, SKILL.md, and plugin.json files. It prompts you for skill details, required tools, and reference files to ensure full setup.

What is the process for adding a new skill to an existing plugin?

Adding a new skill to an existing plugin involves generating the specific skill's configuration files and directory structure within the plugin's current workspace. The scaffolding process ensures the new skill adheres to the Agent Skills specification and project conventions.

Do I need to manually validate generated skill files against the Agent Skills specification?

You do not need to manually validate generated skill files. The scaffolding process integrates with a validation script to automatically ensure the newly created skill meets all defined rules and project conventions before finalizing the setup.

Can I automate plugin creation and marketplace registration for new developer tools?

You can automate plugin creation and marketplace registration by using the scaffolding process. It handles the full setup, including generating the plugin.json file and configuring the necessary marketplace registration details for your new developer tools.

What information do I need to provide to generate skill boilerplate code?

To generate skill boilerplate code, you need to provide the skill description, required tools, and reference files. The scaffolding tool prompts you for these necessary details during the setup process to ensure proper configuration.

Are there limitations when automating code generation for new Claude capabilities?

A limitation of automating code generation is that the scaffolding process depends on the accuracy of the user-provided details. You must correctly specify the required tools and reference files upfront to ensure the generated skill functions as intended.