Skip to content

Golden-Promise/codex-skill-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

codex-skill-library

简体中文

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

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-workflow-manager Managing both shared and project-managed Codex skills, including adoption, diagnostics, and project links 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-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-manager

Install 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-manager

Replace <owner> with your GitHub account or organization name.

Reading Guide

Repository Layout

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

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