Skip to content

stevetoro/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Skills

A collection of portable Claude Code skills for common development workflows.

Included Skills

/commit

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.

/pr

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.

/decisions

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.

Usage

Add this repository (or individual skill directories) to your Claude Code configuration. Each skill is invocable as a slash command: /commit, /pr, /decisions.

About

A collection of portable Claude Code skills for common development workflows.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors