skill-creator

Create and update Claude Skill packages with correct SKILL.md structure and metadata.

1|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/Flux-Frontiers/doc_kg --skill skill-creator-flux-frontiers
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/Flux-Frontiers/doc_kg/tree/main/.claude/skills/skill-creator
Command: npx skills add https://github.com/Flux-Frontiers/doc_kg --skill skill-creator-flux-frontiers

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill helps you create and maintain effective Claude Skills with the correct structure, high-quality metadata, and context-efficient instructions.

Core Features & Use Cases

  • Skill design guidance: Teaches how to write clear frontmatter metadata (name/description) and keep SKILL.md focused on operational instructions.
  • Resource planning: Recommends when to use scripts/, references/, and assets/ to balance determinism, context size, and on-demand loading.
  • Creation workflow: Provides a step-by-step process from understanding requirements through implementation and packaging.
  • Packaging readiness: Encourages running initialization and validation/packaging tooling so skills meet structural expectations.

Quick Start

Use the skill to implement a new Skill directory by defining accurate YAML frontmatter, writing a concise SKILL.md workflow, and placing reusable logic into scripts/ or supporting docs into references/ or assets/ as appropriate.

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 with the correct SKILL.md structure and metadata?▼

To create a Claude skill, define accurate YAML frontmatter for metadata and write a concise SKILL.md focused on operational instructions. This ensures your skill is self-contained and discoverable.

What is the best way to package scripts and references for context efficiency in Claude skills?▼

For context efficiency, place reusable logic into scripts/ and supporting documentation into references/ or assets/. This balances deterministic execution with on-demand context loading.

How does modular skill authoring work with YAML frontmatter?▼

Modular skill authoring uses YAML frontmatter to define the skill's name and description for discovery. The SKILL.md file then provides concise, context-efficient operational instructions for execution.

When should I use scripts versus references in a skill package?▼

Use scripts/ for deterministic execution logic, and use references/ or assets/ for supporting documents needed for on-demand context. This separation keeps the main instructions concise.

Can I validate a skill package before distributing it?▼

Yes, you can validate a skill package by running initialization and validation tooling. This ensures the skill meets structural expectations and is ready for distributable artifact packaging.