Skip to content
BeClaude

loopkit

New
27GitHub TrendingGeneralby Archive228

33 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

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/loopkit.md https://raw.githubusercontent.com/Archive228/loopkit/main/SKILL.md
3
Invoke in Claude Code
/loopkit

Use Cases

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.

Usage Examples

1

/loopkit run tests --all

2

/loopkit check quality --lint --format

3

Run the full test suite using loopkit and report results.

View source on GitHub
testingagent

Security Audits

LicenseUnknownSourceWarnRepositoryPass

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..