#436 · Primary category: AI Coding Assistants
loopkit
33 battle-tested skills + minimal .claude harness for any coding agent (Claude Code, Cursor, Codex, Gemini CLI).
Project last updated:07/14/26
GitHub Stars
751
Forks
129
Contributors
2
License
MIT
Why we included this project
loopkit is a drop-in `.claude/` harness plus a library of 49 small skills, aimed at teams that want their coding agents to follow a repeatable workflow instead of improvising. The harness is just files on disk: settings, hooks, a verifier subagent, and an 8-line loop runner that enforce a Plan → Act → Verify cycle, with no daemon or runtime to babysit. The skills are plain markdown with YAML headers, so they load only when a task triggers them and nothing is Claude-specific; the same set carries across Claude Code, Cursor, Codex, and Gemini CLI. You can install the whole floor with one curl command or pull in a single skill via npx, and existing project files are left untouched by default. It is a lightweight, opinionated starting point for agent-driven development, and because the skills are just markdown, forking it to fit your own workflow is straightforward.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.