Agent Plugins Marketplace
All plugins

sloth

v0.1.0

Headless board worker: pick a GitHub issue off a project board, implement it in an isolated worktree, review it, and hand back a PR — asking on the issue when blocked.

Claude Code2 Skills

By Juratbek0 GitHub starsUpdated 2 weeks ago

Directory evidence

Runtimes
Claude Code
Parsed components
2 skill or MCP entries
Source updated
Sep 5, 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 sloth 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 sloth@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/Juratbek/sloth

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

Plugin files

plugin/
├── .claude-plugin/plugin.json
├── skills/board/SKILL.md
└── skills/session/SKILL.md

Included Skills2

boardskills/board/SKILL.md

GitHub Projects (v2) board operations for Sloth sessions: the cheap GraphQL board reads (never `gh project item-list`), moving a card between columns with the ids from the environment, deriving an option id by column name, finding an issue's wired PR, and the `retry` helper for flaky `gh` calls. Use from any command that reads or moves a card (implement, review, status).

sessionskills/session/SKILL.md

Sloth session bookkeeping: the session directory and `state.json`, the inbox of forwarded `@sloth` comments, the time budget, the needs-help protocol (one numbered comment, park the card, wait loop, idle teardown, resume) and the comment conventions every Sloth comment follows. Use from any command the Sloth server launches (implement, review, status, qa).

Plugin manifests1

plugin/.claude-plugin/plugin.json
{
  "$schema": "https://anthropic.com/claude-code/plugin.schema.json",
  "name": "sloth",
  "version": "0.1.0",
  "description": "Headless board worker: pick a GitHub issue off a project board, implement it in an isolated worktree, review it, and hand back a PR — asking on the issue when blocked.",
  "author": {
    "name": "Juratbek",
    "url": "https://github.com/Juratbek"
  }
}

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

[sloth on Agent Plugins Marketplace](https://pluginsmp.com/plugins/sloth)