create-command

Create Codex skill directories with SKILL.md files and kebab-case naming.

Updated Apr 15, 2026
One-click install
npx skills add https://github.com/SilentFlower/flower-cli --skill create-command-silentflower
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-command
Source: https://github.com/SilentFlower/flower-cli/tree/main/.agents/skills/create-command
Command: npx skills add https://github.com/SilentFlower/flower-cli --skill create-command-silentflower

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill removes friction when adding new agent skills by automatically generating a properly named skill directory and a minimal SKILL.md entry file so contributors do not need to remember formatting, frontmatter requirements, or placement.

Core Features & Use Cases

  • Scaffold generation: Creates a new .agents/skills/<skill-name>/SKILL.md with YAML frontmatter including name and description.
  • Naming enforcement: Suggests and enforces kebab-case naming conventions and minimal content structure.
  • Use case: Add a new developer workflow skill (for code review, generation, or recording) without manually composing the SKILL.md file or forgetting required sections.

Quick Start

Use the create-command skill by running $create-command review-pr Check PR code changes against project guidelines.

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 directory with a SKILL.md file?

To scaffold a new Codex skill, use the create-command generator to automatically create a skill directory and a minimal SKILL.md entry file with required YAML frontmatter, reducing manual formatting friction.

What naming conventions do I need to follow when generating agent skills?

When generating agent skills, you must use kebab-case naming conventions for the skill directory and the name field in the SKILL.md frontmatter, enforced automatically by the scaffolding generator.

How do I add YAML frontmatter to a new SKILL.md entry file?

You add YAML frontmatter to a new SKILL.md entry file by running the scaffold generator, which automatically injects the required name and description fields into the frontmatter structure.

Can I use the scaffold generator for repository-based CLI-accessible skills?

Yes, you can use the scaffold generator for repository-based agent development when adding or extending CLI-accessible skills and standardizing their directory structure and naming.

Why does my new agent skill need a SKILL.md file?

A new agent skill needs a SKILL.md file to define its name and description metadata, allowing the CLI to discover and execute the skill while maintaining a standardized repository structure.

What is the best way to standardize skill directory structure across a repository?

The best way to standardize skill directory structure is to use a scaffolding generator that enforces kebab-case naming and automatically creates the .agents/skills/<skill-name>/SKILL.md path.