Archive228Archive228Communityยท54 Agent Skills Included

loopkit

Enforce Plan-Act-Verify discipline for long-running AI coding agents

Enforces a Plan, Act, Verify loop for AI coding agents working across many sessions on one project. Stops agents from faking done, guessing at bugs, breaking previous features, and losing context between sessions. Ships 49 ready skills for debugging, security review, testing, refactoring, SQL, and git operations. Works with Claude Code, Cursor, Codex, and Gemini using plain markdown files with no runtime or server.
npx skills add Archive228/loopkit --all -g -y
Available:

Tells the AI agent to run every session as Plan, Act, Verify, build only one feature at a time, verify before committing, and escalate to a human when blocked.

All Skills in This Repository (54)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
Archive228Archive228

pdf

Extract text and structured data from PDF documents using pypdf and pdfplumber.

Community
Intermediate
๐Ÿ“ฆ In Repo
Archive228Archive228

broken-window-check

Run end-to-end tests on recently completed features at session start.

Community
Advanced
๐Ÿ“ฆ In Repo
Archive228Archive228

input-validation

Validate untrusted input against schemas and constraints for API handlers and file uploads.

Community
Intermediate
๐Ÿ“ฆ In Repo
Archive228Archive228

migration-writer

Generate reversible up and down database migrations for schema changes.

Community
Intermediate
๐Ÿ“ฆ In Repo
Archive228Archive228

sprint-contract

Define sprint objectives and acceptance criteria before coding begins.

Community
Intermediate
๐Ÿ“ฆ In Repo
Archive228Archive228

planner-spec-expand

Expand brief product descriptions into detailed specification documents.

Community
Advanced
๐Ÿ“ฆ In Repo
Archive228Archive228

systematic-debugging

Reproduce bugs, test hypotheses, and analyze root causes systematically.

Community
Intermediate
๐Ÿ“ฆ In Repo
Archive228Archive228

loading-empty-error-states

Design loading, empty, and error states for data-fetching UI components.

Community
Basic
๐Ÿ“ฆ In Repo
Archive228Archive228

harness-stripping

Identify and remove unnecessary components from a harness.

Community
Advanced
๐Ÿ“ฆ In Repo
Archive228Archive228

secret-scan

Detect hardcoded secrets in source code repositories before committing.

Community
Basic
๐Ÿ“ฆ In Repo
Archive228Archive228

subagent-fanout

Parallelize independent sub-jobs across fresh-context subagents and aggregate results.

Community
Advanced
๐Ÿ“ฆ In Repo
Archive228Archive228

feature-list-json

Create and manage feature lists in JSON format with status tracking.

Community
Intermediate

Frequently Asked Questions

FAQPage Schema
How to install loopkit?โ–ผ

Run `npx skills add Archive228/loopkit --all -g -y` in your terminal to install the full skill suite globally.

What problem does loopkit solve?โ–ผ

It stops AI coding agents from claiming unfinished work is done, guessing at bugs, and losing project context between sessions by enforcing a strict Plan, Act, Verify loop.

Does loopkit work with Cursor and Codex?โ–ผ

Yes. Every skill is a plain markdown file with a YAML header, so it runs in Claude Code, Cursor, Codex, Gemini CLI, and Amp with no vendor lock-in.

Can I install just one loopkit skill?โ–ผ

Yes. You can cherry-pick a single skill like adversarial-verify instead of installing the whole 49-skill library.

Do I need to learn a new framework to use loopkit?โ–ผ

No. It is a drop-in folder of files, not a methodology or runtime; skills load only when a matching task triggers them.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’