create-command

Generates a SKILL.md skeleton with validated frontmatter at .agents/skills/<skill-name>/SKILL.md.

Updated Mar 3, 2026
One-click install
npx skills add https://github.com/yanzhangshuai/wen-yuan --skill create-command-yanzhangshuai
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: create-command
Source: https://github.com/yanzhangshuai/wen-yuan/tree/main/.agents/skills/create-command
Command: npx skills add https://github.com/yanzhangshuai/wen-yuan --skill create-command-yanzhangshuai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams bootstrap a new Codex Skill unit by generating a standardized SKILL.md skeleton and guiding the setup process.

Core Features & Use Cases

  • Generates a ready-to-use SKILL.md at .agents/skills/<skill-name>/SKILL.md
  • Validates frontmatter presence and formatting
  • Demonstrates the expected creation workflow and a confirmation output
  • Helpful for onboarding new skills and maintaining uniform structure across the repository

Quick Start

Provide a skill name and description to scaffold a new skill at .agents/skills/<skill-name>/SKILL.md with a standard frontmatter and usage guide.

Frequently Asked Questions about create-command

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

FAQPage Schema
How do I scaffold a new Codex skill unit with a standard SKILL.md file?▼

To scaffold a Codex skill, provide a skill name and description to automatically generate a ready-to-use SKILL.md file at .agents/skills/<skill-name>/SKILL.md with standard frontmatter.

What is the required naming convention for creating a new skill directory?▼

The required naming convention for creating a new skill directory is kebab-case. The skill name is parsed from your input and applied to generate the folder structure at .agents/skills/<skill-name>/.

How do I validate frontmatter when onboarding new skills across a repository?▼

To validate frontmatter, the scaffolding process checks for presence and formatting automatically. It applies standard frontmatter to ensure uniform structure and consistency across the repository during skill onboarding.

Can I use this scaffolding process to maintain uniform structure for multiple skills?▼

Yes, you can use this scaffolding process to maintain uniform structure. It enforces consistent usage templates and standard frontmatter across multiple skills, ensuring uniform structure for repository onboarding.

Do I need any dependencies to generate a ready-to-use SKILL.md skeleton?▼

You do not need any dependencies to generate a SKILL.md skeleton. The process requires no external components, only parsing your provided skill-name and description to produce the creation confirmation.

Why does my generated skill file need a usage template and frontmatter validation?▼

A generated skill file needs frontmatter validation and a usage template to enforce kebab-case naming and maintain uniform structure. This ensures the new skill integrates consistently across the repository.