onboard
Onboard a new contributor to the project. Overview of architecture, conventions, key files, and first-task suggestions.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Onboard a new contributor to the project. Overview of architecture, conventions, key files, and first-task suggestions.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Run a comprehensive health check on the repo. Verifies README counts match reality, promised files exist, no unresolved placeholders, wiki index is synced, toolchain configs are valid, and agent roster is accurate. Use after making structural changes or before publishing.
Begin a new Roblox game project or onboard to an existing one. Use when starting a fresh session with no context, or when the user says "let's start" or "new project".
Generate a 3D asset from a reference image using Blender MCP's image-to-3D AI (Hyper3D). Optimizes for Roblox and exports FBX.
Generate a 3D asset for Roblox using Blender MCP. Creates models from text descriptions via AI (Hyper3D/Hunyuan3D) or downloads from PolyHaven/Sketchfab, optimizes for Roblox constraints, and exports FBX.
Inspect the current Roblox Studio state via MCP. Verifies instance hierarchy, checks for common structural issues, and reports findings.
Capture a screenshot of the current Roblox Studio viewport and analyze it. Use for visual verification of UI, lighting, level layout, and general game appearance.
| name | onboard |
| description | Onboard a new contributor to the project. Overview of architecture, conventions, key files, and first-task suggestions. |
Greet the new contributor. Ask:
Based on their role, give a tailored tour:
.claude/docs/roblox-architecture-guide.md — architecture overview.claude/docs/luau-style-guide.md — coding standards.claude/rules/ — path-scoped standardssrc/ — game sourcedesign/gdd/ — design docs to understand what we're buildingdesign/gdd/master-gdd.md — master design docdesign/gdd/systems-index.md — all systems catalog.claude/docs/templates/gdd-master.md and gdd-system.md — templates for new docsdocs/COLLABORATIVE-DESIGN-PRINCIPLE.md — how we work togetherassets/ — asset directories.claude/agents/art-director.mdtests/ — existing testsproduction/bugs/ — bug tracker (if exists).claude/docs/templates/bug-report-template.md — bug formatShow them the studio hierarchy:
Explain:
/command"Show the most useful skills for their role:
/code-review, /luau-lint, /datastore-review, /remotes-audit/gdd, /design-review, /balance-check, /design-system/bug-report, /exploit-check/sprint-plan, /estimate, /start (if jumping in cold)Based on their role and current sprint status:
# Onboarding: [Contributor Name / Role]
## Your Role
[Summary]
## Key Docs to Read (in order)
1. CLAUDE.md
2. [Role-specific doc]
3. Current sprint plan
4. [Agent they should be aware of]
## Your First Tasks
1. **Warm-up**: [Specific starter task]
2. **Collaboration**: [Task requiring handoff]
3. **Real work**: [Value-add task]
## Agents to Know
- Your primary lead: [agent]
- Peer specialists: [list]
## Useful Skills
- `/[skill]` — [what it does]
## Questions?
Just ask. If unclear, I'll route to the right specialist.
Save to production/onboarding/<name>-<date>.md on approval.