create-skill

Generates a directory structure and template SKILL.md file for new Claude Code skills.

Updated Jan 23, 2026
One-click install
npx skills add https://github.com/JoernStoehler/dnd-claude-code --skill create-skill-joernstoehler
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-skill
Source: https://github.com/JoernStoehler/dnd-claude-code/tree/main/.claude/skills/create-skill
Command: npx skills add https://github.com/JoernStoehler/dnd-claude-code --skill create-skill-joernstoehler

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of adding new, reusable knowledge or workflows to the Claude Code repository, ensuring consistency and discoverability.

Core Features & Use Cases

  • Skill Creation: Generates the necessary directory structure and SKILL.md file for a new skill.
  • Best Practice Guidance: Provides clear instructions and a checklist for creating effective skills.
  • Use Case: When you identify a recurring task or a piece of knowledge that would benefit multiple users, use this skill to encapsulate it as a new, easily accessible Claude Code skill.

Quick Start

Use the create-skill skill to add a new skill for summarizing meeting notes.

Frequently Asked Questions about create-skill

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

FAQPage Schema
How do I create a new reusable skill in Claude Code?

To create a reusable skill in Claude Code, use the create-skill tool to automatically generate the required directory structure and a template SKILL.md file. This establishes a standardized knowledge module for recurring workflows.

What is a Claude Code skill and when do I need one?

A Claude Code skill is a reusable workflow or knowledge module that expands agent capabilities. You need one when you identify a recurring task or specific knowledge that would benefit multiple users and projects.

Does the skill creation process follow official best practices?

Yes, the skill creation process adheres to official documentation and best practices for skill development. It provides clear instructions and a checklist to ensure your new workflows are effective, consistent, and discoverable.

What is the best way to structure a new developer tool workflow for Claude agents?

The best way to structure a new developer tool workflow is to encapsulate it as a skill using the standard directory structure and SKILL.md file. This ensures systematic expansion and discoverability of the agent's capabilities.

Can I use create-skill to add knowledge modules without coding dependencies?

Yes, you can use create-skill to add knowledge modules without external coding dependencies. It operates standalone to generate the necessary directory structure and SKILL.md file for your repository.