114 Commits
Author SHA1 Message Date
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