Custom Codex skills for GLC, published from this repository.
This repo starts intentionally empty and is the source of truth for your team-owned skills.
skills/.curated/for stable team-approved skills.skills/.experimental/for in-progress or trial skills.
Each skill should live in its own folder and include at least SKILL.md.
The codex sandbox skill (skills/.experimental/azure-sandbox/) is experimental and is not currently functioning.
Install directly from this repository by URL.
Curated skill example:
$skill-installer install https://github.com/glc-ca/codex-skills/tree/main/skills/.curated/<skill-name>
Experimental skill example:
$skill-installer install https://github.com/glc-ca/codex-skills/tree/main/skills/.experimental/<skill-name>
You can also install from repo/path form:
$skill-installer install --repo glc-ca/codex-skills --path skills/.curated/<skill-name>
After installing a skill, restart Codex to pick up new skills.
- Choose a lane:
.curatedor.experimental. - Create a folder, for example
skills/.curated/my-skill/. - Add
SKILL.mdwith frontmatter (name,description) and instructions. - Optionally add
agents/openai.yaml,scripts/,references/, orassets/. - Commit and push to
main.
This repository is licensed under MIT. Individual skills may include additional license notes where needed.