Personal skills and workflows for Codex and other Agent Skills-compatible tools.
minimize-pr-diff- Minimize pull request diffs and GitHub review views.
Install a skill by passing its GitHub directory URL to $skill-installer:
$skill-installer install https://github.com/swkeever/skills/tree/main/skills/minimize-pr-diff
Restart Codex after installing a new skill.
Each skill lives under skills/<skill-name>/ and follows the Agent Skills
format:
SKILL.md- required instructions and metadataagents/openai.yaml- optional Codex UI metadatascripts/- optional non-interactive helper scriptsreferences/- optional reference material loaded on demandassets/- optional templates and static resources
Validate an individual skill:
npx -y skills-ref validate skills/minimize-pr-diffCheck bundled shell scripts:
find skills -path '*/scripts/*.sh' -print -exec bash -n {} \;Pull requests run the same checks in GitHub Actions.
See CONTRIBUTING.md for contribution guidance and SECURITY.md for vulnerability reporting.
Released under the MIT License.