superloopy
v0.17.0Lightweight loop harness with strict evidence gates.
By beefikerLicense: MIT109 GitHub starsUpdated 2 hours ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 9 skill or MCP entries
- Source updated
- Aug 25, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install plugin
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add superloopy@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/beefiker/superloopyClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/humanize-korean/SKILL.md├── skills/i-have-adhd/SKILL.md├── skills/say-it-straight/SKILL.md├── skills/superloopy-clone/SKILL.md├── skills/superloopy-doctor/SKILL.md├── skills/superloopy-frontend/SKILL.md├── skills/superloopy-loop/SKILL.md├── skills/superloopy-research/SKILL.md└── skills/superloopy-slides/SKILL.md
Included Skills9
Korean prose humanizer for Codex and Superloopy that rewrites Korean text so it sounds naturally human while preserving meaning, register, facts, protected tokens, and evidence. Use when the user asks to remove Korean AI tells, make Korean copy sound human, fix 번역투, remove ChatGPT/Claude/Gemini tone, polish Korean without changing meaning, or says "AI 티 없애줘", "AI 윤문", "번역투 고쳐", "사람이 쓴 것처럼", "humanize Korean", "한글 AI 티 제거", "글 자연스럽게 다듬어줘". Inspired by Korean AI-tell ideas from https://github.com/epoko77-ai/im-not-ai. Handles Korean rewriting only; not for translation, fact expansion, SEO rewriting, legal drafting, or generic proofreading.
Use only after explicit Codex `$superloopy:i-have-adhd` or Claude Code `/superloopy:i-have-adhd` invocation, or when a qualifying leading `loopy`/`루피` task receives Superloopy's non-diagnostic ADHD-friendly output overlay. Do not activate from typos, fragmented writing, urgency, grammar, language proficiency, or ordinary discussion of ADHD, attention, focus, accessibility, or cognitive load.
Use only after explicit Codex `$superloopy:say-it-straight` or Claude Code `/superloopy:say-it-straight` invocation to make supplied or requested prose direct, concise, and natural without changing facts or protected text.
Use when the user asks for Superloopy clone or asks to clone, rebuild, reverse-engineer, replicate, or copy a website or page into a Superloopy-governed implementation. Triggers on "loopy clone", target URLs plus requests such as "clone this site", "rebuild this page", "make a copy of this website", "pixel-perfect clone", or "AI website clone". Requires browser automation and records component specs, assets, implementation, build output, and visual QA as Superloopy evidence.
Use when diagnosing Superloopy doctor, install, wrapper, plugin cache, hook bootstrap, bundled agents, marketplace, Codex, Claude Code, stale-version, evidence-floor, or host-wiring health problems.
Use only after explicit Codex `$superloopy:superloopy-frontend` or Claude Code `/superloopy:superloopy-frontend` invocation for supported screen-based application UI across browser-hosted Web, interactive deployed content-led Web, desktop, mobile/tablet, embedded/hybrid, Qt, custom-rendered, or mixed targets, such a task started with a leading `loopy` or `루피`, or an active Superloopy loop explicitly routing it here. Do not activate from UI, frontend, desktop, mobile, or framework vocabulary alone, or for TV, wearable, XR, automotive, game UI, TUI, static media/document artifacts, or non-UI work.
Use Superloopy's lightweight strict-evidence loop for Codex tasks that need durable progress, criteria, and artifact-backed completion.
Use only after explicit Codex `$superloopy:superloopy-research` or Claude Code `/superloopy:superloopy-research` invocation, a research task started with a leading `loopy` or `루피` (such as `loopy research`), or an active Superloopy loop explicitly routing a research deliverable here. Evidence-backed Superloopy research orchestration with automatic advisory usage targets, parallel read-only lanes, per-retrieval verdicts, graded and dated sources, empirical verification, a priced claim ledger, cited synthesis, and optional reports. Do not activate from research, investigate, look-up, summarize, deep-dive, report, or similar vocabulary alone, in any language; ordinary questions, debugging, and implementation context-gathering stay with their primary workflows.
Use when the user asks to create, convert, style, animate, export, share, or deploy HTML slide decks, presentations, pitch decks, talks, or keynotes; including zero-dependency or single-file output, PowerPoint/PPT/PPTX input, PDF export, browser delivery, visual style exploration, or "loopy slides". Not for general web pages or landing pages.
Plugin manifests2
{
"name": "superloopy",
"version": "0.17.0",
"description": "Lightweight loop harness with strict evidence gates.",
"homepage": "https://github.com/beefiker/superloopy#readme",
"repository": "https://github.com/beefiker/superloopy",
"keywords": [
"codex",
"codex-plugin",
"ai-agents",
"evidence-gates",
"proof-of-done"
],
"author": {
"name": "beefiker"
},
"license": "MIT",
"skills": "./skills/",
"hooks": [
"./hooks/session-start.json",
"./hooks/user-prompt-submit.json",
"./hooks/pre-tool-use.json",
"./hooks/stop.json",
"./hooks/subagent-stop.json",
"./hooks/subagent-stop-audit.json"
],
"interface": {
"displayName": "Superloopy",
"developerName": "beefiker",
"shortDescription": "Strict evidence loop harness without heavyweight ceremony",
"longDescription": "Superloopy provides repo-local loop state, explicit success criteria, append-only evidence ledgers, and advisory Codex hook nudges while keeping workflow overhead low; completion is enforced by a deterministic in-process floor, not by the hooks.",
"category": "Developer Tools",
"capabilities": [
"Hooks",
"Workflow",
"Context Injection"
],
"defaultPrompt": [
"After hook approval, Superloopy bootstraps the CLI wrapper and custom agents on SessionStart.",
"Run superloopy loop guide --json before choosing the next Superloopy command.",
"Record evidence with superloopy loop prove when command output is proof."
],
"brandColor": "#2563EB",
"screenshots": [],
"composerIcon": "./assets/superloopy.svg",
"logo": "./assets/superloopy.svg"
}
}{
"name": "superloopy",
"version": "0.17.0",
"description": "Lightweight loop harness with strict evidence gates — Claude Code edition.",
"homepage": "https://github.com/beefiker/superloopy#readme",
"repository": "https://github.com/beefiker/superloopy",
"license": "MIT",
"author": {
"name": "beefiker"
},
"keywords": [
"claude-code",
"agent-skills",
"evidence-gates",
"proof-of-done",
"loop",
"subagents"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[superloopy on Agent Plugins Marketplace](https://pluginsmp.com/plugins/superloopy)