A collection of portable Claude Code skills for common development workflows.
Stage and commit relevant changes with a meaningful message. Inspects the working tree, groups changes by logical purpose, and stages only the files that belong together — never blindly git add -A.
Create or update a GitHub pull request for the current branch. Detects the base branch and PR template automatically, fills in a structured description from the diff and commit history, and handles both new and existing PRs.
Produce a markdown document capturing design decisions and tradeoffs. Works from conversation context to identify decision points, present options with pros/cons, and record outcomes. Can also help facilitate undecided questions before documenting them.
Add this repository (or individual skill directories) to your Claude Code configuration. Each skill is invocable as a slash command: /commit, /pr, /decisions.