skill-creator

Scaffold Codex skills with SKILL.md templates and optional resource directories.

92|5|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/Agents2AgentsAI/ata --skill skill-creator-agents2agentsai
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/Agents2AgentsAI/ata/tree/main/codex-rs/skills/src/assets/samples/skill-creator
Command: npx skills add https://github.com/Agents2AgentsAI/ata --skill skill-creator-agents2agentsai

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Helps users quickly create or update Codex skills by providing a concise template, recommended structure, and examples.

Core Features & Use Cases

  • Provides a standard SKILL.md template with frontmatter and body, ensuring consistent skill metadata.
  • Supplies optional resource scaffolding (scripts, references, assets) to accelerate development.
  • Includes a starter init_skill workflow to bootstrap new skills with example resources.

Quick Start

Run the provided init_skill.py to scaffold a new skill, including SKILL.md and optional resource folders.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I scaffold a new Codex skill with a standard template?▼

You can scaffold a new Codex skill by running the provided init_skill.py script, which generates a standard SKILL.md template with validated frontmatter and optional resource folders to accelerate development.

What is the recommended structure for creating a Codex skill?▼

The recommended structure for a Codex skill includes a SKILL.md file with validated frontmatter and body, along with optional scripts, references, and assets directories to organize supporting resources.

Do I need yaml to generate Codex skill templates?▼

Yes, you need the yaml dependency to generate Codex skill templates, as the scaffolding process validates frontmatter and produces the agents/openai.yaml configuration file required for the skill.

What's the best way to ensure consistent metadata when updating Codex skills?▼

The best way to ensure consistent metadata when updating Codex skills is to use a standard SKILL.md template that validates frontmatter fields and provides starter guidance for maintaining production-ready skill units.

Can I include example resources when initializing a new skill?▼

Yes, you can include example resources when initializing a new skill, as the init_skill workflow provides starter guidance and optional scaffolding for scripts, references, and assets directories during bootstrap.

Why does my Codex skill need an agents/openai.yaml file?▼

Your Codex skill needs an agents/openai.yaml file because the scaffolding process generates it to validate skill configuration and ensure the skill unit is usable and production-ready.