Dev & Engineering ✓ OpenAI · Official skill-authoringworkflow-designyaml-frontmattershell-scriptsfilesystem

Skill Creator Guide

A practical guide to designing, validating, and refining reusable Agent Skills.

FollowSkills review · FSRS-2.0
Not recommended
46/ 100 5-point scale 2.3 / 5
Trust12 / 25 · 2.4/5

The material asks for the destination before initialization, uses parameterized scripts, and provides structural validation. It does not systematically specify permission boundaries, sensitive-data handling, network or external effects, user confirmation, rollback, or dependency security, so points are deducted.

Reliability8 / 20 · 2.0/5

SKILL.md, the initializer, YAML generator, and validator form a generally coherent workflow with basic error handling. Static review cannot establish that the scripts run successfully, and committed tests for key paths, abnormal inputs, and cross-environment behavior are absent; the score is therefore conservatively limited.

Adaptability8 / 15 · 2.7/5

The trigger is clear for creating or updating Codex skills, with guidance on workflows, resources, naming, and validation. Boundaries for non-fit cases, input/output contracts, semantic false-trigger conditions, Chinese-language use, and mainland-China network fit are not sufficiently stated, so points are deducted.

Convention8 / 15 · 2.7/5

The documentation has clear information architecture, progressive disclosure, resource categorization, naming rules, and direct reference guidance. It lacks explicit versioning, changelog, maintenance ownership, and update path; openai.yaml also references icon assets whose presence is not established by the supplied evidence.

Effectiveness6 / 15 · 2.0/5

The skill directly provides a creation workflow, templates, and three helper scripts, so it plausibly completes the core task. Users must still fill in documentation and perform their own testing, and no real task artifacts or comparative-benefit evidence are supplied; static calibration limits this score to 6.

Verifiability4 / 10 · 2.0/5

The source code, validator, and workflow instructions are auditable, making some claims traceable. There is no third-party execution evidence, CI coverage for the skill’s key paths, or independent reproduction, so corroboration remains thin and points are deducted.

Evidence confidence:Low Reviewed Jul 19, 2026 Reviewed revision 678157acaa81
The upstream repository has new commits since this review. The score still applies to the reviewed revision shown and may not cover the latest changes.
Before you use it
  • This is a static review; no scripts or validation commands were executed, so documented procedures should not be treated as proven runtime results.
  • The initializer creates directories and files; confirm the destination, permissions, and retention or cleanup expectations before use.
  • Add verification that referenced icon assets exist, plus version and maintenance information, abnormal-input tests, and guidance on sensitive data and external side effects.
See the full review method →

What it does & when to use it

Skill Creator helps developers create new skills and update existing ones. It explains the required SKILL.md structure, frontmatter, instruction body, and the roles of optional scripts, references, and assets. The guide emphasizes concise context, progressive disclosure, appropriate freedom, and validation integrity. It covers the workflow from understanding concrete use cases through initialization, editing, validation, and iteration.

Uses requirements and concrete examples to plan reusable scripts, references, and assets; describes how to create a skill directory with SKILL.md; explains how to write the name and description frontmatter and the instruction body; recommends running init_skill.py for initialization and quick_validate.py for validation; explains how to keep agents/openai.yaml aligned with SKILL.md and how to forward-test skills on realistic tasks.

  1. A developer creating a domain-specific Agent Skill can use it to plan the folder structure, resources, and trigger description.
  2. A team extending an existing workflow can use it to decide what belongs in SKILL.md, references, or scripts.
  3. A maintainer checking metadata and naming conventions can use the initialization and validation workflow.
  4. A skill author optimizing context usage can use its progressive-disclosure patterns to split large reference material.
  5. A developer evaluating whether a skill generalizes can use its forward-testing and iteration process.

Pros & cons

Pros
  • Covers the full lifecycle of skill creation, maintenance, validation, and iteration.
  • Clearly separates the roles of SKILL.md, scripts, references, and assets.
  • Provides concrete rules for naming, frontmatter, context management, and progressive disclosure.
  • Includes copyable initialization and validation commands.
Limitations
  • The guidance is oriented toward Codex skill packaging and workflows, so other platforms may require adaptation.
  • The source provides no standalone installation instructions or test results for this skill.
  • It recommends forward-testing but does not include a ready-made test suite.

How to install

The source does not document a standalone installation procedure for skill-creator. It is located at codex-rs/skills/src/assets/samples/skill-creator/SKILL.md in the openai/codex repository. The README documents Codex CLI installation via curl -fsSL https://chatgpt.com/codex/install.sh | sh on macOS or Linux, powershell -ExecutionPolicy ByPass -c "irm https://chatgpt.com/codex/install.ps1 | iex" on Windows, or npm install -g @openai/codex and brew install --cask codex.

How to use

In Codex, make a request such as: “Create a new PDF-processing skill and plan its scripts, references, and assets.” For initialization, the guide provides scripts/init_skill.py <skill-name> --path <output-directory> [--resources scripts,references,assets] [--examples]. After editing, run scripts/quick_validate.py <path/to/skill-folder>.

FAQ

Is this a skill for executing a specific business task?
No. It primarily explains how to create and maintain other skills; it does not provide a domain-specific capability such as PDF processing, database work, or deployment.
What must a new skill contain?
It must contain a SKILL.md with YAML frontmatter fields named name and description. Scripts, references, assets, and agents/openai.yaml are optional or recommended additions.
How do I perform basic validation?
After editing the skill, run `scripts/quick_validate.py <path/to/skill-folder>` to check basic frontmatter, required fields, and naming rules.

More skills from this repository

All from openai/codex

Dev & Engineering ✓ OpenAI · Official

PR Babysitter

Continuously track a GitHub pull request’s reviews, CI, and mergeability while handling safe fixes.

Dev & Engineering ✓ OpenAI · Official

Codex Issue Digest

Turns recent openai/codex bugs and enhancement requests into focused, owner-ready digests.

Design & Frontend ✓ OpenAI · Official

Codex Image Generation

Generate, edit, and prepare practical raster image assets directly within a project workflow.

Dev & Engineering ✓ OpenAI · Official

Codex Plugin Builder

Scaffold, validate, and maintain standards-shaped plugins for Codex.

Dev & Engineering ✓ OpenAI · Official

Codex Skill Installer

Install curated or repository-hosted Codex skills without manually assembling their files and paths.

Dev & Engineering ✓ OpenAI · Official

OpenAI Official Docs Assistant

Provides current, official-source guidance for OpenAI products, APIs, Codex, and model migrations.

Dev & Engineering ✓ OpenAI · Official

Review Agent Code Review Skill

Find actionable regressions in code changes through a read-only, defect-first review.

Dev & Engineering ✓ OpenAI · Official

Codex Pull Request Editor

Professionally update one or more GitHub pull request titles and bodies around motivation, net changes, and verification.

Dev & Engineering ✓ OpenAI · Official

Remote Executor Integration Tests

Validate Codex integration behavior across local and remote execution environments.

Dev & Engineering ✓ OpenAI · Official

V8 Version Maintainer

Updates Codex’s pinned V8 versions and validates release-candidate and build-failure paths.

Dev & Engineering ✓ OpenAI · Official

Change Size Review Guide

Keep code changes reviewable by enforcing practical size limits and staging oversized work.

Dev & Engineering ✓ OpenAI · Official

Codex Path Types Guide

Choose Rust path types that preserve cross-platform URI handling and local filesystem behavior in Codex.

Automation & Ops ✓ OpenAI · Official

CI Push Approval Assistant

Handle CI configuration push blocks and approval handoffs

Dev & Engineering ✓ OpenAI · Official

Code Review and Testing Guidance

Helps coding agents choose and structure tests for logic changes.

Dev & Engineering ✓ OpenAI · Official

Codex Bug Triage Assistant

Determines whether an openai/codex GitHub bug should be verified, clarified, or explained as expected behavior.

Dev & Engineering ✓ OpenAI · Official

Breaking Change Reviewer

Systematically detect compatibility risks across external integration surfaces before they reach users.

Dev & Engineering ✓ OpenAI · Official

Codex TUI Interactive Testing Guide

A focused workflow for launching Codex TUI and validating changes with trace logs.

Dev & Engineering ✓ OpenAI · Official

Context Governance

Keep coding-agent context incremental, cache-stable, and strictly bounded.

Dev & Engineering ✓ OpenAI · Official

Pull Request Code Review

Orchestrate a final pull request review and consolidate every actionable finding from specialized reviewers.

Related skills