create-command

Create a Codex skill skeleton with YAML frontmatter and Markdown body.

4|1|Updated Aug 9, 2025
One-click install
npx skills add https://github.com/LinnkidChen/Stock-Tracker --skill create-command-linnkidchen
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-command
Source: https://github.com/LinnkidChen/Stock-Tracker/tree/main/.agents/skills/create-command
Command: npx skills add https://github.com/LinnkidChen/Stock-Tracker --skill create-command-linnkidchen

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This tool automates the creation of a new Codex skill skeleton, ensuring standard naming conventions and a properly structured SKILL.md that can be populated with requirements and instructions.

Core Features & Use Cases

  • Generates a ready-to-use SKILL.md at .agents/skills/<skill-name>/SKILL.md based on user requirements.
  • Analyzes provided requirements to determine the appropriate skill type and content.
  • Enforces consistent structure and naming, enabling quick scaling of the Trellis skill set.
  • Use when adding a new developer workflow skill, creating a custom skill, or extending the Trellis skill library.

Quick Start

Run the command to scaffold a new skill by providing a name and description.

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, this tool generates a ready-to-use SKILL.md file at .agents/skills/<skill-name>/SKILL.md, complete with required YAML frontmatter and a minimal executable Markdown body.

What is included in the generated SKILL.md skeleton for a custom workflow?

The generated SKILL.md skeleton includes a YAML frontmatter section containing the skill name and description, alongside a minimal executable Markdown body designed for immediate developer customization.

How do I automate creating a Trellis skill extension without manual setup?

Automating Trellis skill extension creation involves running the scaffold command with your desired name and description, which enforces standard naming conventions and consistent structure automatically.

Can I use this to initialize multiple developer workflow skills at scale?

Yes, you can initialize multiple developer workflow skills at scale because the tool enforces consistent structure and naming conventions, enabling rapid scaling of the Trellis skill set.

Does the generated skill skeleton apply to initializing developer workflow skills only?

No, the generated skill skeleton applies to initializing developer workflow skills, creating custom skills, and extending the Trellis skill library based on your provided requirements.