skill-creator

Guide creation of modular Codex skills with SKILL.md files.

Updated Mar 13, 2026
One-click install
npx skills add https://github.com/jf3096/personal-configs --skill skill-creator-jf3096
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/jf3096/personal-configs/tree/main/.codex/skills/.system/skill-creator
Command: npx skills add https://github.com/jf3096/personal-configs --skill skill-creator-jf3096

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides guidance for creating effective skills, enabling users to extend Codex's capabilities with specialized knowledge, workflows, or tool integrations.

Core Features & Use Cases

  • Skill Creation Guidance: Offers principles and a step-by-step process for developing new skills.
  • Anatomy of a Skill: Details the required SKILL.md file and optional bundled resources (scripts/, references/, assets/).
  • Progressive Disclosure: Explains how to manage context efficiently using a three-level loading system.
  • Use Case: A new developer needs to create a skill to interact with a specific internal API. They would use this Skill to understand the best practices for structuring the skill, writing the SKILL.md, and organizing necessary scripts and documentation.

Quick Start

Use the skill-creator skill to understand how to create a new skill for Codex.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create an AI skill for the Codex platform?

Creating effective AI skills involves structuring a self-contained directory with a mandatory SKILL.md file, defining modular workflows, and organizing optional scripts, references, and assets.

What is progressive disclosure in skill creation?

Progressive disclosure in skill creation is a three-level loading system that manages context efficiently, ensuring the AI only loads necessary information from your SKILL.md and bundled resources when required.

What is the anatomy of a Codex skill?

The anatomy of a Codex skill consists of a required SKILL.md file paired with optional bundled resources, specifically organized into scripts, references, and assets directories to maintain a modular structure.

How do I structure a SKILL.md file for workflow automation?

To structure a SKILL.md file for workflow automation, follow core principles and naming conventions to provide comprehensive guidance, ensuring the skill is modular and self-contained within its directory.

Do I need coding experience to develop skills using the skill-creator guide?

Developing skills using the skill-creator guide requires understanding developer documentation and step-by-step processes, though optional scripts can be included if your specific workflow automation demands deeper tool integrations.