ls-git
25Plugin Claude Code
Git workflow skills.
Plugin Claude Code
Git workflow skills.
Skill Claude CodeCodex
Use when splitting a working tree into atomic commits, or when changes need to be distributed across new commits and/or edits to prior commits on the branch. Especially relevant when changes within a single file belong in different commits.
Skill Claude CodeCodex
Use when creating Git commits.
Skill Claude CodeCodex
Use when needing to fixup, squash, drop, reword, reorder, or edit commits in a branch's history. Handles the non-interactive approach agents need since git rebase -i requires a TTY.
Skill Claude CodeCodex
Use when a finished, reviewed branch is committed and needs to be merged into the default branch in a repo that integrates directly to main (not via pull request).
Skill Claude CodeCodex
Use when merging a single GitHub pull request. Handles pre-flight checks, waits for CI, and executes the merge with the repo's default method or merge queue.
Skill Claude CodeCodex
Use when working with a stack of GitHub pull requests — creating branches, keeping the stack in sync, or merging in order. Covers Git Town setup, PR targeting, rebasing, and landing the stack.
Plugin Claude Code
Skills that let the user interact with the agent in a more user-friendly, intuitive way.
Hook
Runs before the agent uses a tool for Bash tool calls, executing require-review.rb. From LandonSchropp/agent-toolkit.
Skill Claude CodeCodex
Temporarily turn off the requirement that pending changes be reviewed before committing in the current herdr workspace.
Skill Claude CodeCodex
Turn interactive commit reviews back on for the current herdr workspace.
Skill Claude CodeCodex
Runs an interactive command in a separate window and waits for it to close, and covers closing a herdr tab safely. Invoked only when another skill explicitly calls for it, never on its own.
Skill Claude CodeCodex
Use when a skill needs the user to interactively edit a file in Neovim mid-workflow, then read their changes back. Takes a window name and the file to edit.
Skill Claude CodeCodex
Use when a skill needs the user to interactively review code changes in revdiff mid-workflow — working changes, staged changes, or a specific commit — then read their annotations back. Takes a review mode.
Skill Claude CodeCodex
Contains interactive interaction scripts. Use when another skill explicitly instructs invoking this one. Do not invoke on your own initiative.
Plugin Claude Code
Notes repository skills.
Skill Claude CodeCodex
Use when the user mentions a daily note, asks to add a task to today's daily todos, or reads or writes any file under /Notes/Daily Notes/. Covers location, section structure, and what each section is used for.
Skill Claude CodeCodex
Use when the user wants flash cards, a spaced-repetition deck, or a Mochi deck built from a note, a course, a book or any other source material.
Skill Claude CodeCodex
Use when working with files in /Notes (the user's Obsidian vault). Covers vault structure (PARA), file naming, frontmatter, icons, templates, kanban boards, and the obsidian CLI.
Skill Claude CodeCodex
Use when the user says "plan my morning" or wants to fill out morning journaling (Gratitude, Better Day, Daily Affirmation) and personal/work tasks for today's daily note.
Skill Claude CodeCodex
Use when reading or writing files under /Notes/Projects/, starting a new project, or archiving a finished one. Covers folder layout, the board file, supporting notes, and the project lifecycle across Future/, Projects/, and Archive/.
Plugin Claude Code
Ruby skills.
Command
Add specs using a structured testing approach.
Skill Claude CodeCodex
Use when writing tests for Ruby code in frameworks such as RSpec or Minitest.