Agent Plugins Marketplace
← All plugins

improvement-loops

v0.4.0

Structured, user-invoked standing prompts for long runs on any project: /design-scoreboard chooses what to climb and what must not get worse, /improve and /optimize climb it against the repo's AGENTS.md sections, and /trim-agents-md keeps that hub short. Each keeps state in files and reports what needs the owner first

Claude Code4 Skills

By fblissjr2 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Claude Code
Parsed components
4 skill or MCP entries
Source updated
Sep 24, 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 improvement-loops 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 improvement-loops@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/fblissjr/fb-claude-skills

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

Plugin files

skills/improvement-loops/
├── .claude-plugin/plugin.json
├── skills/design-scoreboard/SKILL.md
├── skills/improve/SKILL.md
├── skills/optimize/SKILL.md
└── skills/trim-agents-md/SKILL.md

Included Skills4

design-scoreboardskills/design-scoreboard/SKILL.md

Designs what an improvement or optimizer loop should climb for a given project and goal, and what must not get worse while it does: goal metrics measured on the real path, guardrails, and counter-checks aimed at the cheapest way to fake each gain, so no single number can be reward-hacked. Proves each proxy tracks the outcome it stands for, measures its noise, writes the scenarios as data in the loop state, and proposes the fill for AGENTS.md's Measurement section. Rerun in review mode when the goal changes. User-invoked only.

improveskills/improve/SKILL.md

Runs one improvement pass over a project in the direction its north star points, without breaking what it does today: faster in real use, less code, a truer account of what it does, rules that now run as checks. Works with the repo's AGENTS.md sections (North star, Measurement, Reporting, Loop state); state carries between runs in a ledger, bookmarks and a scoreboard; each change lands as its own commit with evidence on a worktree branch; the report leads with what needs the owner. User-invoked only, because a run spends hours and many subagents.

optimizeskills/optimize/SKILL.md

Speeds up a codebase as far as it will go in one session, against a hard target (every primary benchmark at least 1.2x faster than the base commit by default) without regressing correctness, output quality or safety. Works with the repo's AGENTS.md sections (North star, Measurement, Loop state); base and branch worktrees, exact counts proven against wall-clock time, read-only reviewers one lens each, a re-check of every headline result on the final commit. User-invoked only, because a run spends hours and many subagents.

trim-agents-mdskills/trim-agents-md/SKILL.md

Tightens a repository's always-loaded agent instructions (AGENTS.md, CLAUDE.md, unconditional rules): every line must prevent a mistake, and each one that doesn't is moved to the narrowest home that loads when it matters (a path-scoped rule, a skill, a hook or test, the status doc, the user-level file) or cut. Fills the gaps a newcomer falls into: commands, done criteria, the stops wanted, hazards, settled decisions. Re-points everything that cited the old text, and verifies with a fresh-context diff review and spot-tested tasks. User-invoked only.

Plugin manifests1

skills/improvement-loops/.claude-plugin/plugin.json
{
  "name": "improvement-loops",
  "version": "0.4.0",
  "description": "Structured, user-invoked standing prompts for long runs on any project: /design-scoreboard chooses what to climb and what must not get worse, /improve and /optimize climb it against the repo's AGENTS.md sections, and /trim-agents-md keeps that hub short. Each keeps state in files and reports what needs the owner first",
  "author": {
    "name": "fblissjr"
  },
  "repository": "https://github.com/fblissjr/fb-claude-skills"
}

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

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