Agent Claude Code
Builds new UEFN Toolbelt tools autonomously. Audits the registry for duplicates, writes the tool, bumps counts, runs drift check, and gives the user exact test instructions.
Agent Claude Code
Builds new UEFN Toolbelt tools autonomously. Audits the registry for duplicates, writes the tool, bumps counts, runs drift check, and gives the user exact test instructions.
Agent Claude Code
Verse codegen and error-fix loop for UEFN Toolbelt. Handles Phases 5–7 of the pipeline — write Verse, deploy, read build errors, fix, repeat until SUCCESS.
Command Claude Code
Build a new UEFN Toolbelt tool named "$ARGUMENTS". Follow the tool-developer agent workflow exactly.
Command Claude Code
Generate the exact deploy + test sequence for the current change.
Command Claude Code
Run the drift check and report the result. If it fails, identify which file has the stale reference and fix it.
Command Claude Code
Run a full pre-publish audit while Toolbelt Python is still present. Check everything before the user submits their island to Fortnite.
Hook Claude Code
Runs before the context is compacted, executing compact_hook.py via python. From undergroundrap/UEFN-TOOLBELT.
Hook Claude Code
Runs after a tool call finishes for Edit and Write tool calls, executing post_tool_hook.py via python (2 commands). From undergroundrap/UEFN-TOOLBELT.
Settings file Claude Code
Agent settings declaring 2 hook events (PreCompact, PostToolUse) and 12 allowed tools.
Instructions file CodexOpenCode
AGENTS.md instructions for undergroundrap/UEFN-TOOLBELT, covering uefn toolbelt — agent guide, what this repo is, non-negotiable rules, key files for agents and specialized agents in this repo.
Instructions file
Claude Code instructions for undergroundrap/UEFN-TOOLBELT, covering uefn toolbelt — claude code context, ⚠️ mandatory: test in uefn before every commit, when to ask the user to test, two-phase validation workflow and the hard refresh bundle (paste into uefn python console).