cluster-143

cluster-143 is a skill for Claude Code, Codex from princeofscale/bloxforge. It costs 24 tokens per session (657 once invoked), scanned A, a copy of cluster-110, MIT.

A code map for the Cluster143 area, focused on managing Roblox Studio instances and Windows or WSL paths.

In plain words
What is it for?
Use it to explore, understand, or modify Studio process discovery, executable lookup, path conversion, and process closing.
Why use it?
It helps you find the relevant file and functions before changing instance-management code.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/princeofscale/bloxforge/cluster-143
Any agent
npx skills add princeofscale/bloxforge --skill cluster-143
Clone the repo
git clone --depth 1 https://github.com/princeofscale/bloxforge

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for cluster-143

README.md
[![agentmods](https://agentmods.dev/badge/skills/princeofscale/bloxforge/cluster-143.svg)](https://agentmods.dev/skills/princeofscale/bloxforge/cluster-143)
Your own site
<a href="https://agentmods.dev/skills/princeofscale/bloxforge/cluster-143"><img src="https://agentmods.dev/badge/skills/princeofscale/bloxforge/cluster-143.svg" alt="Measured on agentmods" height="20"></a>
Per session 24 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 657 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin 81% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00024 $0.00657
Opus 5 $0.00012 $0.00329
Sonnet 5 $0.00005 $0.00131
Haiku 4.5 $0.00002 $0.00066

Measured 4d ago against content hash 35ea5e42f4ed, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

cluster-143 scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

81% identical to cluster-110 — 71 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.claude/skills/generated/cluster-143/SKILL.md · 60 lines

How it starts

The opening of the file, as written. The whole thing — 60 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Cluster_143

10 symbols | 1 files | Cohesion: 88%

When to Use

  • Working with code in packages/
  • Understanding how isWsl, resolveStudioExe, listStudioProcesses work
  • Modifying cluster_143-related functionality

Key Files

File Symbols
packages/core/src/studio-instance-manager.ts run, isWsl, powershell, windowsLocalAppData, toWslPath (+5)

Entry Points

Start here when exploring this area:

  • isWsl (Function) — packages/core/src/studio-instance-manager.ts:88
  • resolveStudioExe (Function) — packages/core/src/studio-instance-manager.ts:229
  • listStudioProcesses (Function) — packages/core/src/studio-instance-manager.ts:262
  • currentBootId (Function) — packages/core/src/studio-instance-manager.ts:296
  • closeProcess (Method) — packages/core/src/studio-instance-manager.ts:560

Key Symbols

Symbol Type File Line
isWsl Function packages/core/src/studio-instance-manager.ts 88
resolveStudioExe Function packages/core/src/studio-instance-manager.ts 229
listStudioProcesses Function packages/core/src/studio-instance-manager.ts 262
currentBootId Function packages/core/src/studio-instance-manager.ts 296
closeProcess Method packages/core/src/studio-instance-manager.ts 560
run Function packages/core/src/studio-instance-manager.ts 80
powershell Function packages/core/src/studio-instance-manager.ts 97
windowsLocalAppData Function packages/core/src/studio-instance-manager.ts 103
toWslPath Function packages/core/src/studio-instance-manager.ts 115
toStudioLaunchArg Function packages/core/src/studio-instance-manager.ts 120

Execution Flows

Flow Type Steps
Launch → Run cross_community 5
Launch → IsWsl cross_community 5

How to Explore

  1. context({name: "isWsl"}) — see callers and callees
  2. query({search_query: "cluster_143"}) — find related execution flows
  3. Read key files listed above for implementation details
  4. explain({target: "<file or symbol>"}) — persisted taint findings (source→sink data flows), when indexed with --pdg

Read the full file on GitHub · 60 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 60 lines · 24 tokens per session scan A 35ea5e42f4ed

Subscribe to this mod's changes

cluster-143 is a skill published in the GitHub repository princeofscale/bloxforge (5 stars, last pushed 8d ago), licensed MIT. It adds 24 tokens to every session and 657 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. It is 81% identical to cluster-110, differing in 71 lines, and is treated as a copy.