Coding Agent Skills
Reusable skills for Codex, Claude Code, and OpenCode.
Install
I published a small installer endpoint for my coding agent skills:
curl -fsSL https://mrgr.sh/skills | sh
The endpoint at /skills is intentionally not a blog page. It serves the raw shell script from the mrgrassho/skills repository so it can be piped directly into sh.
The installer clones the skills repository into a temporary directory and delegates installation to the repository script:
bash scripts/install_skill.sh all
For a dry run, pass arguments through sh -s:
curl -fsSL https://mrgr.sh/skills | sh -s -- all --dry-run
Repository
Current Skills
implement-plan-worktree: implement a markdown plan in an isolated git worktree, validate it, open a GitHub pull request, and return the PR link and summary.