← ClaudeAtlas

handlerslisted

Skill for the Handlers area of bloxforge. 208 symbols across 15 files.
princeofscale/bloxforge · ★ 7 · AI & Automation · score 73
Install: claude install-skill princeofscale/bloxforge
# Handlers 208 symbols | 15 files | Cohesion: 93% ## When to Use - Working with code in `studio-plugin/` - Understanding how ensureRuntimeBridgeInstalled work - Modifying handlers-related functionality ## Key Files | File | Symbols | |------|---------| | `studio-plugin/src/modules/handlers/MicroProfilerHandlers.ts` | IsValid, GetDataFormatVersion, GetObjSize, FetchTimerIds, FetchThreadIds (+54) | | `studio-plugin/src/modules/handlers/BreakpointHandlers.ts` | AddBreakpoint, RemoveBreakpoint, ClearBreakpoints, breakpointKey, readSetting (+22) | | `studio-plugin/src/modules/handlers/ScriptProfilerHandlers.ts` | ServerStart, ServerStop, ServerRequestData, ClientStart, ClientStop (+18) | | `studio-plugin/src/modules/handlers/TestHandlers.ts` | ExecuteMultiplayerTestAsync, AddPlayers, CanLeaveTest, LeaveTest, detectPeerRole (+12) | | `studio-plugin/src/modules/handlers/ScriptHandlers.ts` | normalizeEscapes, updateScriptSourceVerified, setScriptSource, editScriptLines, insertScriptLines (+10) | | `studio-plugin/src/modules/handlers/SceneAnalysisHandlers.ts` | query, betaDisabledError, isBetaDisabledError, flattenLeaves, compactEntry (+8) | | `studio-plugin/src/modules/handlers/QueryHandlers.ts` | searchFiles, searchRecursive, searchObjects, searchByProperty, getFileTree (+7) | | `studio-plugin/src/modules/handlers/InstanceHandlers.ts` | applyProperties, processObjectEntries, createObject, massCreateObjects, performSmartDuplicate (+5) | | `studio-plugin/src/modules/handlers/Capt