Skills library

Total: 18

Explore original downloadable skills and selected official or community workflows. Compare use cases, setup requirements and compatibility notes.

Showing 1–10 of 18. Page 1 of 2.

Original skills

Meeting action ledger

Turn meeting notes into decisions, proposals and traceable actions without inventing commitments.

Download skill ZIP · SKILL.md · Full example and checks →

Use case and setup notes
Best for
Meeting transcripts with uncertain owners or deadlines.
Tool requirements
Text and file reading; no external account or key required.
Using it with GPT-6
Self-contained Markdown instructions for skill-capable agents. Sample explicitly executed in Codex; host file access determines installation support.

Original skills

Source-backed research brief

Build an evidence table and a concise brief that preserves source conflicts and unknowns.

Download skill ZIP · SKILL.md · Full example and checks →

Use case and setup notes
Best for
Comparing supplied research excerpts with conflicting claims.
Tool requirements
Text and file reading; no external account or key required.
Using it with GPT-6
Self-contained Markdown instructions for skill-capable agents. Sample explicitly executed in Codex; host file access determines installation support.

Original skills

Document consistency check

Compare documents against an explicit reference and report exact mismatches and matching controls.

Download skill ZIP · SKILL.md · Full example and checks →

Use case and setup notes
Best for
Release notes, specifications and guides that should agree.
Tool requirements
Text and file reading; no external account or key required.
Using it with GPT-6
Self-contained Markdown instructions for skill-capable agents. Sample explicitly executed in Codex; host file access determines installation support.

Original skills

Frontend release check

Produce a scoped release review with source evidence and a separate runtime verification queue.

Download skill ZIP · SKILL.md · Full example and checks →

Use case and setup notes
Best for
Small HTML releases or offline frontend review samples.
Tool requirements
Text and file reading; no external account or key required.
Using it with GPT-6
Self-contained Markdown instructions for skill-capable agents. Sample explicitly executed in Codex; host file access determines installation support.

Original skills

CSV quality triage

Profile small CSV datasets while preserving missing values, duplicate keys and currency boundaries.

Download skill ZIP · SKILL.md · Full example and checks →

Use case and setup notes
Best for
Transaction exports before cleaning or aggregation.
Tool requirements
Text and file reading. A standards-compliant CSV parser with decimal arithmetic is recommended.
Using it with GPT-6
Self-contained Markdown instructions for skill-capable agents. Sample explicitly executed in Codex; host file access determines installation support.

Original skills

Content refresh planner

Plan evidence-backed article updates while preserving frozen metadata, headings and URLs.

Download skill ZIP · SKILL.md · Full example and checks →

Use case and setup notes
Best for
Updating existing content under strict SEO preservation constraints.
Tool requirements
Text and file reading; no external account or key required.
Using it with GPT-6
Self-contained Markdown instructions for skill-capable agents. Sample explicitly executed in Codex; host file access determines installation support.

Official skills

Agents SDK

Official developer skill for building or extending OpenAI Agents SDK applications, including repository intake, API access gates, tool workflows, and eval-aware implementation.

View upstream skill ↗

Use case and setup notes
Best for
OpenAI Agents SDK application work.
Tool requirements
OpenAI developer tooling and API key for actual app execution; never expose credentials.
Using it with GPT-6
Use with an Agents SDK project. Running the application needs API access in addition to the Codex session.
Before you start
Requires credential and API-access checks before running any provider call.

Community skills

Systematic Debugging

Root-cause debugging workflow requiring evidence, reproduction, hypothesis testing, minimal fixes, and verification before claiming a technical issue is resolved.

View upstream skill ↗

Use case and setup notes
Best for
Bugs, test failures, build failures, and unexpected behavior.
Tool requirements
Repository access and appropriate test or reproduction tools.
Using it with GPT-6
Use with GPT 6 in Codex where it can read the repository and run a reproduction or test.
License
MIT
Before you start
Can be slower during incidents; adapt investigation depth to operational impact.

Community skills

Test-Driven Development

TDD workflow that writes a failing test first, implements the smallest change, and refactors only after green verification, with anti-pattern guidance.

View upstream skill ↗

Use case and setup notes
Best for
New features and bug fixes where regression protection matters.
Tool requirements
A project test runner and repository access.
Using it with GPT-6
Use with the project’s own test runner. The workflow is not tied to a particular model or programming language.
License
MIT
Before you start
Do not claim tests passed without running the project's real checks.

Community skills

Writing Plans

Detailed implementation-plan skill that turns a multi-step specification into small, testable tasks with file locations, commands, and handoff guidance.

View upstream skill ↗

Use case and setup notes
Best for
Complex implementation planning before editing code.
Tool requirements
Repository inspection and project-specific test/build knowledge.
Using it with GPT-6
Use with repository access and a concrete specification; adapt file paths and test commands to the project.
License
MIT
Before you start
Plan quality depends on accurate repository context and current requirements.