onboard

Create role-aware onboarding guides with YAML frontmatter and Markdown steps for Roblox projects.

8|Updated Apr 16, 2026
One-click install
npx skills add https://github.com/CodePhobiia/claude-roblox-game-studio --skill onboard-codephobiia
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: onboard
Source: https://github.com/CodePhobiia/claude-roblox-game-studio/tree/main/.claude/skills/onboard
Command: npx skills add https://github.com/CodePhobiia/claude-roblox-game-studio --skill onboard-codephobiia

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Onboard new contributors by providing a clear, role-aware orientation that covers project architecture, conventions, key files, and first tasks. It reduces confusion and accelerates productive onboarding.

Core Features & Use Cases

  • Role-aware context for programmers, designers, artists, QA, and mixed roles to understand responsibilities.
  • Central references to key files and docs (CLAUDE config, architecture guides, conventions, and rules).
  • Starter task plan and warm-up activities to get newcomers productive quickly.
  • A clear handoff and escalation workflow to connect new contributors with the right agents and mentors.

Quick Start

Create an onboarding document for a new contributor and save it to production/onboarding/<name>-<date>.md.

Frequently Asked Questions about onboard

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I onboard new contributors to a Roblox project effectively?

Contributor onboarding requires a structured orientation guide that outlines project architecture, conventions, and first tasks. It provides role-aware context for programmers, designers, artists, and QA to accelerate productive onboarding.

What is included in a role-aware onboarding guide for mixed-role contributors?

A role-aware onboarding guide includes context overviews, key file references, convention rules, and introductory starter tasks. It defines specific responsibilities for programmers, designers, artists, QA, and mixed roles within the project.

How do I create an orientation document for a new project contributor?

Create an onboarding document with YAML frontmatter containing name and description, then add a descriptive Markdown body with onboarding steps. Save the file to production/onboarding/<name>-<date>.md to complete the process.

Can I organize onboarding resources across scripts, references, and assets directories?

Yes, you can store optional orientation resources under scripts/, references/, and assets/ directories. These folders support the onboarding process by holding supplementary materials referenced in the main guide.

Does this onboarding approach support handoff and escalation workflows for mentors?

Yes, the onboarding guide includes a clear handoff and escalation workflow to connect new contributors with the right agents and mentors. This ensures newcomers receive proper guidance when encountering roadblocks during orientation.

What format does the onboarding orientation guide enforce for contributor documentation?

The orientation guide enforces a YAML frontmatter block with name and description fields, followed by a descriptive Markdown body containing onboarding steps. Optional resources can be stored in supporting directories.