## 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.
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>
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.
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.
- 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.