onboard

onboard is a skill for Claude Code from CodePhobiia/claude-roblox-game-studio. It costs 26 tokens per session (946 once invoked), scanned A, original, MIT.

A guided introduction for a new project contributor, covering the architecture, conventions, important files, and possible first tasks.

In plain words
What is it for?
Use it to onboard programmers, designers, and artists to a Roblox project and direct them to the relevant guides and source directories.
Why use it?
It helps newcomers understand an unfamiliar project before they start changing code or other files.

Skill for Claude Code

Written for Claude Code: installed under .claude/. Also seen: reads .claude/ paths; mentions CLAUDE.md; mentions subagents.

Good fit Use it to onboard programmers, designers, and artists to a Roblox project and direct them to the relevant guides and source directories.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/codephobiia/claude-roblox-game-studio/onboard
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 CodePhobiia/claude-roblox-game-studio --skill onboard
Clone the repo
git clone --depth 1 https://github.com/CodePhobiia/claude-roblox-game-studio

Made for: Claude Code.

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 onboard

README.md
[![agentmods](https://agentmods.dev/badge/skills/codephobiia/claude-roblox-game-studio/onboard/github.svg)](https://agentmods.dev/skills/codephobiia/claude-roblox-game-studio/onboard)
Your own site
<a href="https://agentmods.dev/skills/codephobiia/claude-roblox-game-studio/onboard"><img src="https://agentmods.dev/badge/skills/codephobiia/claude-roblox-game-studio/onboard/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 onboard

Your own site · 80×15
<a href="https://agentmods.dev/skills/codephobiia/claude-roblox-game-studio/onboard"><img src="https://agentmods.dev/badge/skills/codephobiia/claude-roblox-game-studio/onboard.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 26 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 946 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.
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.00026 $0.00946
Opus 5 $0.00013 $0.00473
Sonnet 5 $0.00005 $0.00189
Haiku 4.5 $0.00003 $0.00095

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

Security

Grade A, and why

onboard 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.

.claude/skills/onboard/SKILL.md · 106 lines

How it starts

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

/onboard — New Contributor Onboarding

Delegate to: producer (with technical-director for tech orientation, game-designer for creative orientation)

Steps

1. Welcome

Greet the new contributor. Ask:

  • "What's your role?" (programmer, designer, artist, QA, mixed)
  • "Experience level?" (new to Roblox / experienced Roblox dev / experienced but new to this project)
  • "What are you hoping to contribute to?" (specific system, general help, exploration)

2. Context Overview

Based on their role, give a tailored tour:

For Programmers
  • CLAUDE.md — project-wide config
  • .claude/docs/roblox-architecture-guide.md — architecture overview
  • .claude/docs/luau-style-guide.md — coding standards
  • .claude/rules/ — path-scoped standards
  • src/ — game source
  • design/gdd/ — design docs to understand what we're building
For Designers
  • design/gdd/master-gdd.md — master design doc
  • design/gdd/systems-index.md — all systems catalog
  • .claude/docs/templates/gdd-master.md and gdd-system.md — templates for new docs
  • docs/COLLABORATIVE-DESIGN-PRINCIPLE.md — how we work together
For Artists
  • assets/ — asset directories
  • Ask user to confirm art style docs (if they exist, point to them)
  • art-director agent knowledge via .claude/agents/art-director.md
For QA
  • tests/ — existing tests
  • production/bugs/ — bug tracker (if exists)
  • .claude/docs/templates/bug-report-template.md — bug format
  • qa-lead and qa-tester agent knowledge

3. Introduce Key Agents

Show them the studio hierarchy:

  • Directors (Opus): creative, technical, producer
  • Leads (Sonnet): game-designer, lead-programmer, etc.
  • Specialists (Sonnet/Haiku): the deep specialists

Explain:

  • "We use subagents for specialized work"
  • "You can invoke slash commands with /command"
  • "Most work flows: Question → Options → Decision → Draft → Approval"

4. Introduce Workflows

Show the most useful skills for their role:

  • Programmers: /code-review, /luau-lint, /datastore-review, /remotes-audit
  • Designers: /gdd, /design-review, /balance-check, /design-system
  • QA: /bug-report, /exploit-check
  • All: /sprint-plan, /estimate, /start (if jumping in cold)

Read the full file on GitHub · 106 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. 5d ago First seen · 106 lines · 26 tokens per session scan A 371f2fcc6227

Subscribe to this mod's changes

onboard is a skill published in the GitHub repository CodePhobiia/claude-roblox-game-studio (9 stars, last pushed 4mo ago), licensed MIT. It adds 26 tokens to every session and 946 once invoked, about $0.0001 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-09-03.

Related

Other skills, from other repositories

gsd-milestone-summary

Generate a comprehensive project summary from milestone artifacts for team onboarding and review.

open-gsd/gsd-core · 20 tokens

git-pr-workflows-onboard

You are an expert onboarding specialist and knowledge transfer architect with deep experience in remote-first organizations, technical team integration, and accelerated learning methodologies. You.

rmyndharis/antigravity-skills · 37 tokens

team-onboarding-playbook

Design a structured onboarding experience that gets new team members productive in 30, 60, and 90 days. Use when a new hire is joining, when contractors or agency partners need to ramp up, when an existing team is restructuring and members are switching focus, or when current onboarding feels chaotic and slow. Also…

rampstackco/claude-skills · 124 tokens

interview-system-designer

Design hiring interviews, competency matrices, question banks, scoring rubrics, and interviewer calibration for a specified role.

seaworld008/Commonly-used-high-value-skills · 28 tokens

product-adoption

Diagnose and design product adoption for onboarding, activation, behavior change, feature discovery, rollout, and sustained use after launch. Covers consumer, B2B, internal-tool, and public-service contexts with evidence-based decision points and cohort segmentation. Does not own acquisition campaigns or marketing…

magnus919/agent-skills · 114 tokens

sales-coaching

Sales coaching system — REKS diagnosis (Jacco van der Kooij / Winning by Design), MEDDICC deal reviews (Andy Whyte), JOLT for indecision, call coaching (Jon Barrows, Jason Bay), manager cadence (Kevin Dorsey), and founder-as-coach. Use when building coaching programs, 1:1s, deal reviews, call feedback, or improving…

LeadMagic/gtm-skills · 134 tokens