CREATING-SKILL-TEMPLATE

Create skill directories with standardized YAML frontmatter and bilingual READMEs.

1|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/EnigmaWU/MyCodeAgentSkills --skill creating-skill-template
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: CREATING-SKILL-TEMPLATE
Source: https://github.com/EnigmaWU/MyCodeAgentSkills/tree/main/CREATING-SKILL-TEMPLATE
Command: npx skills add https://github.com/EnigmaWU/MyCodeAgentSkills --skill creating-skill-template

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Manually creating new skill directories often leads to inconsistent folder structures, broken frontmatter, and missing READMEs. This skill automates the process to ensure high-quality standards and correct triggering.

Core Features & Use Cases

  • Automatic Directory Scaffolding: Automatically creates a new skill directory with a standardized structure.
  • YAML Frontmatter Formatting: Ensures SKILL.md contains correct tier template and YAML frontmatter.
  • Bilingual README Generation: Automatically generates English and Chinese READMEs.
  • Token Efficiency: Enforces a maximum line count for SKILL.md to maintain conciseness.
  • Test-Driven Evaluation: Verifies skill triggers accurately before finalization.

Quick Start

Trigger this skill by saying "create a skill template" or "scaffold a new skill" and provide the necessary details like skill name, complexity, and purpose.

Frequently Asked Questions about CREATING-SKILL-TEMPLATE

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

FAQPage Schema
How do I automate skill template creation with consistent directory structures?

Automating skill template creation involves using a scaffolding tool to automatically generate a new skill directory, format SKILL.md with standardized YAML frontmatter, and produce bilingual READMEs. This ensures consistent folder structures and correct triggering without manual setup.

What is the best way to format YAML frontmatter in a SKILL.md file?

The best way to format YAML frontmatter in a SKILL.md file is to use an automated scaffolding process that applies a standardized tier template. This enforces correct frontmatter formatting and maintains concise content under 500 lines for token efficiency.

Can I generate bilingual READMEs automatically when scaffolding a new skill?

Yes, you can generate bilingual READMEs automatically when scaffolding a new skill. By triggering the template creation process with the necessary details, the system simultaneously generates both English and Chinese README files alongside the standardized directory structure.

Why does my manually created skill directory have broken frontmatter and missing READMEs?

Manually created skill directories often have broken frontmatter and missing READMEs due to human error and lack of standardization. Automating the creation process enforces high-quality standards, ensuring correct YAML frontmatter and consistent bilingual README generation.

Does scaffolding a new skill template work in a repository context?

Yes, scaffolding a new skill template works directly in a repository context. The automated directory creation and SKILL.md formatting are designed for skill development within repositories, ensuring standardized structures and test-driven trigger evaluation before finalization.

Are there line count limitations when generating a SKILL.md file?

Yes, there are line count limitations when generating a SKILL.md file. The automated template creation enforces a maximum line count of 500 lines to maintain token efficiency and ensure the skill content remains concise and standardized.