Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Codex Skills

Personal Codex skills library for reusable skills that should be installable across machines.

Skills

  • technical-documentation - Create polished technical documentation as clean HTML and PDF artifacts.

Install

The easiest path from another computer is to clone this repo and run the installer:

git clone https://github.com/lechuit/codex-skills.git
cd codex-skills
./scripts/install-skill.sh technical-documentation

Install every skill in the repo:

./scripts/install-skill.sh --all

The installer copies skills into ${CODEX_HOME:-$HOME/.codex}/skills. Restart Codex after installing so the new skills are discovered.

You can also install through Codex with the skill installer by pointing it at:

https://github.com/lechuit/codex-skills/tree/main/skills/technical-documentation

Repository Layout

skills/
  technical-documentation/
    SKILL.md
    agents/
    assets/
    references/
    scripts/
scripts/
  install-skill.sh

Add A Skill

  1. Place the skill folder at skills/<skill-name>.
  2. Keep the folder self-contained with its own SKILL.md and resources.
  3. Update the skill list in this README and skills/README.md.
  4. Commit and push to main.

No license is declared yet; treat this as a personal public repository unless a license is added later.

About

Personal Codex skills library

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages