create-skill

Create a skill directory and structured SKILL.md for Codex projects.

Updated Mar 29, 2026
One-click install
npx skills add https://github.com/tecnologia-ibtech/geo-codex --skill create-skill-tecnologia-ibtech
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: create-skill
Source: https://github.com/tecnologia-ibtech/geo-codex/tree/main/geo-setup/skills/create-skill
Command: npx skills add https://github.com/tecnologia-ibtech/geo-codex --skill create-skill-tecnologia-ibtech

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creates a new, well-structured skill directory and SKILL.md for Codex projects, enabling rapid provisioning of capabilities and consistent discovery.

Core Features & Use Cases

  • Guides users through defining the skill objective, contextual analysis, and structure.
  • Generates a ready-to-use SKILL.md with frontmatter and content tailored to the project's conventions.
  • Validates naming (kebab-case) and ensures the skill is placed under ~/.codex/skills/ for auto-discovery.

Quick Start

Describe the objective and trigger context for the new skill, and I will generate its SKILL.md and starter scaffold.

Frequently Asked Questions about create-skill

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

FAQPage Schema
How do I create a new skill for Codex projects?▼

To create a new Codex skill, you define the objective and trigger context, and the tool generates a properly structured SKILL.md with YAML frontmatter and content scaffolding in the ~/.codex/skills directory.

Does Codex require specific naming conventions for skill directories?▼

Codex requires kebab-case naming for skill directories. The generated scaffold validates this format to ensure your new skill is properly structured for auto-discovery.

What is included in a generated SKILL.md scaffold?▼

A generated SKILL.md scaffold includes valid YAML frontmatter, required content sections, and tailored starter structure based on the objective and context analysis you provide.

How do I ensure my custom skill is discoverable in Codex?▼

To ensure skill discoverability in Codex, the scaffold must be placed under the ~/.codex/skills/ directory with valid frontmatter and kebab-case naming for automatic recognition.

Can I generate multiple skill templates at once?▼

The generation process guides you through defining a single skill objective and context analysis to produce one tailored SKILL.md scaffold per session.

Why does my generated SKILL.md fail frontmatter validation?▼

SKILL.md frontmatter validation fails when naming conventions are incorrect or required sections are missing; the scaffold generator ensures YAML validity and kebab-case naming to prevent this.