create-command

Generate a SKILL.md skeleton with frontmatter for new Codex skills.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/MaShouo/CodexAuthExchange --skill create-command-mashouo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-command
Source: https://github.com/MaShouo/CodexAuthExchange/tree/main/.agents/skills/create-command
Command: npx skills add https://github.com/MaShouo/CodexAuthExchange --skill create-command-mashouo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This tool helps developers quickly scaffold a new Codex skill by generating a complete SKILL.md skeleton with the required frontmatter and structured sections, enabling consistent documentation and faster onboarding.

Core Features & Use Cases

  • Generates frontmatter with name and description for a new skill
  • Creates a complete SKILL.md template including usage instructions and execution steps
  • Ensures consistent documentation and reduces manual setup time when expanding the skill library

Quick Start

Trigger directly with $create-command <skill-name> <description>.

Frequently Asked Questions about create-command

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

FAQPage Schema
How do I generate a SKILL.md skeleton with frontmatter for a new Codex skill?

To generate a SKILL.md skeleton, trigger the command directly with the skill name and description. This automatically creates a complete markdown template with canonical frontmatter and structured body sections for consistent documentation.

What is the best way to scaffold markdown documentation for a developer skill library?

Scaffolding markdown documentation is best done by automating the template generation. This approach creates a standardized SKILL.md file with required frontmatter and usage sections, ensuring consistent structure across the skill library while reducing manual setup.

Does generating a Codex skill template require manual frontmatter validation?

Generating a Codex skill template does not require manual frontmatter validation. The process automatically applies frontmatter validation to ensure the resulting file contains canonical name and description fields in the correct format.

Can I use this skill generation tool to create usage instructions and execution steps?

You can use this skill generation tool to create usage instructions and execution steps. The generated SKILL.md template includes structured sections specifically designed for documenting execution steps and usage guidelines for new skills.

Why does consistent documentation matter when expanding a skill library?

Consistent documentation matters because it ensures every new skill follows the same structural template and frontmatter format. This standardization enables faster onboarding, reduces manual setup time, and maintains quality across the developer workflow when extending the library.