loopkit
New33 battle-tested skills + minimal .claude harness for any coding agent (Claude Code, Cursor, Codex, Gemini CLI).
Summary
claude harness that works with any coding agent like Claude Code, Cursor, Codex, or Gemini CLI.
- It helps developers automate repetitive testing tasks, enforce quality gates, and integrate agent-driven workflows without custom scripting.
Install & Usage
mkdir -p .claude/skillsmkdir -p .claude/skills && curl -o .claude/skills/loopkit.md https://raw.githubusercontent.com/Archive228/loopkit/main/SKILL.md/loopkitUse Cases
Usage Examples
/loopkit run tests --all
/loopkit check quality --lint --format
Run the full test suite using loopkit and report results.
Security Audits
Frequently Asked Questions
What is loopkit?
LoopKit provides 33 battle-tested skills and a minimal .claude harness that works with any coding agent like Claude Code, Cursor, Codex, or Gemini CLI. It helps developers automate repetitive testing tasks, enforce quality gates, and integrate agent-driven workflows without custom scripting.
How to install loopkit?
To install loopkit: create the skills directory (mkdir -p .claude/skills), then run: mkdir -p .claude/skills && curl -o .claude/skills/loopkit.md https://raw.githubusercontent.com/Archive228/loopkit/main/SKILL.md. Finally, /loopkit in Claude Code.
What is loopkit best for?
loopkit is a skill categorized under General. It is designed for: testing, agent. Created by Archive228.
What can I use loopkit for?
loopkit is useful for: Run a comprehensive test suite across multiple projects with a single command.; Automate regression testing before each commit or deployment.; Enforce code quality checks like linting and formatting across your codebase.; Set up a minimal agent harness to execute custom testing workflows in any environment.; Integrate with CI/CD pipelines to trigger agent-based testing on pull requests.; Quickly bootstrap testing skills for new projects without writing boilerplate code..