loopkit
Enforce Plan-Act-Verify discipline for long-running AI coding agents
All Skills in This Repository (54)
Pure Emerald Level IndicatorsExtract text and structured data from PDF documents using pypdf and pdfplumber.
broken-window-check
Run end-to-end tests on recently completed features at session start.
input-validation
Validate untrusted input against schemas and constraints for API handlers and file uploads.
migration-writer
Generate reversible up and down database migrations for schema changes.
sprint-contract
Define sprint objectives and acceptance criteria before coding begins.
planner-spec-expand
Expand brief product descriptions into detailed specification documents.
systematic-debugging
Reproduce bugs, test hypotheses, and analyze root causes systematically.
loading-empty-error-states
Design loading, empty, and error states for data-fetching UI components.
harness-stripping
Identify and remove unnecessary components from a harness.
secret-scan
Detect hardcoded secrets in source code repositories before committing.
subagent-fanout
Parallelize independent sub-jobs across fresh-context subagents and aggregate results.
feature-list-json
Create and manage feature lists in JSON format with status tracking.
Frequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core