skill-creator

Create Claude skills with templated SKILL.md frontmatter and packaging.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a standardized approach to creating and maintaining Claude skills, ensuring consistent structure, templates, and packaging across teams.

Core Features & Use Cases

  • Provides a templated SKILL.md frontmatter and structured body to guide skill authors.
  • Includes scaffolding for optional resources (scripts, references, assets) and packaging workflow.
  • Enables rapid, repeatable skill creation and iteration with built-in validation and packaging steps.

Quick Start

Run scripts/init_skill.py <skill-name> to generate a scaffold, then customize SKILL.md and any bundled resources before packaging.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create and package Claude skills with a consistent structure?

To create Claude skills, generate a scaffold using the initialization script, customize the SKILL.md frontmatter and body, add optional resources, then validate and package the final artifact for distribution.

What is the required format for SKILL.md frontmatter when building automation skills?

The required SKILL.md frontmatter format mandates name and description fields. This standardized metadata ensures the skill is correctly parsed, validated, and packaged alongside any optional script or reference assets.

How do I generate a skill scaffold and add bundled resources like scripts and references?

Generate a skill scaffold by running the initialization script with your target skill name. This creates the base directories, allowing you to add bundled scripts, references, and assets before validation and final packaging.

Does the Claude skill creation process support optional resources directories?

Yes, the Claude skill creation process supports optional resources directories. You can organize supplementary scripts, references, and assets within these directories to bundle them into the final packaged artifact for team distribution.

Why standardize the process for creating and maintaining Claude skills across teams?

Standardizing Claude skill creation ensures consistent structure, templates, and packaging across teams. This approach accelerates skill creation for recurring knowledge domains, enforces uniformity through validation, and reduces structural errors.