create-command

Create Codex skills with user-defined names and descriptions in SKILL.md files.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the creation of new Codex skills based on user-defined names and descriptions, streamlining the process of setting up new skills.

Core Features & Use Cases

  • Skill Initialization: Automatically sets up the basic structure of a new skill.
  • User Input Parsing: Extracts skill name and description from user input.
  • Requirement Analysis: Determines the type of skill and necessary steps for execution.
  • Skill Content Generation: Outputs a pre-formatted SKILL.md file with user-specified details.
  • File Creation: Generates the SKILL.md file in the designated skill directory.
  • Confirmation and Usage: Provides confirmation of skill creation and details on how to trigger the skill.

Quick Start

Create a new skill for reviewing pull requests. Run the command with the skill name as 'review-pr' and a description like 'Check PR code changes against project guidelines'.

Frequently Asked Questions about create-command

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate skill creation in a Codex AI system?

Automating skill creation in a Codex AI system involves parsing user-defined names and descriptions to generate a structured SKILL.md file. This automatically initializes the skill structure and outputs usage instructions for immediate execution.

What is the best way to set up a new Codex skill with custom requirements?

Setting up a new Codex skill with custom requirements requires analyzing the user input to determine the skill type and generating a pre-formatted SKILL.md file. This approach streamlines initialization by automatically creating the required file in the designated directory.

Can I generate a SKILL.md file using only a skill name and description?

Generating a SKILL.md file with only a skill name and description is fully supported by parsing the user input to analyze requirements. The system then creates the pre-formatted file in the skill directory and provides confirmation along with trigger details.

Does automated skill generation work for task automation and management in Codex?

Automated skill generation works directly for task automation and management in Codex by extracting the skill name and description from user input. It determines the necessary execution steps and generates the required SKILL.md file to establish the new skill.