skill-creator

Generate or update Claude skill definitions with standardized SKILL.md metadata and scaffolding.

Updated Dec 12, 2025
One-click install
npx skills add https://github.com/hungtrandigital/ResidentOne --skill skill-creator-hungtrandigital
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/hungtrandigital/ResidentOne/tree/main/0-agents/agents/skills/skill-creator
Command: npx skills add https://github.com/hungtrandigital/ResidentOne --skill skill-creator-hungtrandigital

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides guidance and templates for creating new Claude Skills or updating existing ones with structured metadata and bundled resources.

Core Features & Use Cases

  • Templates for SKILL.md and resource scaffolding
  • Guidance on progressive disclosure and token efficiency
  • Examples and references to scripts/references/assets

Quick Start

Run the Skill Creator to scaffold a new skill in skills/ or update an existing one.

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 new Claude Skill with proper metadata structure?

Creating a Claude Skill requires generating a SKILL.md file with YAML frontmatter (name, description, license, version), defining required structure, and bundling scripts or references. This Skill provides templates and scaffolding to produce standardized metadata under 100 lines, enabling automatic activation by Claude Code.

What should a SKILL.md file contain?

SKILL.md must include YAML frontmatter with name, description, license, and version fields, plus structured references to scripts, references, and assets. This Skill generates compliant templates that follow progressive disclosure principles and keep documentation concise for token efficiency.

How do I structure scripts and references for a Claude Skill?

Scripts and references should be organized as bundled components within your Skill definition, with clear metadata linking them in SKILL.md. This Skill provides scaffolding templates that consolidate resources and guide placement to enable testable, modular Skill activation.

Can I update an existing Skill definition with this tool?

Yes. This Skill generates or updates existing Claude Skill definitions by revising SKILL.md metadata and resource scaffolding. It applies progressive disclosure and consolidation techniques to keep documentation under 100 lines while preserving functionality.

What's the difference between progressive disclosure and keeping Skills token-efficient?

Progressive disclosure surfaces information in layers, revealing detail only when needed, reducing initial token load. This Skill applies both principles together—guiding you to structure SKILL.md and resources so users access only what's immediately relevant, lowering consumption.

Do I need prior experience writing YAML to create a Skill?

This Skill provides templates and guidance that handle YAML structure automatically, so you focus on task definition and resource organization. It scaffolds the metadata format and frontmatter, reducing barriers to Skill creation.