skill-creator

Create Claude skills with standardized SKILL.md structure and resource scaffolding.

Updated Jan 9, 2026
One-click install
npx skills add https://github.com/mr-phariyawit/startup --skill skill-creator-mr-phariyawit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/mr-phariyawit/startup/tree/main/.agent/skills/skill-creator
Command: npx skills add https://github.com/mr-phariyawit/startup --skill skill-creator-mr-phariyawit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a structured blueprint and tooling guidance to create or update Claude skills, ensuring a consistent format, reusable resources, and a scalable workflow for skill development.

Core Features & Use Cases

  • Clear SKILL.md frontmatter and body template to standardize new skills.
  • Guidance on organizing reusable resources (scripts, references, assets) and best practices for progressive disclosure.
  • Step-by-step workflow from initialization to packaging, including example templates and starter resources.

Quick Start

Initialize a new skill using the provided init_skill.py utility to generate a ready-to-edit SKILL.md and starter resource directories.

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 a consistent directory structure?

To create a Claude skill, you initialize a new project using the provided init_skill.py utility, which generates a ready-to-edit SKILL.md and standard starter directories for scripts, references, and assets.

What is the required frontmatter format for a SKILL.md file?

The required frontmatter for a SKILL.md file is minimal, needing only a name and description field to establish the skill's identity before adding body content and reusable resources.

How should I organize reusable resources like scripts and references when designing a skill?

Organize reusable resources by utilizing the generated starter directories for scripts, references, and assets, following best practices for progressive disclosure to maintain a scalable workflow.

What is the best way to update an existing Claude skill without breaking its structure?

The best way to update an existing Claude skill is to follow the standard template and guided workflow, ensuring any modifications to the SKILL.md or resource directories maintain the established frontmatter and consistent format.

Can I use this skill creation workflow for packaging and automating team deployments?

Yes, this skill creation workflow supports team automation by providing a step-by-step process from initialization to packaging, ensuring reusable resources and consistent formatting for scalable skill development.

Does generating starter skill scaffolding require any external dependencies?

Generating starter skill scaffolding requires no external dependencies, utilizing the included init_skill.py utility to independently generate the SKILL.md and resource directories.