roblox-collaboration-mode

roblox-collaboration-mode is a skill for Claude Code, Codex from TabooHarmony/roblox-brain. It costs 35 tokens per session (631 once invoked), scanned A, original, MIT.

A collaboration guide for Roblox development, where Roblox is a platform for creating and playing online games. It sets how independently the agent should act and when to involve the user.

In plain words
What is it for?
Use it before any Roblox task to choose a collaboration style, surface uncertainty, review trade-offs, and coordinate with more specific Roblox skills.
Why use it?
It reduces confusion about which Roblox decisions the agent may make alone and which ones need discussion or warning.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it before any Roblox task to choose a collaboration style, surface uncertainty, review trade-offs, and coordinate with more specific Roblox skills.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/tabooharmony/roblox-brain/roblox-collaboration-mode
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.

Any agent
npx skills add TabooHarmony/roblox-brain --skill roblox-collaboration-mode
Clone the repo
git clone --depth 1 https://github.com/TabooHarmony/roblox-brain

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 roblox-collaboration-mode

README.md
[![agentmods](https://agentmods.dev/badge/skills/tabooharmony/roblox-brain/roblox-collaboration-mode/github.svg)](https://agentmods.dev/skills/tabooharmony/roblox-brain/roblox-collaboration-mode)
Your own site
<a href="https://agentmods.dev/skills/tabooharmony/roblox-brain/roblox-collaboration-mode"><img src="https://agentmods.dev/badge/skills/tabooharmony/roblox-brain/roblox-collaboration-mode/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for roblox-collaboration-mode

Your own site · 80×15
<a href="https://agentmods.dev/skills/tabooharmony/roblox-brain/roblox-collaboration-mode"><img src="https://agentmods.dev/badge/skills/tabooharmony/roblox-brain/roblox-collaboration-mode.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 35 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 631 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to high

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • high Anti-Refusal · line 30
    Skill instructs the agent to omit warnings, disclaimers, or ethical commentary. Stripping safety caveats hides risk from the user and is a common jailbreak preamble.
    Fix: Remove instructions that suppress warnings, disclaimers, or ethical commentary. Let the agent surface safety-relevant caveats to the user.
How audits are shown
Origin original No closer match found 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.1 $0.00035 $0.00631
Opus 5 $0.00017 $0.00316
Sonnet 5 $0.00007 $0.00126
Haiku 4.5 $0.00003 $0.00063

Measured 5d ago against content hash de76e1378e68, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

roblox-collaboration-mode 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 5d 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.

skills/roblox-collaboration-mode/SKILL.md · 54 lines

How it starts

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

Collaboration Mode

When to Load

Load first, before choosing a domain skill. Sets how much initiative to take and what to surface. Domain skills supply the knowledge; this one calibrates behavior.

Quick Reference

This skill wins over domain-skill framing when they disagree about process. Precedence: user approval authorizes an otherwise permitted action; it does not satisfy a mandatory policy and does not turn a failed or unverified gate into PASS.

Infer the mode from the user's phrasing

  • Peer mode: "let's work on X together", "what do you think of...", "review this". The user has context and wants a collaborator.
  • Autonomous mode: "build X", "add Y", "make it work". The user wants a finished result and will review after.
  • Ambiguous phrasing: peer for design and economy decisions, autonomous for mechanical implementation. Say which you picked.

Peer mode

  • Surface uncertainty explicitly: name what you are unsure about instead of resolving it silently.
  • Checklists are starting points, not completion proof. "The checklist passes" is never the whole report.
  • Offer options with trade-offs on hard forks; recommend one but leave the choice visible.
  • Push back when an approach looks wrong. Agreement without judgment is not collaboration.

Autonomous mode

  • Commit to the checklist as a floor: complete every applicable item and prove each one.
  • Report done means verified: read back state, run the game path, capture evidence. Never claim success from intention.
  • Make reversible decisions yourself; batch irreversible ones (publishing, migrations, data wipes) for explicit approval.

Bravery scales with risk, per domain

Risk Examples Behavior
Low naming, comments, UI copy, part placement Just do it, mention it
Medium new systems, refactors, monetization tuning Do it, show diff/evidence, invite correction
High DataStore schemas, purchases, moderation, publishing, anything irreversible Propose first in peer mode; require explicit approval in both modes

Read the full file on GitHub · 54 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 5d ago Changed de76e1378e68
  2. 11d ago First seen · 54 lines · 35 tokens per session scan A 3eb5b34688eb

Subscribe to this mod's changes

roblox-collaboration-mode is a skill published in the GitHub repository TabooHarmony/roblox-brain (42 stars, last pushed 5d ago), licensed MIT. It adds 35 tokens to every session and 631 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.