create-command

Generate a Codex skill scaffold with a structured SKILL.md file.

Updated Apr 17, 2026
One-click install
npx skills add https://github.com/alleneee/topsport-agent --skill create-command-alleneee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-command
Source: https://github.com/alleneee/topsport-agent/tree/main/.agents/skills/create-command
Command: npx skills add https://github.com/alleneee/topsport-agent --skill create-command-alleneee

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the boilerplate creation of new Codex skills by generating correctly named and structured SKILL.md files and scaffolding initial artifacts.

Core Features & Use Cases

  • Auto-generates SKILL.md frontmatter with required fields (name, description) and a starter section.
  • Creates the skill directory, places the SKILL.md in the correct path, and logs a confirmation.
  • Validates naming conventions and helps standardize skill discovery across the repository.

Quick Start

Direct the AI to create a new skill scaffold by providing a skill-name and a brief 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 automation generates a correctly named SKILL.md file and initializes the required directory path .agents/skills/<skill-name>/ automatically. It validates naming conventions and outputs a standard template ready for development during project setup.

What is the correct file structure and frontmatter needed to create a Codex skill?

A valid Codex skill requires a SKILL.md file located at the skill's root directory. The frontmatter must contain the required name and description fields, and the file is placed within the initialized .agents/skills/<skill-name>/ directory path to ensure proper discovery.

Can I automate boilerplate creation for multiple skills during project setup?

Yes, you can automate boilerplate creation for new skills by directing the AI to generate a scaffold with a provided skill name and description. It creates the directory structure, places the SKILL.md file, and logs a confirmation for each generated skill.

Does the skill scaffold generator enforce naming conventions for skill discovery?

The scaffold generator validates naming conventions to help standardize skill discovery across your repository. It ensures the generated directory path and SKILL.md frontmatter use the correct skill name, preventing structural inconsistencies before development begins.

What's the best way to bootstrap the initial skeleton for a custom devtool skill?

The best way to bootstrap the initial skeleton is to use a scaffold generator that auto-generates the SKILL.md frontmatter with required fields and creates the necessary directory path. This provides a standard template ready for immediate use without manual file setup.