create-command

Generate Codex skills with a structured template and SKILL.md file.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python, and includes scripts (resource) and assets (resource) components.

What problem does it solve?

Manually creating new skills is time-consuming. This Skill automates the process, streamlining the creation of new Codex skills.

Core Features & Use Cases

  • Automated Skill Creation: Generate a new skill based on user input.
  • Template-based Creation: Offers a structured template to ensure all necessary elements are included.
  • Use Case: Quickly create a new skill for code review with a single command, including the skill name, description, and usage instructions.

Quick Start

To create a new skill, use the $create-command command with the skill name and description as arguments.

Frequently Asked Questions about create-command

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

FAQPage Schema
How do I automate Codex skill creation from a template?

Automating Codex skill creation involves using a template-based command to generate the SKILL.md file and required directories. This approach provides a structured template, ensuring all necessary elements are included while streamlining the creation process.

What is the best way to scaffold a new SKILL.md file and related directories?

Scaffolding a new SKILL.md file is best handled by an automated template-based generator. It structures the skill name, description, and usage instructions into the markdown file and creates related directories automatically.

Do I need Python to generate Codex skills automatically?

Yes, you need Python installed to generate Codex skills automatically. The automation requires Python specifically for handling file operations and processing the Markdown templates.

Can I quickly create a code review skill with a single command?

Yes, you can quickly create a code review skill with a single command. By passing the skill name and description as arguments to the creation command, the template-based system generates the complete skill structure.

Are there limitations to template-based skill generation for Codex?

Template-based skill generation is limited by its basic implementation depth, focusing on structural scaffolding rather than complex internal reasoning. It streamlines file and directory creation but does not design the skill's core logic for you.