skill-creator

Generate SKILL.md frontmatter and starter resource directories for Claude Skills.

Updated Jan 31, 2026
One-click install
npx skills add https://github.com/luan-thnh/hrm-auto-extension --skill skill-creator-luan-thnh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/luan-thnh/hrm-auto-extension/tree/main/.opencode/skills/skill-creator
Command: npx skills add https://github.com/luan-thnh/hrm-auto-extension --skill skill-creator-luan-thnh

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The Skill Creator addresses the friction in starting new Claude Skills by providing a ready-to-use skeleton (frontmatter, basic structure) and starter bundled resources, enabling consistent quality and faster delivery.

Core Features & Use Cases

  • Generates a SKILL.md frontmatter scaffold with required name and description fields to meet discovery requirements.
  • Creates optional bundled resources directories (scripts, references, assets) with starter content to accelerate skill development.
  • Provides an initialization workflow and packaging/validation utilities to streamline distribution of skills.

Quick Start

Run the Skill Initializer to generate a new skill scaffold in your target directory.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I scaffold a new Claude Skill with frontmatter and directories?

To scaffold a new Claude Skill, run the Skill Initializer to generate a SKILL.md frontmatter file and create optional bundled resource directories like scripts, references, and assets with starter content.

What is the required frontmatter format for packaging a Claude Skill?

The required frontmatter format for a Claude Skill includes mandatory name and description fields to meet discovery requirements, which the scaffolding process generates automatically to ensure frontmatter conformance.

How do I bundle scripts and references when creating a Claude Skill?

You bundle scripts and references by creating optional resource directories during the skill initialization workflow, allowing you to package scripts, references, and assets alongside the SKILL.md file for distribution.

Does the Skill scaffolding process validate naming and frontmatter conformance?

Yes, the Skill scaffolding process validates naming and ensures frontmatter conformance by applying validation utilities during the initialization and packaging workflows to streamline distribution of skills.

Can I update existing skills using the scaffolding and initialization workflow?

Yes, you can update existing skills using the initialization workflow, which covers naming, validation, and packaging workflows to ensure consistent quality and frontmatter conformance across both new and updated skills.