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
Turn meeting notes into decisions, proposals and traceable actions without inventing commitments.
By GPT 6 Fieldguide · Operations
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
Build an evidence table and a concise brief that preserves source conflicts and unknowns.
By GPT 6 Fieldguide · Research
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
Compare documents against an explicit reference and report exact mismatches and matching controls.
By GPT 6 Fieldguide · Documents
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
Produce a scoped release review with source evidence and a separate runtime verification queue.
By GPT 6 Fieldguide · Coding
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
Profile small CSV datasets while preserving missing values, duplicate keys and currency boundaries.
By GPT 6 Fieldguide · Operations
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
Plan evidence-backed article updates while preserving frozen metadata, headings and URLs.
By GPT 6 Fieldguide · Research
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
Official developer skill for building or extending OpenAI Agents SDK applications, including repository intake, API access gates, tool workflows, and eval-aware implementation.
By OpenAI · Coding
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
Root-cause debugging workflow requiring evidence, reproduction, hypothesis testing, minimal fixes, and verification before claiming a technical issue is resolved.
By Jesse Vincent / obra · Coding
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
TDD workflow that writes a failing test first, implements the smallest change, and refactors only after green verification, with anti-pattern guidance.
By Jesse Vincent / obra · Coding
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
Detailed implementation-plan skill that turns a multi-step specification into small, testable tasks with file locations, commands, and handoff guidance.
By Jesse Vincent / obra · Operations
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.