skill-creator

Generate SKILL.md files with YAML frontmatter and optional references.

253|42|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/xuiltul/animaworks --skill skill-creator-xuiltul
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/xuiltul/animaworks/tree/main/templates/ja/common_skills/skill-creator
Command: npx skills add https://github.com/xuiltul/animaworks --skill skill-creator-xuiltul

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Provides a repeatable, standards-based workflow to create self-contained Skill directories (SKILL.md with YAML frontmatter plus optional references and templates) so authors avoid inconsistent metadata, ambiguous triggers, and large monolithic bodies that break discovery and injection rules.

Core Features & Use Cases

  • Skill scaffolding: Generates SKILL.md files with required name and description frontmatter and a Progressive Disclosure-friendly body structure.
  • Guided description design: Supplies a description writing guide and keyword design rules (Tiered matching and 「」 keyword usage) to reduce false positives during skill selection.
  • References & templates: Provides example references and a skill template to separate long resources (Level 3) and keep the injected body concise.
  • Use Case: Rapidly author a new common or personal AnimaWorks skill that reliably triggers on intended phrases and uses references for detailed procedures.

Quick Start

Use the skill-creator workflow to generate a new skill directory by providing a kebab-case name, a domain-specific description containing 「」 keywords, and the markdown body for step-by-step instructions.

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 structured Markdown skill directory with YAML frontmatter?

Designing skill trigger descriptions requires using 「」 keyword rules for Tier 1 matching to reduce false positives during skill selection and ensure reliable execution on intended phrases.

What is progressive disclosure for Markdown skill design?

You need frontmatter with required name and description fields, adherence to 「」 keyword rules for Tier 1 matching, and optional references and templates directories for Level 3 resources.

How do I scaffold a new AnimaWorks skill?

Use skill-creator to generate a new skill directory by providing a kebab-case name, a domain-specific description containing 「」 keywords, and the markdown body for step-by-step instructions.

When should I separate reference materials from the main SKILL.md file?

This skill scaffolding approach is for authoring personal or common AnimaWorks skills, requiring only a kebab-case name, domain-specific description, and markdown body to start.

Why do my skill triggers cause false positives during selection?

Apply progressive disclosure by separating long reference materials into an optional references directory, preventing large monolithic bodies that break discovery and injection rules.