Commit Graph
34 Commits
Author SHA1 Message Date
github-actions[bot]andGitHub 24c40034a9 @214140846 has signed the CLA in openai/skills#36 2026-01-21 02:11:26 +00:00
github-actions[bot]andGitHub 7b4d1535ba @memeda230606 has signed the CLA in openai/skills#25 2026-01-14 05:51:06 +00:00
github-actions[bot]andGitHub 554ec5a205 @mzeng-openai has signed the CLA in openai/skills#45 2026-01-12 23:12:27 +00:00
github-actions[bot]andGitHub 241eae56ec @erayack has signed the CLA in openai/skills#42 2026-01-11 21:37:57 +00:00
github-actions[bot]andGitHub ad4c82ad2b @Takhoffman has signed the CLA in openai/skills#41 2026-01-11 03:03:38 +00:00
github-actions[bot]andGitHub d1ed86fd23 @graysurf has signed the CLA in openai/skills#40 2026-01-09 21:47:42 +00:00
github-actions[bot]andGitHub 7e261105b1 @joshka-oai has signed the CLA in openai/skills#39 2026-01-08 22:01:48 +00:00
github-actions[bot]andGitHub 5bb4a4cbd6 @etraut-openai has signed the CLA in openai/skills#38 2026-01-06 22:22:05 +00:00
github-actions[bot]andGitHub c836780655 Creating file for storing CLA Signatures 2026-01-05 19:49:03 +00: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