create-command

Generate a SKILL.md with frontmatter and initial content for new skills.

3.9k|339|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/zhukunpenglinyutong/desktop-cc-gui --skill create-command-zhukunpenglinyutong
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-command
Source: https://github.com/zhukunpenglinyutong/desktop-cc-gui/tree/main/.agents/skills/create-command
Command: npx skills add https://github.com/zhukunpenglinyutong/desktop-cc-gui --skill create-command-zhukunpenglinyutong

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Scaffolding a new skill can be tedious and error-prone; this tool automates the creation of a properly named SKILL.md and initializes a consistent structure.

Core Features & Use Cases

  • Generates a valid SKILL.md frontmatter with name and description
  • Creates a minimal, ready-to-use skill skeleton aligned to repository conventions
  • Guides developers when adding new workflow skills, custom skills, or extending the Trellis skill set

Quick Start

Invoke the create-command tool with a skill name and description to scaffold a new .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 skill with the correct SKILL.md structure?

Scaffolding a new skill requires providing a skill name and description to generate a valid SKILL.md frontmatter and a minimal, ready-to-use skill skeleton aligned to repository conventions.

What is included in the generated SKILL.md frontmatter?

The generated SKILL.md frontmatter includes the skill name and description fields, followed by a descriptive body, a Quick Start section, and an empty or inferred dependencies and components set.

Can I use this scaffolding tool for custom developer workflow skills?

Yes, this scaffolding tool applies to adding new developer workflow skills, custom skills, or Trellis extensions, guiding naming conventions and structure across common skill types.

What's the best way to automate skill creation for a developer workflow?

Automating skill creation is best handled by using a scaffolding tool that generates the SKILL.md frontmatter and initial content, eliminating the tedious and error-prone manual setup process.

Does the scaffolding tool infer dependencies from existing scripts?

Yes, the scaffolding tool produces an empty or inferred dependencies and components set based on existing scripts, references, or assets found during the skill generation process.