A curated multi-skill repository for installable Codex skills and reusable workflow packages.
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-workflow-manager |
Managing both shared and project-managed Codex skills, including adoption, diagnostics, and project links | 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-workflow-manager from this repository:
python3 <path-to-skill-installer>/scripts/install-skill-from-github.py \
--repo <owner>/codex-skill-library \
--path skills/skill-workflow-managerInstall from a GitHub tree URL:
python3 <path-to-skill-installer>/scripts/install-skill-from-github.py \
--url https://github.com/<owner>/codex-skill-library/tree/main/skills/skill-workflow-managerReplace <owner> with your GitHub account or organization name.
- English skill index: skills/README.md
- 中文技能索引: skills/README.zh-CN.md
skill-workflow-managerpackage: 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-workflow-manager/
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.