Agent Plugins Marketplace
← All plugins

llm-tooling

v2.3.2

Skills and sub-agents for committing, opening, reviewing, and fixing pull requests, planning and implementing changes, running CI checks locally, auditing a repo's LLM instructions, and building presentations and Gauntlet Loop prompts.

Claude Code7 Skills

By Gavin Medley2 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Claude Code
Parsed components
7 skill or MCP entries
Source updated
Sep 26, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →

Install llm-tooling for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install llm-tooling@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/medley56/llm-tooling

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

llm-tooling/
├── .claude-plugin/plugin.json
├── skills/commit/SKILL.md
├── skills/create-gauntlet-loop-prompt/SKILL.md
├── skills/create-presentation/SKILL.md
├── skills/implement-change/SKILL.md
├── skills/pr-create/SKILL.md
├── skills/pr-fix/SKILL.md
└── skills/pr-review/SKILL.md

Included Skills7

commitskills/commit/SKILL.md

Decides what in the working tree belongs in a commit, writes a Conventional Commits message, and creates the commit locally. Invoked as /llm-tooling:commit, or when the user asks to "commit this", "commit my changes", or "write a commit message". Excludes review and planning artifacts, and asks when the right contents are unclear. Never pushes.

create-gauntlet-loop-promptskills/create-gauntlet-loop-prompt/SKILL.md

Interactively builds a "Gauntlet Loop" prompt — a goal-plus-quality-bar prompt that a coding agent runs as a builder/critic loop until the output matches or beats a reference standard. Use when the user says they want to "create a gauntlet loop", "run a gauntlet loop", "write a gauntlet prompt", "set the bar for a feature", or asks for help turning a vague feature idea into a requirements-driven agent prompt. Works for greenfield products and for changes to an existing codebase, with or without a reference implementation. Do NOT use to actually implement the feature — this skill produces the prompt, not the code.

create-presentationskills/create-presentation/SKILL.md

Creates a reveal.js HTML presentation from markdown content, a topic description, or rough notes. Use when the user asks to "create a presentation", "make slides", "build a slide deck", "create a reveal.js presentation", or provides content and asks for a presentation. Accepts optional theme preference and output path. Do NOT use for PowerPoint, Google Slides, Keynote, or W3C Slidy formats.

implement-changeskills/implement-change/SKILL.md

End-to-end path from a change request to implemented, verified code: reads the request from wherever it lives (a markdown file, a Jira ticket, a Notion page, a GitHub issue, or the prompt itself), runs the implementation-planner agent to draft an approach, runs it past the implementation-plan-reviewer agent for unnecessary complexity and missed detail, develops it into an agreed plan with the user, implements it, verifies it with the implementation-reviewer agent (which owns running the tests and linters), and offers both to open a pull request and to archive the plan and outcome to a Notion database of implementation artifacts. Invoked as /llm-tooling:implement-change, or when the user asks to "implement this", "build this feature", "work this ticket", "make this change", or "plan and implement".

pr-createskills/pr-create/SKILL.md

Writes a reviewer-focused description for the current branch and opens the pull request on GitHub. Invoked as /llm-tooling:pr-create, or when the user asks to "open a PR", "put up a PR", "create a pull request", or "write a PR description". Opens a draft by default, for a self-review with pr-review before colleagues are asked. Accepts draft status, title, base branch, labels, reviewers, and assignees. Uses the GitHub MCP server; falls back to the gh CLI only with the user's explicit approval.

pr-fixskills/pr-fix/SKILL.md

End-to-end handling of review feedback on a pull request: pulls the PR's unresolved comments, runs the github-pr-fix-planner agent to plan a response to each one, walks the user through them, implements the approved fixes, verifies and reviews the result, pushes, and replies on each comment thread. Invoked as /llm-tooling:pr-fix, or when the user asks to "address review comments", "fix the PR feedback", or "respond to my reviewer". Uses the GitHub MCP server; falls back to the gh CLI only with the user's explicit approval.

pr-reviewskills/pr-review/SKILL.md

Pull request review: runs the github-pr-reviewer agent on a PR and reports its major weaknesses; on request, goes on to draft review comments, iterate on them with the user, and post the review to GitHub. Invoked as /llm-tooling:pr-review, or when the user asks to "review this PR", "what's wrong with this PR", "review and post comments", "submit a PR review", or "publish my review". Uses the GitHub MCP server; falls back to the gh CLI only with the user's explicit approval.

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "llm-tooling",
  "version": "2.3.2",
  "description": "Skills and sub-agents for committing, opening, reviewing, and fixing pull requests, planning and implementing changes, running CI checks locally, auditing a repo's LLM instructions, and building presentations and Gauntlet Loop prompts.",
  "author": {
    "name": "Gavin Medley",
    "email": "[email protected]"
  },
  "homepage": "https://github.com/medley56/llm-tooling"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[llm-tooling on Agent Plugins Marketplace](https://pluginsmp.com/plugins/llm-tooling)