This repository stores personal skills for Codex and other agent runtimes.
| Skill | Purpose |
|---|---|
blackbox-acceptance-gate |
Gate changes through approved criteria, isolated black-box testing, verifiable evidence, and a traceable verdict. |
career-agent |
Maintain career memory and generate grounded job-search materials. |
git-period-report |
Generate weekly, monthly, or custom-period reports from Git history and final-state diffs. |
repair-git-history |
Audit and safely repair Git identities, messages, tags, and release history. |
Install a skill with the Skills CLI:
npx skills add forchain/skills@git-period-report -g -yEach skill lives in its own top-level directory:
skill-name/
SKILL.md
agents/openai.yaml
scripts/
references/
assets/
Only include files that support the skill directly. Put repository-level documentation and automation at the root.
Run the repository validator before pushing changes:
python3 scripts/validate_skills.pyIndividual skills can also be checked with Codex's skill-creator validator:
python3 /Users/tonyoutlier/.codex/skills/.system/skill-creator/scripts/quick_validate.py git-period-reportSee AGENTS.md for repository-level rules and iron laws, including GitHub account resolution from remote.origin.url.