3 lessons from distilling staff-engineer workflows into 15 SKILL.md skills — 7 free, one-command install into Codex #42064
Hahaknight
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I distilled the workflows a staff engineer actually repeats every day — code review, debugging, test generation, spec-before-code, commit hygiene — into 15 skills in the open
SKILL.mdformat. Seven of them are free and MIT-licensed, and they install into Codex with one command:(Full disclosure up front: I originally wrote them for Claude Code, hence the repo name — but they're plain
SKILL.mdfiles with no Claude-specific anything, which is the point of the format. The same seven install into Gemini CLI, Cursor, opencode, and ~75 other agents the same way; I verified the Codex path end-to-end, along with Gemini CLI, goose, crush and Qwen Code, and the command above is the ecosystem-standard installer from vercel-labs/skills.)The free seven:
pr-reviewerfile:line— never a rubber stampbug-huntertest-forgefeature-speccommit-craftchangelog-releaseai-code-reviewerThree things I learned writing these that apply to any SKILL.md-compatible agent:
Reproducible check: run the install above, then open any repo and say "review this diff" —
pr-reviewerloads and returns findings as blocker/should-fix/nit withfile:line. If it doesn't fire, that's a bug I want to know about.Repo with all seven + install paths: https://github.com/Hahaknight/claude-skills-pro — the other 8 (security audit, safe refactoring, zero-downtime migrations, perf profiling…) are in a paid pack if the free ones work for you, but the seven above are fully standalone and always will be.
Happy to answer anything about the format or the workflows.
All reactions