A curated repository of installable Codex skills.
This repository is designed for people who want to:
- install ready-to-use Codex skills from one shared place
- browse skills before deciding what to use
- maintain a clean, publishable collection of reusable skill packages
| Area | Purpose |
|---|---|
skills/ |
Published skill packages that can be installed individually |
Package README.md |
The best entry point for users of a specific skill |
Package references/ |
Reader-facing examples, guides, and bilingual reference material |
Package docs/ |
Maintainer-oriented notes when a package needs release guidance |
| Skill | Best For | Docs |
|---|---|---|
skill-governance |
Governing skill assets with task-first add, enable, doctor, repair, audit, and document flows | EN / 中文 |
- Open the package list in skills/README.md.
- Choose a skill and read its package
README.md. - Install it with
skill-installer, usually into the default Codex shared library. - Use the package references for examples, prompts, and deeper guidance.
Install skill-governance from this repository:
python3 <path-to-skill-installer>/scripts/install-skill-from-github.py \
--repo Golden-Promise/codex-skill-library \
--path skills/skill-governanceInstall the current release:
python3 <path-to-skill-installer>/scripts/install-skill-from-github.py \
--repo Golden-Promise/codex-skill-library \
--path skills/skill-governance \
--ref v0.4.1Install from a GitHub tree URL:
python3 <path-to-skill-installer>/scripts/install-skill-from-github.py \
--url https://github.com/Golden-Promise/codex-skill-library/tree/main/skills/skill-governance- English skill index: skills/README.md
- 中文技能索引: skills/README.zh-CN.md
skill-governancepackage: EN / 中文- Repository publishing guide: docs/publishing.md
- 中文发布说明: docs/publishing.zh-CN.md
codex-skill-library/
README.md
README.zh-CN.md
CHANGELOG.md
docs/
skills/
README.md
README.zh-CN.md
skill-governance/
Repository versioning, release flow, and validation steps are documented in docs/publishing.md. If you are publishing this repository for the first time, start there instead of the package runtime docs.