create-command

Scaffold a SKILL.md file and directory structure with kebab-case naming.

3|Updated Jan 25, 2026
One-click install
npx skills add https://github.com/BaSui01/agentflow --skill create-command-basui01
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-command
Source: https://github.com/BaSui01/agentflow/tree/main/.agents/skills/create-command
Command: npx skills add https://github.com/BaSui01/agentflow --skill create-command-basui01

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creates a correctly structured SKILL.md and directory for new developer-facing skills, removing manual setup, naming errors, and inconsistent templates so teams can add capabilities quickly and consistently.

Core Features & Use Cases

  • Template generation: Produces a SKILL.md with required YAML frontmatter (name, description) and a clear usage/instruction body.
  • Naming and convention enforcement: Validates kebab-case skill names and suggests structure and scope for the skill.
  • Use Cases: Quickly add new developer workflow skills such as code review checkers, PR reviewers, or documentation generators without handcrafting boilerplate.

Quick Start

Create a new skill named review-pr with the description Check PR code changes against project guidelines by running the create-command workflow.

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 developer workflow skill with the correct SKILL.md structure?

To scaffold a new developer workflow skill, provide the skill name and description to generate a templated SKILL.md file with required YAML frontmatter and a directory structure under .agents/skills.

What naming convention is required when generating skill files for automation templates?

Generating skill files for automation templates requires kebab-case naming. The parsing logic validates the provided skill name and enforces kebab-case before creating the directory and SKILL.md file.

Does scaffolding a skill file under .agents/skills require any external dependencies?

Scaffolding a skill file under .agents/skills requires no external dependencies. It autonomously parses the provided text to generate the directory and templated SKILL.md file.

What is the best way to create consistent boilerplate for code review or documentation generation skills?

The best way to create consistent boilerplate for code review or documentation generation skills is using an automated scaffolding tool that applies predefined templates and enforces structural conventions.

Can I manually define the YAML frontmatter when creating a new skill file?

You cannot manually define the YAML frontmatter during initial creation. The scaffolding process automatically generates the required YAML frontmatter, including name and description, based on your input.