session viewer skills

2 tagged session viewer, measured the same way as everything else here.

commit-fixup

01

2ykwang/cview

Skill Claude CodeCodex

Absorb uncommitted working tree edits into the existing commits on the current branch where each change belongs (fixup commits + autosquash rebase). Use on requests like 'fold this into the original commit', 'clean up the commit history', 'squash the review fixes into their commits', 'fixup', 'amend into an existing…

20 25d ago A 110 tokens original MIT

commit-split

02

2ykwang/cview

Skill Claude CodeCodex

Split a pile of uncommitted changes into several context-scoped commits. Analyzes the diff first, proposes logical groups and a commit count, and once the user confirms the granularity, stages per file — down to hunks inside a single file when needed — and commits with messages matching the repo's convention. Use on…

20 25d ago A 140 tokens original MIT