skill-creator

Define and package modular Skill units with SKILL.md frontmatter and references.

1|Updated Apr 25, 2025
One-click install
npx skills add https://github.com/WaiyanPhyoaung/takkatho --skill skill-creator-waiyanphyoaung
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/WaiyanPhyoaung/takkatho/tree/main
Command: npx skills add https://github.com/WaiyanPhyoaung/takkatho --skill skill-creator-waiyanphyoaung

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This guide helps teams design, package, and maintain modular Skill units to extend Claude's capabilities with domain-specific knowledge, workflows, and tooling.

Core Features & Use Cases

  • Clear frontmatter-driven entry points: each Skill is defined by a SKILL.md with name and description.
  • Progressive disclosure and references: ship core workflows in SKILL.md and offload heavy content to references/assets.
  • Packaging and iteration: step-by-step guidance from initialization to distribution and continuous improvement.

Quick Start

Create a new skill folder named my-skill, add a SKILL.md with name and description, then run the packaging tool to validate and publish.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I package Claude skills with frontmatter and progressive loading?

Claude skill creation involves defining modular Skill units via a SKILL.md file with name and description frontmatter, structuring reusable resources and references, then validating and packaging them to extend Claude's domain-specific capabilities safely.

What is progressive disclosure in skill creation workflows?

Progressive disclosure in skill creation is a design pattern where you ship core workflows directly in the SKILL.md file while offloading heavier secondary content and assets to separate reference files that load only when needed.

How do I create a new Claude skill from scratch step by step?

Creating a Claude skill requires initializing a new skill folder, adding a SKILL.md file with name and description frontmatter, structuring your domain-specific workflows and reference assets, and finally running the packaging tool to validate and publish.

Does the skill packaging process enforce frontmatter validation?

Yes, the skill packaging process explicitly enforces frontmatter integrity and safe content validation through a dedicated packaging tool, ensuring that every packaged modular Skill unit meets required structural standards before distribution.

When should I offload content to references instead of using SKILL.md?

You should offload heavy content to references when your skill requires extensive domain-specific knowledge or large assets, keeping the SKILL.md entry point lightweight for progressive loading and faster initial processing.