LandonSchropp/agent-toolkit

My personal toolkit for working with AI agents

2Stars on the repository
60Mods indexed here, across every type
2d agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

identify-skill-gaps

01

LandonSchropp/agent-toolkit

Skill Claude CodeCodex

Use when analyzing Claude Code conversation logs to find patterns in repeated user instructions that could become skills. Ask for date range first.

2 2d ago A 25 tokens

write-skill

02

LandonSchropp/agent-toolkit

Skill Claude CodeCodex

Use when creating, editing, evaluating, testing, or verifying ANY skill or skill-related file (SKILL.md, skill resources, skill scripts, or skill assets). If you're asked to evaluate or test a skill's effectiveness, use this skill.

2 2d ago A 49 tokens

close-workspace

03

LandonSchropp/agent-toolkit

Skill Claude CodeCodex

Use when closing a herdr workspace or worktree. Merges the workspace's completed, reviewed branch into the default branch, confirms origin is in sync, then removes the worktree and closes the workspace.

2 2d ago A 41 tokens

delegate

04

LandonSchropp/agent-toolkit

Skill Claude CodeCodex

Use when work belongs to a repository other than the one this session is in — turning a task just performed into a skill elsewhere, or propagating a change into a dependent repository — so an agent with that repository's context does it instead.

2 2d ago A 48 tokens

keep-going

05

LandonSchropp/agent-toolkit

Skill Claude CodeCodex

Invoke after the agent has stopped, whether the user interrupted it or it paused on its own, to have it resume and stop asking for permission it doesn't need for the rest of the conversation.

2 2d ago A 38 tokens

open-workspace

06

LandonSchropp/agent-toolkit

Skill Claude CodeCodex

Use when a task needs its own checkout of a project — delegating work to another agent, or starting a branch that should run alongside the current one — and a herdr workspace has to be opened for it.

2 2d ago A 43 tokens

orchestrate

07

LandonSchropp/agent-toolkit

Skill Claude CodeCodex

Use when a session's job is to hand work out to other agents rather than do it — running a set of tasks across several projects or worktrees, a stage at a time.

2 2d ago A 37 tokens

parallelize

08

LandonSchropp/agent-toolkit

Skill Claude CodeCodex

Use when several tasks are going out to separate agents at once and the work needs splitting into what can run simultaneously and what has to wait, before any of it is kicked off.

2 2d ago A 36 tokens

plan

09

LandonSchropp/agent-toolkit

Skill Claude CodeCodex

Use when explicitly instructed to create an plan (feature, bug fix, or refactor). Not for automatic use—only when directly requested.

2 2d ago A 28 tokens

tldr

10

LandonSchropp/agent-toolkit

Skill Claude CodeCodex

Invoke when the agent's conversational replies have gotten too long or wordy and the user wants shorter answers for the rest of the conversation.

2 2d ago A 27 tokens

using-skills

11

LandonSchropp/agent-toolkit

Skill Claude CodeCodex

Use at the start of any task, before taking action, to load the always-on workflow rules covering skill invocation, test-driven development, reviews, and skill scripts.

2 2d ago A 33 tokens

playwright

12

LandonSchropp/agent-toolkit

Skill Claude CodeCodex

Use when a task needs a browser — reading a page, filling a form, taking a look at something, or reaching anything behind a login. Always run this skill before the playwright-cli skill.

2 2d ago A 42 tokens

LandonSchropp/agent-toolkit

Skill Claude CodeCodex

Use when writing or editing a code comment or a documentation block, and when reviewing the comments and documentation in a diff before presenting it. Decides what stays in the source, what moves to reference documentation, and what gets deleted.

2 2d ago A 46 tokens

pre-review

14

LandonSchropp/agent-toolkit

Skill Claude CodeCodex

Use when a commit's changes are finished and about to be presented for review. Runs the checks that catch the objections the user would otherwise raise, before they spend time reviewing.

2 2d ago A 35 tokens

project-conventions

15

LandonSchropp/agent-toolkit

Skill Claude CodeCodex

Use when setting up a new personal project, or when deciding which root file a piece of documentation, configuration, environment variable, or agent instruction belongs in. Covers the standard root files and what each one owns. Does not cover source code layout.

2 2d ago A 53 tokens

schedule

16

LandonSchropp/agent-toolkit

Skill Claude CodeCodex

Use when creating or editing a macOS LaunchAgent for a recurring or scheduled script. Covers plist structure, PATH resolution, multiple trigger times, the reload workflow, and which behaviors launchd already handles so they don't need to be rebuilt.

2 2d ago A 47 tokens

self-destruct

17

LandonSchropp/agent-toolkit

Skill Claude CodeCodex

Use when creating a note, document, script or project that shouldn't outlive a known date — interview prep, a migration, a course, a time-boxed experiment — so it gets deleted on time instead of rotting in the repository.

2 2d ago A 48 tokens

git-atomic-commit

18

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

20

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

21

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

22

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

disable-review

24

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