skill-creator

Automate creation, validation, and packaging of Claude skills with SKILL.md templates.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a structured approach to create, validate, and iterate Claude skills, enabling consistent quality and reusability across AI agents.

Core Features & Use Cases

  • Skill scaffolding: defines the SKILL.md format, optional references/scripts/assets directories, and validation steps.
  • Iterative craftsmanship: guides on planning reusable content, benchmarking, and sharing skills.
  • Quick-start templates: ready-to-use SKILL.md structures and workflows to accelerate skill creation.

Quick Start

Use the skill-creator to initialize a new skill folder and write a SKILL.md following the template provided in the guide.

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 proper SKILL.md frontmatter?

To create a Claude skill, you need to scaffold a skill directory and write a SKILL.md file with YAML frontmatter containing required name and description fields, along with optional references, scripts, and assets.

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

A SKILL.md file requires YAML frontmatter with name and description fields. It can also include optional resources like references, scripts, assets, and quick-start templates to accelerate skill creation.

How do I validate and package Claude skills for reuse?

You validate and package Claude skills by following a repeatable workflow that checks the SKILL.md structure, verifies optional resource directories, and benchmarks the content for consistent quality and reusability.

Do I need any dependencies to start building Claude skills?

No dependencies are required to start building Claude skills. You can immediately initialize a new skill folder and use the provided quick-start templates to write your SKILL.md.

What's the best way to plan reusable content for AI agent skills?

The best way to plan reusable AI agent skills is to use an iterative craftsmanship approach, benchmarking content against templates, and structuring directories with optional references, scripts, and assets for consistent quality.

When should I not use automated skill scaffolding?

You should not use automated skill scaffolding when your project requires a highly customized directory structure that deviates from the standard SKILL.md format or when you do not need repeatable validation workflows.