Personal Codex skills library for reusable skills that should be installable across machines.
technical-documentation- Create polished technical documentation as clean HTML and PDF artifacts.
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-documentationInstall every skill in the repo:
./scripts/install-skill.sh --allThe 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
skills/
technical-documentation/
SKILL.md
agents/
assets/
references/
scripts/
scripts/
install-skill.sh
- Place the skill folder at
skills/<skill-name>. - Keep the folder self-contained with its own
SKILL.mdand resources. - Update the skill list in this README and
skills/README.md. - Commit and push to
main.
No license is declared yet; treat this as a personal public repository unless a license is added later.