The my-claude-skills repo is where I experiment with building a small, composable skill system for Claude: things like /start-issue, /tackle-scratchpad-block, /question, and /commit-msg that help me move from vague ideas to concrete code and docs.
Each skill focuses on one part of the developer workflow (planning, execution, questions, commits, etc.), but they really shine when composed into a full issue lifecycle.
If you want to see these skills in action, start with:
- The
See It In Actionsection of the README, which walks through the full issue lifecycle these skills are built around - The From Blank Issue to PR — With the Thinking Exposed follow-along on this site, which mirrors that demo in a more narrative, portfolio-friendly format