Personal collection of Claude Code skills for version control, planning, and development workflows.
Create conventional commit messages (feat, fix, docs, etc.) following the Conventional Commits spec
All version control operations using the Jujutsu (jj) CLI — commits, bookmarks, rebasing, workspaces
Create a pull request for the current branch with a structured description, using a repo template if one exists
Scaffold a new feature: gather requirements, create an isolated workspace, and produce a development plan before writing code
Plan and implement features as a stack of short-lived, independently-green PRs using trunk-based development
Unified VCS workflow: jj for local operations, gh for GitHub, trunk-based development with stacked PRs, and error recovery