skill-creator

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

1|1|Updated Feb 10, 2026
One-click install
npx skills add https://github.com/Psqasim/personal-ai-employee --skill skill-creator-psqasim
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/Psqasim/personal-ai-employee/tree/main/.claude/skills/skill-creator
Command: npx skills add https://github.com/Psqasim/personal-ai-employee --skill skill-creator-psqasim

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Bootstrap the creation of a self-contained Claude skill by generating a complete SKILL.md frontmatter and starter resource directories.

Core Features & Use Cases

  • Generates SKILL.md frontmatter with required fields (name and description) and a clear body scaffold.
  • Creates example resource directories (scripts/, references/, assets/) to demonstrate structure and packaging.
  • Includes templates and helper scripts (init_skill.py, package_skill.py) to automate skill creation, validation, and packaging.

Quick Start

Use the included init_skill.py to create a new skill directory, then customize SKILL.md and the sample 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 scaffold a new Claude skill directory with templates?

To scaffold a new Claude skill, run the included init_skill.py script to generate a complete directory structure with templates, starter scripts, references, and assets ready for customization.

What is included in a generated skill package?

A generated skill package includes a SKILL.md file with required frontmatter fields, along with starter resource directories for scripts, references, and assets to demonstrate structure and packaging.

How do I package a skill for validation and distribution?

To package a skill for validation and distribution, use the provided package_skill.py helper script after customizing the SKILL.md frontmatter and populating the sample resource directories.

Does skill scaffolding enforce naming conventions for the SKILL.md frontmatter?

Yes, the skill scaffolding process enforces naming conventions to ensure the generated SKILL.md frontmatter meets required structural standards before validation and distribution.

Can I use this scaffolding workflow without any external dependencies?

Yes, you can use this scaffolding workflow without external dependencies because the skill operates entirely self-contained using local Python scripts like init_skill.py and package_skill.py.

What is the best way to prototype and package a self-contained skill?

The best way to prototype and package a self-contained skill is to generate the complete frontmatter and resource directories, customize the example scripts, then run the packaging workflow for validation readiness.