---
title: "git-slop"
description: "Agent guidance for the deterministic git-slop repository token-defragmenter."
canonical: https://agentpluginsdirectory.com/plugins/git-slop
last-updated: 2026-09-22
---

# git-slop
Agent guidance for the deterministic git-slop repository token-defragmenter.
- Slug: git-slop
- Publisher: Corey Coto
- Repository: https://github.com/coreycoto/git-slop
- Manifest: plugins/git-slop/plugin.json
- Version: 0.16.1
- License: MIT
- Category (editorial): code-review
- Skills: 4 (adopt-repo, install-update, review-results, run-report)
- MCP servers: 0
- Stars: 5
- Repository created: 2026-04-20
- Repository last pushed: 2026-09-21
- Publisher type: User
- Listing: https://agentpluginsdirectory.com/plugins/git-slop
- Schema: https://agent-plugins.org/schemas/1.0.0/plugin.schema.json

## What git-slop does, in the publisher's words

This portable Agent Plugin is the guidance surface for the git-slop product CLI. Its root plugin.json follows the Agent Plugins 1.0.0 specification, its skills are portable, and Codex-specific UI metadata is isolated under extensions.com.openai.

The package follows the standard discovery layout:

Agent Plugins clients discover the immediate child skill directories from the root without a manifest-level skills field. This plugin has no MCP server and therefore does not publish mcp.json. The root plugin.json is authoritative. Its package version stays exactly aligned with the public git-slop crate and release version; cargo xtask validate-codex rejects version drift. Portable skill matching and workflow behavior live in SKILL.md. The optional agents/openai.yaml files add OpenAI UI labels, starter prompts, the shared Git Slop icon, and an explicit allow_implicit_invocation: true policy so each well-bounded skill works without an explicit $skill mention. Other Agent Skills clients can ignore them.

From the project README, punctuation lightly normalized. Full text: https://raw.githubusercontent.com/coreycoto/git-slop/HEAD/plugins/git-slop/README.md

## Skills

- adopt-repo: Integrate git-slop into a consumer repository through durable plugin source metadata, local configuration and wrapper conventions, and the advisory GitHub Action contract. Use when a user wants repository or CI adoption; use install-update instead when the outcome is only a native CLI installation.
- install-update: Install, update, and verify the native git-slop CLI through Cargo, Homebrew, Scoop, or a checksummed release archive. Use when a machine needs a usable binary on PATH or an installed binary's version and source revision must be proven; repository configuration and GitHub Action adoption belong to t…
- review-results: Review existing git-slop report and health artifacts, explain detector and overlay evidence, and optionally turn one explicitly selected finding into a bounded maintenance proposal. Use when a user asks what results mean, which findings are actionable, or wants a plan from a reviewed finding; do no…
- run-report: Generate and render git-slop reports, health output, comparisons, SARIF, and explicit checks while preserving local artifact and advisory CI conventions. Use when a user wants fresh or re-rendered detector output; use review-results to interpret findings or plan maintenance.

Descriptions come from the frontmatter of each SKILL.md, punctuation lightly normalized.
