Archive228

63 mods across 3 repositories, 755 stars between them.

loopkit-marketplace

01

Archive228/loopkit

Plugin Claude Code

Standalone marketplace for loopkit — 41 skills + minimal harness.

753 +2 1mo ago A tokens not measured original MIT

loopkit

02

Archive228/loopkit

Plugin Claude Code

33 battle-tested skills + a minimal harness (CLAUDE.md, verifier subagent, format-on-write hook, MEMORY index, loop runner) for Claude Code, Cursor, Codex, and Gemini CLI.

753 +2 1mo ago A tokens not measured original MIT

verifier

03

Archive228/loopkit

Agent Claude Code

Reviews a diff against the goal spec assuming the code is broken. Invoke after every code change.

753 +2 1mo ago A 22 tokens original MIT

next

04

Archive228/loopkit

Command Claude Code

Draft suggested next features into featurelist.suggestions.json (separate from featurelist.json).

753 +2 1mo ago A 18 tokens original MIT

polish

05

Archive228/loopkit

Command Claude Code

Run the batch quality pass over the current diff — simplify → reduce-nesting → kill-dead-code → a11y-pass → loading-empty-error-states → readme-audit.

753 +2 1mo ago A 37 tokens original MIT

spec

06

Archive228/loopkit

Command Claude Code

Write the goal spec (PROMPT.md) before implementing. Loads the loopkit spec-first skill.

753 +2 1mo ago A 20 tokens original MIT

verify

07

Archive228/loopkit

Command Claude Code

Run adversarial verification on the current diff before claiming done. Loads the loopkit adversarial-verify skill and dispatches the verifier subagent.

753 +2 1mo ago A 29 tokens original MIT

SessionStart

08

Archive228/loopkit

Hook Claude Code

Runs when a session starts on startup, clear and compact, running an inline shell check. From Archive228/loopkit.

753 +2 1mo ago A tokens not measured original MIT

PreCompact

09

Archive228/loopkit

Hook Claude Code

Runs before the context is compacted for manual and auto tool calls, running an inline shell check. From Archive228/loopkit.

753 +2 1mo ago A tokens not measured original MIT

PostToolUse

10

Archive228/loopkit

Hook Claude Code

Runs after a tool call finishes for Edit and Write tool calls, running an inline shell check. From Archive228/loopkit.

753 +2 1mo ago A tokens not measured original MIT

loopkit

11

Archive228/loopkit

Settings file Claude Code

Agent settings declaring 1 hook event (PostToolUse) and 6 allowed tools.

753 +2 1mo ago C tokens not measured original MIT

github

12

Archive228/loopkit

MCP server Claude CodeCodexCursor +2

Lets the agent work with GitHub: search code, read and create issues and pull requests, and manage repositories through the GitHub API. Runs locally from the @modelcontextprotocol/server-github npm package. Needs 1 environment variable to run.

753 +2 1mo ago A tokens not measured original MIT

context7

13

Archive228/loopkit

MCP server Claude CodeCodexCursor +2

Gives the agent up-to-date documentation and code examples for libraries and frameworks, fetched on demand so answers are not stuck at the model's training cutoff. Runs locally from the @upstash/context7-mcp npm package.

753 +2 1mo ago A tokens not measured copy · 100% MIT

loopkit AGENTS.md

14

Archive228/loopkit

Instructions file CodexOpenCode

AGENTS.md instructions for Archive228/loopkit, covering agents.md — loopkit loop contract, the three-step loop, single-feature rule, clean-state contract (end of every session) and skills vs rules.

753 +2 1mo ago A 1,078 tokens original MIT

a11y-pass

15

Archive228/loopkit

Skill Claude CodeCodex

Catch the accessibility failures that ship in almost every AI-built UI. Use after building any interactive component.

753 +2 1mo ago A 25 tokens original MIT

Archive228/loopkit

Skill Claude CodeCodex

Before compaction Loopkit extracts decisions into claude-decisions.json (machine-readable). Read it alongside claude-progress.txt at session start — prose is for humans, JSON is for the loop.

753 +2 1mo ago A 44 tokens original MIT

adversarial-verify

17

Archive228/loopkit

Skill Claude CodeCodex

Review a diff against the goal spec assuming the code is BROKEN. The reviewer that lives in the maker's head always agrees with itself — this pulls review into a hostile, separate pass. Invoke after every code change before marking work done.

753 +2 1mo ago A 54 tokens original MIT

authz-check

18

Archive228/loopkit

Skill Claude CodeCodex

Verify that an endpoint checks ownership, not just authentication. Use on any handler that reads or mutates user data.

753 +2 1mo ago A 27 tokens original MIT

bisect-regression

19

Archive228/loopkit

Skill Claude CodeCodex

Find the exact commit that introduced a bug. Use when something worked before and broke, and you don't know which change did it.

753 +2 1mo ago A 0 tokens original MIT

broken-window-check

20

Archive228/loopkit

Skill Claude CodeCodex

Before picking new work, smoke-test the last "completed" feature. If it's broken, revert and re-open it before touching anything else. Kills the "looks shipped, isn't shipped" bug across sessions.

753 +2 1mo ago A 46 tokens original MIT

changelog-from-diff

21

Archive228/loopkit

Skill Claude CodeCodex

Turn a set of commits or a diff into a clean, user-facing changelog entry. Use before a release or PR description.

753 +2 1mo ago A 32 tokens original MIT

clean-commits

22

Archive228/loopkit

Skill Claude CodeCodex

Turn messy WIP into clean, atomic commits with messages that explain why. Use before opening a PR.

753 +2 1mo ago A 26 tokens original MIT

context-budget

23

Archive228/loopkit

Skill Claude CodeCodex

Keep the agent's context lean so accuracy doesn't collapse. Use on long sessions, big files, or when the agent starts hallucinating.

753 +2 1mo ago A 30 tokens original MIT

contract-test

24

Archive228/loopkit

Skill Claude CodeCodex

Test the boundary between two systems by the contract, not the implementation. Use for APIs, integrations, and shared interfaces.

753 +2 1mo ago A 27 tokens original MIT