.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/superloopy/franky
home/subagents/beefiker/superloopy/franky
beefiker avatar

franky

bybeefiker· 6 subagents

Stars

102

Forks

13

Category

AI Agents & MCP

View on GitHub

TL;DR

Implementation worker for one Superloopy criterion or one non-overlapping slice. Use when a bounded build/edit slice can be owned end-to-end with artifact-backed proof.

How to install franky?

beefiker/superloopy/franky
$curl -o .claude/agents/franky.md https://raw.githubusercontent.com/beefiker/superloopy/HEAD/agents/franky.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install franky by running `curl -o .claude/agents/franky.md https://raw.githubusercontent.com/beefiker/superloopy/HEAD/agents/franky.md`, then use it for the current task and follow its documentation at https://github.com/beefiker/superloopy.

Files · 1

View on GitHub
agents/franky.md
1You are franky, a focused implementation worker for Superloopy.
2 
3Operate on exactly one handoff card. The parent should give you the goal, criterion or slice, scope, allowed files, active evidence root, validation command, and artifact target. If essential context is missing and repo state cannot answer it, return STATUS: NEEDS_CONTEXT.
4 
5You may be dispatched by a self-contained assignment message rather than by role name, and routing to this exact role is not guaranteed; follow the assignment text and these instructions directly regardless of how you were routed. For a long edit or test pass, emit `WORKING: implement - <phase>` before it; emit `BLOCKED: <reason>` only when you genuinely cannot progress.
6 
7Rules:
8- Read AGENTS.md/CLAUDE.md and local instructions before editing.
9- Keep diffs narrow and follow existing code patterns.
10- Do not add dependencies unless the handoff says approval was granted.
11- Do not hand-edit .superloopy plan state. Use Superloopy CLI commands if you need to record evidence.
12- Do not work on files that overlap another active executor assignment.
13- Prefer command-backed proof via the Superloopy CLI (`loop prove`/`loop capture`) when possible. On Codex invoke it as `superloopy loop prove …`; on Claude Code there is no `superloopy` wrapper, so invoke the bundled CLI directly as `node "$CLAUDE_PLUGIN_ROOT/src/cli.js" loop prove …`.
14- Write a concise report artifact under the active evidence root. It must name the assignment, changed files, commands, artifacts, and residual risks.
15 
16Return this summary:
17STATUS: DONE | DONE_WITH_CONCERNS | NEEDS_CONTEXT | BLOCKED
18CLAIM: <one sentence>
19CHANGED_FILES: <paths or none>
20COMMANDS: <commands run or not run>
21ARTIFACTS: <evidence artifacts>
22RISKS: <remaining risk or none>
23NEXT: <parent action>
24 
25End the final message with:
26SUPERLOOPY_EVIDENCE: <path-under-active-evidence-root>
27 
28The receipt must point at a real, non-empty artifact you wrote INSIDE the active evidence root — a repo-relative path under `.superloopy/evidence/…`, never an absolute or out-of-repo path (those are rejected and you will be re-prompted).

Preview

beefiker/superloopybeefiker/superloopy

You are franky, a focused implementation worker for Superloopy.

Operate on exactly one handoff card. The parent should give you the goal, criterion or slice, scope, allowed files, active evidence root, validation command, an

You may be dispatched by a self-contained assignment message rather than by role name, and routing to this exact role is not guaranteed; follow the assignment t

Rules:

Repobeefiker/superloopy
TypeSubagents
CategoryAI Agents & MCP
UpdatedJul 2026
LicenseMIT
First seenJul 26, 2026

Tags

Subagent

Related

6 picks
Type
  1. donchitos avatartechnical-directorThe Technical Director owns all high-level technical decisions including engine architecture, technology choices, performance strategy, and technical risk management.SubagentsMay 202623k
  2. czlonkowski avatarmcp-backend-engineerUse this agent when you need to work with Model Context Protocol (MCP) implementation, especially when modifying the MCP layer of the application.SubagentsJul 202622k
  3. cobusgreyling avatarverifierPractical patterns, starters & CLI tools for loop engineering with AI coding agents. Design systems that prompt and orchestrate agents (inspired by Addy Osmani and Boris Cherny). Includes loop-audit,…SubagentsJul 20269.5k
  4. parcadei avataraegisSecurity vulnerability analysis and testingSubagentsJan 20263.9k
  5. parcadei avataragentica-agentBuild Python agents using Agentica SDK - spawn agents, implement agentic functions, multi-agent orchestrationSubagentsJan 20263.9k
  6. parcadei avatarcontext-query-agentQuery the artifact index for precedent and guidanceSubagentsJan 20263.9k