claudeers.

🔓 unclaimed — this page was auto-generated from GitHub. Are you the creator?

Claim this page →
// MCP Servers

loopkit

33 battle-tested skills + minimal .claude harness for any coding agent (Claude Code, Cursor, Codex, Gemini CLI).

// MCP Servers[ cli ][ api ][ claude ]#claude#mcp-serversMIT$open-sourceupdated 8 days ago
Actively maintained
100/100
last commit 4 days ago
last release none
releases 0
open issues 0
// install
{
  "mcpServers": {
    "loopkit": {
      "command": "npx",
      "args": ["-y", "https://github.com/Archive228/loopkit"]
    }
  }
}

loopkit

A curated library of 33 battle-tested skills that make any coding agent ship cleaner code — and stop guessing.

Drop them into .claude/skills/ (or any agent that reads SKILL.md) and your agent loads each one only when it's relevant: debug systematically, review for security, design real UIs, run agents in a lean loop, write the failing test first, ship clean commits.

curl -fsSL https://raw.githubusercontent.com/Archive228/loopkit/main/install.sh | bash

Compatible with Claude Code · Cursor · Codex · Gemini CLI. Built on the agent-engineering patterns Anthropic publishes (Building Effective Agents, Claude Code docs) — distilled into skills you can actually drop in.

What the installer writes

Into your current directory:

  • .claude/CLAUDE.md — 60-line standing context
  • .claude/settings.json — permission allowlist + format-on-write hook
  • .claude/agents/verifier.md — adversarial verifier subagent
  • .claude/skills/ — the 33 skill files (load only on trigger)
  • .mcp.json — MCP server wiring
  • MEMORY.md — cross-session memory index
  • run.sh — Plan→Act→Verify loop runner

Existing files are kept by default. Pass FORCE=1 to overwrite:

curl -fsSL https://raw.githubusercontent.com/Archive228/loopkit/main/install.sh | FORCE=1 bash

Or clone and copy manually:

git clone https://github.com/Archive228/loopkit
cp -r loopkit/.claude loopkit/skills loopkit/.mcp.json loopkit/MEMORY.md loopkit/run.sh your-project/

Why skills

A raw agent guesses. When it guesses, it fabricates — invented APIs, tests that pass nothing, "fixes" that rename the bug. A skill is a tight, reusable instruction set that loads only when its trigger matches, so the agent specializes instead of winging it — without paying for every skill's tokens on every prompt.

The library (33 skills, 9 tracks)

trackskills
agent/llmcontext-budget · spec-first · tool-restraint · subagent-fanout
debugsystematic-debugging · read-the-trace · bisect-regression
securityowasp-review · authz-check · input-validation · secret-scan · dependency-audit
frontenddesign-system · a11y-pass · loading-empty-error-states
testingwrite-failing-test-first · flaky-hunter · coverage-gaps · contract-test
refactorkill-dead-code · simplify · reduce-nesting
docschangelog-from-diff · decision-record · readme-audit
datasql-review · migration-writer · schema-diff
git/opsclean-commits · pr-from-diff · rebase-safely · revert-surgical
reviewadversarial-verify (the 11 shortcuts agents take to fake "done")

Each skill: a focused technique, not a tutorial. Read one, fork it, make it yours.

Bonus: the harness

init also drops a minimal working .claude/ (standing context, permission allowlist, format-on-write hook, a verifier subagent, MCP wiring, memory index) and a Plan→Act→Verify loop runner — the floor your skills run on. Full theory: Loop and Harness engineering: 7 files, 5 steps.

MIT. Built to be forked.

// compatibility

Platformscli, api
Operating systems
AI compatibilityclaude
LicenseMIT
Pricingopen-source
LanguageJavaScript

// faq

What is loopkit?

33 battle-tested skills + minimal .claude harness for any coding agent (Claude Code, Cursor, Codex, Gemini CLI).. It is open-source on GitHub.

Is loopkit free to use?

loopkit is open-source under the MIT license, so it is free to use.

What category does loopkit belong to?

loopkit is listed under mcp-servers in the Claudeers registry of Claude-compatible tools.

3 views
313 stars
unclaimed
updated 8 days ago

// embed badge

loopkit on Claudeers
[![Claudeers](https://claudeers.com/api/badge/loopkit.svg)](https://claudeers.com/loopkit)

// retro hit counter

loopkit hit counter
[![Hits](https://claudeers.com/api/counter/loopkit.svg)](https://claudeers.com/loopkit)

// reviews

// guestbook

0/500

// related in MCP Servers

🔓

f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete…

// mcp-serversf/HTML164,687NOASSERTION[ claude ]
🔓

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Gemini CLI & Hermes Agent. Only official website: ccswitch.io

// mcp-serversfarion1231/Rust112,854MIT[ claude ]
🔓

An open-source AI agent that brings the power of Gemini directly into your terminal.

// mcp-serversgoogle-gemini/TypeScript105,729Apache-2.0[ claude ]
🔓

A collection of MCP servers.

// mcp-serverspunkpeye/90,251MIT[ claude ]
→ see how loopkit connects across the ecosystem