Commit Graph
34 Commits
Author SHA1 Message Date
Vaibhav SrivastavandGitHub 33a75a7b57 Sync curated skills! (#64) 2026-01-30 19:34:32 +01:00
LukeandGitHub 3eb3f6c8cc add skill for gitlab address comments (#61)
## Summary:
- add experimental gitlab-address-comments skill docs and workflow steps
- include a fetch_comments.py helper to pull MR discussions via glab api
- add Apache 2.0 license for the new skill bundle

## Testing:
- manually QA'd
2026-01-28 18:17:06 -08:00
aac2078f9f [codex] Add curated skills (doc, imagegen, openai, pdf, screenshot, sentry, sora, speech, spreadsheet, yeet) (#51)
## Summary
Add curated skills from openai/skills-internal and normalize the
short-description metadata key.

## Skills
- doc: Edit and review docx files
- imagegen: Generate and edit images using OpenAI
- openai: Reference the official OpenAI Developer docs
- pdf: Create, edit, and review PDFs
- screenshot: Capture screenshots
- sentry: Read-only Sentry observability
- sora: Generate and manage Sora videos
- speech: Generate narrated audio from text
- spreadsheet: Create, edit, and analyze spreadsheets
- yeet: Stage, commit, and open PR

---------

Co-authored-by: Dominik Kundel <dkundel@openai.com>
2026-01-27 12:18:44 +01:00
LukeandGitHub 35d7c67622 Codex readiness integration test: planning signal + verification rules, safer runner defaults (#52) 2026-01-26 23:15:35 -08:00
LukeandGitHub 7b086f550e Luke/codex readiness skills (#48)
## Overview

This PR adds two Codex readiness skills that evaluate repository
guidance quality
and end‑to‑end agentic execution. The unit test focuses on deterministic
checks + in‑session LLM evaluation of AGENTS.md/PLANS.md quality, while
the
integration test runs a full agentic loop and scores real code changes
and
build/test outcomes.

## 1) codex-readiness-unit-test (LLM Codex Readiness Unit Test)

### Goal

Validate that AGENTS.md and PLANS.md provide sufficient, usable guidance
using
deterministic checks plus in‑session LLM evaluation, and generate a
scored
JSON + HTML report.

### How it works

This skill builds a report from two pipelines: deterministic filesystem
checks
and in‑session LLM evaluation of AGENTS.md/PLANS.md guidance. It writes
a
timestamped run directory with evidence, LLM results, and a scored
JSON/HTML
report; in optional execute mode it runs a user‑approved plan and
includes
execution logs in scoring. JSON outputs are strictly validated with a
retry +
json‑fix loop.

## 2) codex-readiness-integration-test (LLM Codex Readiness Integration
Test)

### Goal

Validate real agentic execution quality by running Codex CLI against the
repo,
executing an approved change prompt, and scoring results with evidence +
LLM
evaluation.

### How it works

This skill runs an end‑to‑end agentic execution against the repo using
Codex
CLI, then executes a build/test plan and scores the run from evidence
plus LLM
evaluation. It spins up the Codex session by launching the CLI as a
subprocess
with HOME/XDG_CACHE_HOME pointed at the repo‑local .codex-home, using
the
approved prompt.json (change prompt + agentic_loop settings) so the CLI
reads
AGENTS.md and operates in the repo. It requires a repo‑local login,
always
runs in execute mode, and writes results to a timestamped run directory
with
agentic logs, LLM results, and a summary.
2026-01-22 10:54:33 -08:00
Eric TrautandGitHub dcd0ea2572 Removed contributor license agreement (#47) 2026-01-21 11:18:01 -08:00
ErayandGitHub 894d404ce8 Fix CLA document path (#43)
## Summary

This PR corrects the path to the CLA document referenced in the GitHub
Actions workflow. The CLA document is located at the root of the
repository, not in a docs/ subdirectory.
2026-01-11 13:48:29 -08:00
Josh McKinneyandGitHub e911ae9feb chore: make skill listing generic (#39) 2026-01-08 16:21:33 -08:00
Vaibhav SrivastavandGitHub d3966156c8 Add reference to creating custom skills (#32)
Since a few people online were confused about custom skills, think it's
best to add a reference here too.
2026-01-05 13:47:32 -08:00
f6b8344b4e Added contributing guidelines, content license agreement, and CLA bot (#30)
The CLA and CLA workflow were copied verbatim from the openai/codex
repo. The contributing guidelines are a stripped-down version of that in
the openai/codex repo.

---------

Co-authored-by: Josh McKinney <joshka@openai.com>
2026-01-03 12:31:28 -07:00
xl-openaiandGitHub dadec22b4a Update README.md for skills installation instruction. (#29) 2025-12-22 17:44:55 -08:00
Dominik KundelandGitHub 8e2a96bf02 Updating README (#26)
Adding a few more details into the README to help people in case they
land here first.
2025-12-22 07:17:33 -07:00
Gav VermaandGitHub 3baaccb91a Move linear skill to experimental (#23)
Moves the linear skill to the newly-created (#22) experimental bucket.
2025-12-20 19:20:25 -08:00
Gav VermaandGitHub 2a1cce6e76 Move plan skill to experimental (#22)
Rewrites `plan` skill as `create-plan` and removes all lifecycle
management skills. Moved to a new `.experimental` bucket for evaluation
and to get feedback on use.
2025-12-20 19:20:14 -08:00
Christian Bager Bach HoumannandGitHub 5a9bb4cbe6 Make GitHub CLI auth guidance public-friendly in curated skills (#19)
This PR removes references to oai_gh from the curated GitHub skills and
replaces them with standard GitHub CLI auth guidance (gh auth login).
The goal is to avoid assuming internal tooling in a public repo.

That said, I'm not sure whether oai_gh is actually a built-in Codex
helper. If it is, feel free to close this PR.

I also did a sweep of .curated for other internal-only helpers and
didn't find any additional ones.
2025-12-19 14:10:04 -08:00
aeandGitHub bd3c623ce0 Remove Figma skills (#18)
- Until we have licenses for them.
2025-12-19 10:26:41 -08:00
b37577b57f Add licenses and short descriptions to gh skills (#17)
Co-authored-by: ae <ae@openai.com>
2025-12-19 09:44:24 -08:00
lukeqin-oaiandGitHub e4131175b4 Lukeqin/add gh skill (#16)
- Added gh skills
2025-12-19 09:34:40 -08:00
Ed BayesGitHubEd Bayes <@openai.com>
750460f037 Add linear skill (#14)
###### Why/Context/Summary
- Adds linear skill

###### Test plan
- Passes linter

Co-authored-by: Ed Bayes <@openai.com>
2025-12-19 12:18:48 -05:00
Ed BayesGitHubEd Bayes <@openai.com>
136d58aad7 Update curated skill docs (#13)
Co-authored-by: Ed Bayes <@openai.com>
2025-12-19 12:18:15 -05:00
Gav VermaandGitHub e8acbcb5f8 Update max length on skill names in skill-creator (#15)
Up to 64 to conform to open-standard spec.
2025-12-19 09:17:20 -08:00
aeandGitHub 1131cea7b1 Add skill-installer skill (#11)
- Install curated skills from openai/skills or other repos.
- Named it "skill-installer" to fit with "skill-creator".
- We'd discussed installing to `$CODEX_HOME/skills/.curated`, but now
that the skill can also install non-curated skills, I think we should
just install to `$CODEX_HOME/skills`.
- Need to test on Windows.
2025-12-19 08:54:49 -08:00
aeandGitHub 4a9260e0af Fix skill-creator on Windows (#12)
- Replace non-ASCII output and template characters to avoid cp1252
encoding errors.
2025-12-19 02:32:51 -08:00
Gav VermaandGitHub 3b1b7665ac Add short-description to Notion and Figma skills (#10) 2025-12-18 23:41:28 -08:00
f4d6fda84e Add Figma skills to curated catalog (#9)
Adding partner skills provided by Figma into the curated section

---------

Co-authored-by: ae <ae@openai.com>
2025-12-18 23:24:00 -08:00
Gav VermaandGitHub e24f4cd1e5 Add Notion skills to curated catalog (#8)
Adding partner skills provided by Notion into the curated section
2025-12-18 23:14:01 -08:00
Gav VermaandGitHub 59c17eca47 Add short descriptions to system skills (#7) 2025-12-18 19:06:07 -08:00
Gav VermaandGitHub 48f42090fe Rename skill-creator license file (#6)
Rename `skill-creator` system license file for capitalization as per
spec.
2025-12-18 16:57:17 -08:00
Gav VermaandGitHub 82aef2453f Add license to plan skill (#5)
Attaches APACHE 2.0 to the `plan` system skill.
2025-12-18 16:52:45 -08:00
Gav VermaandGitHub 7c6f995fe7 Add skill-creator skill (#4)
Adapted from Claude's Agent Skills.
2025-12-18 00:32:59 -08:00
Gav VermaandGitHub 5f91fc1413 Add plan skill (#3)
Adds the plan skill which supports both creation of plan and plan
lifecycle management on disk.
2025-12-18 00:13:54 -08:00
Gav VermaandGitHub f0432da83c Adds python bytecode files to .gitignore (#2) 2025-12-17 16:31:10 -08:00
Gav VermaandGitHub d4c62d44f0 Update readme with initial text; add gitignore (#1) 2025-12-17 15:21:10 -08:00
Gav VermaandGitHub 4b79472e38 Initial commit 2025-11-24 22:25:43 -08:00