skill-creator

Generate Claude skill scaffolding with SKILL.md and bundled resources.

1|Updated Jan 25, 2026
One-click install
npx skills add https://github.com/hoanghd218/tranvanhoang.com --skill skill-creator-hoanghd218
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/hoanghd218/tranvanhoang.com/tree/main/.claude/skills/skill-creator
Command: npx skills add https://github.com/hoanghd218/tranvanhoang.com --skill skill-creator-hoanghd218

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the creation and scaffolding of Claude skills from templates, including SKILL.md, sample scripts, references, and assets.

Core Features & Use Cases

  • Generate a ready-to-use SKILL.md frontmatter and structure for new skills.
  • Initialize example resources (scripts/, references/, assets/) to demonstrate bundling.
  • Prepare packaging-ready outputs with validation and guidance for iterative improvements.

Quick Start

Initialize a new Claude skill by generating SKILL.md, and scaffolding scripts/, references/, and assets/ under .claude/skills/skill-name.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I automate scaffolding a new Claude skill from a template?

Automating Claude skill scaffolding initializes a standardized folder structure, YAML frontmatter, and bundled resources from templates. This generates a ready-to-use SKILL.md file alongside example scripts, references, and assets directories for rapid skill authoring and packaging.

What is included in a standard Claude skill folder structure?

A standard Claude skill folder structure includes a SKILL.md file with YAML frontmatter, alongside scripts, references, and assets directories. These bundled components provide a packaging-ready environment demonstrating skill onboarding and reusable template generation.

How do I generate SKILL.md frontmatter for Claude Code workflows?

Generating SKILL.md frontmatter for Claude Code workflows requires defining the skill's metadata in YAML format. Automated skill authoring tools scaffold this frontmatter automatically, ensuring proper configuration for skill onboarding, references, and iterative improvements.

Can I bundle example scripts and references when creating a new skill?

Yes, you can bundle example scripts and references when creating a new skill. The skill creation process initializes these resource directories alongside assets to demonstrate bundling, preparing packaging-ready outputs with validation and guidance for iterative improvements.

Does skill scaffolding require external dependencies to package outputs?

Skill scaffolding does not require external dependencies to package outputs. The automation operates independently to generate the YAML frontmatter, folder structure, and example bundled resources, ensuring packaging-ready outputs with built-in validation and guidance.

What's the best way to update and package existing Claude skills?

The best way to update and package existing Claude skills is using an automated scaffolding tool that validates the YAML frontmatter and folder structure. This ensures your scripts, references, and assets remain properly bundled and packaging-ready for Claude Code workflows.