Instructions file CodexOpenCode
AGENTS.md instructions for voxuanthuan/skills: This repo contains agent skills. Install them with.
Instructions file CodexOpenCode
AGENTS.md instructions for voxuanthuan/skills: This repo contains agent skills. Install them with.
Skill Claude CodeCodex
Create standalone HTML explanation artifacts for confusing bugs, incidents, code behavior, API/cache/state issues, or technical problems the user does not understand. Use when the user asks to explain a problem from scratch, teach like a beginner or high school student, create a docs HTML artifact, use ASCII diagrams…
Skill Claude CodeCodex
Create a standalone HTML artifact that presents a pull request for review. Shows before/after code changes, file-by-file tour with annotated diffs, risk map, review focus areas, and a short summary. Use when the user asks to write up a PR, summarize code changes visually, create a PR review document, show before and…
Skill Claude CodeCodex
(Minh Tran) Commit, push, and open a PR in one shot. Use when the user runs /mt:commit-push-pr [base-branch] or asks to commit and create a PR.
Skill Claude CodeCodex
Conduct in-depth spec interviews using AskUserQuestion to gather comprehensive requirements covering technical implementation, UI/UX, concerns, and tradeoffs.
Skill Claude CodeCodex
(Minh Tran) Consolidate a messy branch's many commits into 2-3 clean, logical commits without changing the code. Use when the user runs /mt:squash-commits [base-branch] or asks to squash, combine, tidy, or clean up the commits on a branch (e.g. after brainstorm/plan/implement or worktree work created lots of tiny WIP…