create-command

Generate a Codex skill by creating a SKILL.md file with YAML frontmatter and Markdown body.

Updated Feb 11, 2026
One-click install
npx skills add https://github.com/WanxiaJaneYang/mvp-agent --skill create-command-wanxiajaneyang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-command
Source: https://github.com/WanxiaJaneYang/mvp-agent/tree/main/.agents/skills/create-command
Command: npx skills add https://github.com/WanxiaJaneYang/mvp-agent --skill create-command-wanxiajaneyang

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation of new Codex skills, streamlining the development process and ensuring consistency in skill structure and documentation.

Core Features & Use Cases

  • Automated Skill Generation: Creates the necessary SKILL.md file with a predefined structure.
  • Requirement Analysis: Helps categorize skill types and suggests naming conventions.
  • Use Case: A developer needs to quickly add a new skill to manage user feedback. They use this skill to generate the basic SKILL.md file, saving them from manually creating the boilerplate content.

Quick Start

Use the create-command skill to generate a new skill named 'analyze-logs' that analyzes application logs.

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 new Codex skill automatically?

To generate a new Codex skill, this automation analyzes your provided skill name and description to create a structured SKILL.md file with YAML frontmatter and Markdown body. It categorizes skill types and suggests naming conventions to streamline development.

What is the structure of a SKILL.md file for code generation tasks?

A SKILL.md file for code generation tasks consists of a YAML frontmatter section for metadata and a Markdown body for content. This structure ensures consistent documentation and usage instructions across newly created Codex skills.

Can I use this to create skills for pre-development and code checking?

Yes, you can use this skill to create commands for pre-development, code checking, recording, and generation tasks. It analyzes your description to categorize the skill type and generate the appropriate boilerplate content.

How do I automate boilerplate creation for developer tools?

You automate boilerplate creation by providing a skill name and description, which this tool uses to structure the new skill's content. It generates the necessary SKILL.md file, saving you from manually creating the initial documentation.

What's the best way to define usage instructions for a new Codex skill?

The best way to define usage instructions is to provide a clear description of the skill's purpose during creation. The tool then structures these instructions within the Markdown body of the generated SKILL.md file.

Do I need any dependencies to create a SKILL.md file?

No dependencies are required to create a SKILL.md file. The skill operates independently to analyze your input and generate the YAML frontmatter and Markdown body directly.