create-command

Generate a structured SKILL.md scaffold from a user-provided name and description.

1|2|Updated Feb 8, 2026
One-click install
npx skills add https://github.com/OriginHubAI/dcai-demo-platform --skill create-command-originhubai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-command
Source: https://github.com/OriginHubAI/dcai-demo-platform/tree/main/.agents/skills/create-command
Command: npx skills add https://github.com/OriginHubAI/dcai-demo-platform --skill create-command-originhubai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Skill helps teams rapidly scaffold new Skill units by generating a complete SKILL.md skeleton from user-provided name and description, reducing setup time and ensuring consistency.

Core Features & Use Cases

  • Generate a properly structured SKILL.md with mandatory frontmatter (name, description) and a clean Markdown body ready for activation.
  • Enforce naming conventions and provide a ready-to-use scaffold for new Skills, enabling rapid expansion of the Skill catalog.
  • Use cases include onboarding a new capability, prototyping a Skill, or standardizing Skill templates across teams.

Quick Start

Describe the desired skill and run the create-command to generate its SKILL.md scaffold.

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 SKILL.md scaffold from a prompt?

To generate a SKILL.md scaffold, provide a desired skill name and description to the automation tool. It outputs a properly structured file with mandatory frontmatter and a clean Markdown body ready for immediate activation.

What is the best way to automate skill creation for a team?

Automating skill creation for a team is best achieved by using a scaffolding tool that enforces naming conventions and generates standardized SKILL.md templates. This ensures consistency and reduces setup time when onboarding new capabilities.

Do I need YAML frontmatter to activate a new skill unit?

Yes, you need YAML frontmatter containing at least the name and description fields to activate a new skill unit. The scaffolding process validates these mandatory fields to ensure the generated SKILL.md is properly structured.

Can I standardize skill templates across teams using a scaffold generator?

You can standardize skill templates across teams by using a scaffold generator that enforces naming conventions and outputs a consistent SKILL.md structure. This ensures every new skill unit follows the same frontmatter validation and format.

How does scaffolding handle optional sibling resources for a new skill?

Scaffolding handles optional sibling resources by outputting the ready-to-use SKILL.md file path and providing coverage for any related resources if they are present during the generation process.