LandonSchropp

60 mods across 1 repository, 2 stars between them.

git-atomic-commit

26

LandonSchropp/agent-toolkit

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.

2 2d ago A 43 tokens

git-edit-commit

28

LandonSchropp/agent-toolkit

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.

2 2d ago A 46 tokens

git-merge-into-main

29

LandonSchropp/agent-toolkit

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).

2 2d ago A 34 tokens

merge-pull-request

30

LandonSchropp/agent-toolkit

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.

2 2d ago A 33 tokens

LandonSchropp/agent-toolkit

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.

2 2d ago A 49 tokens

PreToolUse

33

LandonSchropp/agent-toolkit

Hook

Runs before the agent uses a tool for Bash tool calls, executing require-review.rb. From LandonSchropp/agent-toolkit.

2 2d ago A tokens not measured

disable-review

34

LandonSchropp/agent-toolkit

Skill Claude CodeCodex

Temporarily turn off the requirement that pending changes be reviewed before committing in the current herdr workspace.

2 2d ago A 21 tokens

interactive-command

36

LandonSchropp/agent-toolkit

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.

2 2d ago A 40 tokens

interactive-edit

37

LandonSchropp/agent-toolkit

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.

2 2d ago A 37 tokens

interactive-review

38

LandonSchropp/agent-toolkit

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.

2 2d ago A 42 tokens

interactive-ui

39

LandonSchropp/agent-toolkit

Skill Claude CodeCodex

Contains interactive interaction scripts. Use when another skill explicitly instructs invoking this one. Do not invoke on your own initiative.

2 2d ago A 24 tokens

daily-note

41

LandonSchropp/agent-toolkit

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.

2 2d ago A 46 tokens

flashcards

42

LandonSchropp/agent-toolkit

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.

2 2d ago A 35 tokens

note

43

LandonSchropp/agent-toolkit

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.

2 2d ago A 43 tokens

plan-morning

44

LandonSchropp/agent-toolkit

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.

2 2d ago A 39 tokens

project

45

LandonSchropp/agent-toolkit

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/.

2 2d ago A 47 tokens

rspec

48

LandonSchropp/agent-toolkit

Skill Claude CodeCodex

Use when writing tests for Ruby code in frameworks such as RSpec or Minitest.

2 2d ago A 18 tokens