Skip to content

Golden-Promise/codex-skill-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

codex-skill-library

简体中文

A curated repository of installable Codex skills.

What This Repo Is For

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

What You Will Find Here

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

Available Skills

Skill Best For Docs
skill-governance Governing skill assets with task-first add, enable, doctor, repair, audit, and document flows EN / 中文

Quick Start

  1. Open the package list in skills/README.md.
  2. Choose a skill and read its package README.md.
  3. Install it with skill-installer, usually into the default Codex shared library.
  4. Use the package references for examples, prompts, and deeper guidance.

Install Example

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-governance

Install 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.1

Install 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

Reading Guide

Repository Layout

codex-skill-library/
  README.md
  README.zh-CN.md
  CHANGELOG.md
  docs/
  skills/
    README.md
    README.zh-CN.md
    skill-governance/

For Maintainers

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.

About

A curated multi-skill repository for installable Codex skills, reusable workflow packages, and bilingual documentation.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages