skill-creator

Create Claude Skills with structured SKILL.md frontmatter, instructions, and optional resources.

Updated Mar 6, 2026
One-click install
npx skills add https://github.com/decebal/decebal-claude-skills --skill skill-creator-decebal
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/decebal/decebal-claude-skills/tree/main/skills/skill-creator
Command: npx skills add https://github.com/decebal/decebal-claude-skills --skill skill-creator-decebal

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a structured, repeatable guide for creating and updating Claude Skills, helping teams extend Claude's capabilities with domain knowledge, workflows, or tool integrations.

Core Features & Use Cases

  • Clear, step-by-step guidance from idea to packaging
  • Best-practice anatomy of a Skill (SKILL.md, optional resources)
  • Reusable patterns for planning scripts, references, and assets
  • Use case: authoring a new skill or updating an existing one to fit new requirements

Quick Start

Follow the step-by-step guide to create a new skill using the templates and steps outlined in this SKILL.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create a Claude Skill from scratch?

To create a Claude Skill, follow a structured markdown-guided process to define frontmatter metadata, write concise body instructions for usage, and organize optional resources like scripts or references before packaging for distribution.

What is the required structure for a SKILL.md file?

A SKILL.md file requires frontmatter metadata containing the skill name and description, followed by a concise body guiding its usage, and can optionally include supporting resources such as scripts, references, and assets.

How do I package Claude Skills for distribution?

Packaging Claude Skills for distribution involves validating the frontmatter metadata, ensuring the body instructions are concise, and organizing optional resources like scripts and assets into a structured format ready for reuse.

Can I update an existing Claude Skill to fit new requirements?

Yes, you can update an existing Claude Skill by using the same structured workflow to modify its frontmatter metadata, revise the body instructions, and add or adjust optional resources before validating and repackaging it.

What is the best way to organize reusable resources in Claude Skills?

The best way to organize reusable resources in Claude Skills is to group planning scripts, references, and assets alongside your SKILL.md, ensuring they are validated and properly packaged together for domain knowledge distribution.