This guide shows how to install and use the scientific-code-documenter skill in Codex. The skill helps review and improve scientific or technical code documentation and readability without intentionally changing behavior.
- Codex Desktop, the Codex CLI, or the Codex IDE extension
- Access to this GitHub repository
If the repository is private, make sure your GitHub account or local Git setup can access it before installing.
Open a new Codex task and paste this prompt:
$skill-installer
Install https://github.com/angzeli/codex-skills/tree/main/skills/scientific-code-documenter
The skill should be available on your next turn. If it does not appear, start a new task or restart Codex.
For a review that does not modify files:
$scientific-code-documenter
Review this file for readability and documentation quality. Do not modify it.
For focused documentation and readability improvements:
$scientific-code-documenter
Apply only high-confidence documentation and readability improvements to this file. Preserve calculations, public interfaces, file formats, and numerical behavior.
Attach the file, open its repository in Codex, or name the file path in the prompt. Codex may also select the skill automatically when a request clearly matches its purpose.
Always review scientific edits before accepting them. The skill preserves behavior by design, but it cannot independently confirm undocumented scientific meaning or every environment-specific interaction.
This alternative is useful for contributors or anyone who wants updates in a local clone to become available immediately. It requires Git and a Bash-compatible shell.
git clone https://github.com/angzeli/codex-skills.git
cd codex-skills
./scripts/install_skill.sh scientific-code-documenterThe script validates the skill and links it into $HOME/.agents/skills. Start a new Codex task after the first installation. To update later, pull the latest repository changes; the link will continue to use the checked-out skill.
- The skill is not listed: Start a new task or restart Codex after installation.
- GitHub access fails: Confirm that you can open or clone the repository, especially if it is private.
- The manual installer will not run: From the repository root, try
bash ./scripts/install_skill.sh scientific-code-documenter. - You only want feedback: Include
Do not modify filesin the prompt.
For maintainer commands, validation details, and evaluation status, see the main README.