create-command

Generate a Codex skill skeleton with SKILL.md frontmatter and contract scaffold.

Updated Feb 23, 2026
One-click install
npx skills add https://github.com/TbK0ng/mytrellis --skill create-command-tbk0ng
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-command
Source: https://github.com/TbK0ng/mytrellis/tree/main/.agents/skills/create-command
Command: npx skills add https://github.com/TbK0ng/mytrellis --skill create-command-tbk0ng

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the creation of a new Codex skill skeleton from user input, eliminating manual setup and ensuring consistent structure.

Core Features & Use Cases

  • Generates .agents/skills/<skill-name>/SKILL.md with standardized frontmatter (name and description) and a ready-to-use skill contract scaffold.
  • Creates the basic directory structure for a new skill, including optional sub-resources when needed, to accelerate onboarding and consistency.
  • Use case: a developer provides a skill name and description, and this tool boots a reusable template ready for customization and deployment.

Quick Start

Trigger directly with $create-command <skill-name> <description> to scaffold a new Codex skill.

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 automatically?

To scaffold a new Codex skill automatically, trigger the command with a skill name and description to generate a standardized SKILL.md file with mandatory frontmatter and a basic directory structure.

What is the required directory path for bootstrapping Codex skills?

The required directory path for bootstrapping Codex skills is the .agents/skills path within your repository, where the tool creates the new skill folder and SKILL.md file.

Can I generate a skill skeleton template from just a name and description?

Yes, you can generate a skill skeleton template from just a name and description. The automation tool uses these inputs to produce a valid SKILL.md with standard frontmatter and a ready-to-use contract scaffold.

Does the generated SKILL.md include mandatory frontmatter fields?

Yes, the generated SKILL.md includes mandatory name and description frontmatter fields. This ensures the bootstrapped skill satisfies the standard contract requirements for valid Codex skills.

What is the best way to ensure consistent structure when creating new skills?

The best way to ensure consistent structure when creating new skills is to use an automated bootstrapping command. This eliminates manual setup and applies a standardized template with correct frontmatter and directory layout every time.

Are there limitations to the skill scaffold generated by this command?

A limitation of the generated skill scaffold is its basic implementation depth. It produces a skeleton with frontmatter and a standard contract scaffold, requiring further manual customization before deployment.