create-command

Generates a SKILL.md skeleton with YAML frontmatter and starter body.

Updated Mar 6, 2026
One-click install
npx skills add https://github.com/Lin117-shygo/ros_car --skill create-command-lin117-shygo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-command
Source: https://github.com/Lin117-shygo/ros_car/tree/main/.agents/skills/create-command
Command: npx skills add https://github.com/Lin117-shygo/ros_car --skill create-command-lin117-shygo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables rapid creation of a new Codex Skill by generating the required SKILL.md skeleton with correct frontmatter and starter body, reducing manual setup time.

Core Features & Use Cases

  • Auto-creates the .agents/skills/<skill-name>/SKILL.md with proper frontmatter and a starter content
  • Enforces consistent naming and structure for discoverability and reuse
  • Facilitates quick experimentation by providing a ready-to-edit template for skill development

Quick Start

Provide a skill name and a brief description to generate a ready-to-use Skill skeleton at the path .agents/skills/<skill-name>/SKILL.md.

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 Codex Skill skeleton with YAML frontmatter?

To generate a Codex Skill skeleton, provide a skill name and description. The tool auto-creates a SKILL.md file at .agents/skills/<skill-name>/ with mandatory YAML frontmatter and a starter Markdown body for immediate editing.

What's the best way to bootstrap a new Skill quickly for automation workflows?

The best way to bootstrap a new Skill is providing a name and brief description to instantly generate a ready-to-edit template. This enforces consistent naming and structure, reducing manual scaffolding setup time for rapid automation development.

Do I need any dependencies to create a Skill template?

No dependencies are required to create a Skill template. The generation tool operates independently to produce the SKILL.md skeleton with proper YAML frontmatter and starter content, requiring only your input for the skill name and description.

Can I use this scaffolding for rapid experimentation with multiple Skill templates?

Yes, this scaffolding facilitates quick experimentation by providing a ready-to-edit template for skill development. Each generation creates an independent SKILL.md skeleton with consistent structure, allowing you to rapidly prototype multiple automation Skills.