Instructions file CodexOpenCode
AGENTS.md instructions for msobczyk-x/agent-skills, covering agents.md, repository overview, directory structure, skill.md format and readme.md convention.
Instructions file CodexOpenCode
AGENTS.md instructions for msobczyk-x/agent-skills, covering agents.md, repository overview, directory structure, skill.md format and readme.md convention.
Skill Claude CodeCodex
Remove noise comments from the files in the current diff so the code stays self-explanatory. Use when asked to clean up comments in the current changes, or before committing or reviewing a diff.
Skill Claude CodeCodex
Simplify the code in the current diff without changing behavior. Use when asked to simplify, refactor for clarity, or tidy up recent changes.
Skill Claude CodeCodex
Propose how to split the current git diff into logical commits — a Conventional Commit message plus the files to stage for each — then offer to create those commits once you approve the plan. Never adds agent or co-author attribution to commit messages. Use when asked to plan commits, write a commit message, or group…
Skill Claude CodeCodex
Review the current branch's changes like a senior engineer, judging them against DRY, YAGNI, SOLID, and Pragmatic Programmer principles and emitting a severity-ranked findings report without editing code. For React/React Native diffs it also delegates to the Vercel React skills to catch bugs. Use when asked to review…
Skill Claude CodeCodex
Tidy up changes before a commit by running code-simplify then cleanup-comments in sequence. Works on staged, uncommitted, or all changes. Use as a pre-commit step, or when asked to tidy changes before committing.