skill-creator

Create a customizable skill scaffold with templates for README, SKILL.md, scripts and assets, optimized for rapid-fire deployment and iteration.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps teams and AI agents quickly create, organize, and distribute modular skills by providing templates, guidelines, and ready-to-use resource structures. It reduces setup time and enforces a consistent, scalable approach to skill design.

Core Features & Use Cases

  • Structured templates and example resources (scripts/, references/, assets/) to bootstrap new skills.
  • Guidance on frontmatter standards, skill anatomy, and progressive disclosure to keep SKILL.md lean and effective.
  • Packaging and iteration workflow guidance to deploy skills efficiently in production.
  • Domain-agnostic use cases including how to scaffold new skills for data processing, automation, and workflow orchestration.

Quick Start

Run init_skill.py to generate a template and example resources, then customize SKILL.md and the example folders to fit your use case.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create modular AI skills with a standardized folder structure?

To create modular AI skills, run init_skill.py to generate structured templates and example resources like scripts, references, and assets folders. This enforces reusable structures and frontmatter standards to keep SKILL.md lean.

What is the best way to package and distribute AI skills for production?

The best way to package AI skills is to follow the provided packaging workflow guidance, which helps organize modular components and produce distributable .skill packages for efficient production deployment.

How do I standardize skill anatomy and frontmatter across multiple domain-specific projects?

You can standardize skill anatomy and frontmatter across projects by using the provided guidelines on frontmatter standards and progressive disclosure, ensuring a consistent, scalable approach to skill design for domain-specific capabilities.

Can I use these skill templates for domain-agnostic automation and workflow orchestration?

Yes, you can use these templates for domain-agnostic use cases. The skill provides structured scaffolding to bootstrap new skills for data processing, automation, and workflow orchestration across various projects.

Do I need any external dependencies to scaffold and package modular skills?

No external dependencies are required to scaffold and package modular skills. The skill provides built-in scripts, references, and assets to bootstrap templates and generate distributable .skill packages independently.

Why should I use progressive disclosure when building modular AI skills?

You should use progressive disclosure when building modular AI skills to keep SKILL.md lean and effective, exposing complex details only when needed while maintaining a scalable, reusable structure for team collaboration.