create-command

Scaffold a new Codex skill with SKILL.md and YAML frontmatter.

21|4|Updated Dec 24, 2025
One-click install
npx skills add https://github.com/Jerry-Z07/WindBoard --skill create-command-jerry-z07
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-command
Source: https://github.com/Jerry-Z07/WindBoard/tree/main/.agents/skills/create-command
Command: npx skills add https://github.com/Jerry-Z07/WindBoard --skill create-command-jerry-z07

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Scaffolds a new Codex skill with proper naming conventions and structure, speeding up skill creation.

Core Features & Use Cases

  • Generate a boilerplate SKILL.md with YAML frontmatter including name and description
  • Enforce naming conventions (kebab-case) and a standard structure
  • Provide a ready-to-use template for new skills and a directory scaffold
  • Use when expanding the Codex Skill set or adding developer workflows

Quick Start

Run $create-command <skill-name> <description> to scaffold a new skill in .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 scaffold a new Codex skill with the correct directory structure?

To scaffold a new Codex skill, use the create-command with a skill name and description to generate a minimal SKILL.md file with YAML frontmatter and a ready-to-use directory structure.

What naming conventions should I use when creating a new Codex skill?

Creating a new Codex skill requires using kebab-case naming conventions to enforce a standard structure, ensuring the generated skill name remains consistent across the Trellis skill set.

How do I generate a SKILL.md boilerplate with proper YAML frontmatter?

Generating a SKILL.md boilerplate with proper YAML frontmatter involves running the scaffold command, which automatically creates the file with the required name and description fields.

When do I need to scaffold a new custom skill for developer workflows?

You need to scaffold a new custom skill when expanding the Codex skill set or adding developer workflows, speeding up skill creation by providing a standard template instead of manual setup.

Can I create a new skill without manually writing the YAML frontmatter?

Yes, you can create a new skill without manually writing YAML frontmatter by running the scaffold command, which automatically injects the name and description fields into the generated SKILL.md file.

What is the best way to structure a new skill for the Trellis skill set?

The best way to structure a new skill for the Trellis skill set is using an automated scaffold tool that enforces kebab-case naming and generates a ready-to-use template inside the .agents/skills directory.