Dev10x:skill-create

Scaffold local Claude skills with automated directory and frontmatter setup.

7|2|Updated Apr 24, 2026
One-click install
npx skills add https://github.com/Dev10x-Guru/Dev10x-Claude --skill dev10x-skill-create-dev10x-guru
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Dev10x:skill-create
Source: https://github.com/Dev10x-Guru/Dev10x-Claude/tree/main/skills/skill-create
Command: npx skills add https://github.com/Dev10x-Guru/Dev10x-Claude --skill dev10x-skill-create-dev10x-guru

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the challenges of creating and improving local skills by providing a structured setup and guidance to ensure the correct configuration without the need for extensive manual hunting through existing skills.

Core Features & Use Cases

  • Skill Creation Guidance: Offers a structured approach to creating local skills, ensuring correct frontmatter and directory setup.
  • Quick Setup: Reduces friction and time spent setting up new skills by automating parts of the process.
  • Use Case: When you need to create a new skill, fix skill registration issues, or scaffold skill directory structure, this Skill provides the necessary tools and instructions.

Quick Start

Run the Dev10x:skill-create skill to scaffold a new skill with the following command: ${CLAUDE_PLUGIN_ROOT}/skills/skill-create/scripts/scaffold.sh <skill-name> <pattern>

Frequently Asked Questions about Dev10x:skill-create

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

FAQPage Schema
How do I scaffold a new local skill directory structure?

You can scaffold a local skill by running the scaffold.sh script with the desired skill name and pattern, which automatically generates the required directory structure and setup files.

What is the correct way to set up skill frontmatter and directory configuration?

Correct local skill setup involves structuring frontmatter and directories according to Dev10x conventions, which this tool provides through structured guidance and automated scaffold creation.

Why does my newly created skill fail to register properly?

Skill registration issues often occur when frontmatter or directory configuration deviates from conventions; this tool fixes them by providing structured setup guidance and automated scaffold generation.

What's the best way to quickly create a new skill within the Claude environment?

The best way to create a new skill quickly is using a scaffold script that automates directory creation and enforces Dev10x conventions, significantly reducing manual setup friction and time.

Do I need to manually copy existing skills to set up a new local skill?

You do not need to manually hunt through existing skills; this tool streamlines local skill creation by providing automated scaffold generation and structured configuration guidance.