onboard

Generate a role-specific onboarding markdown document from project context and conventions.

72|7|Updated Apr 29, 2026
One-click install
npx skills add https://github.com/striderZA/OpenCodeGameStudios --skill onboard-striderza
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: onboard
Source: https://github.com/striderZA/OpenCodeGameStudios/tree/main/.opencode/skills/onboard
Command: npx skills add https://github.com/striderZA/OpenCodeGameStudios --skill onboard-striderza

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It creates a tailored onboarding document that reduces confusion for new contributors by summarizing the current project context, architecture, conventions, and immediate priorities for a specified role or area.

Core Features & Use Cases

  • Role/Area-Specific Onboarding: Produces an onboarding document customized to a contributor’s role or project area, including what they should read and do first.
  • Targeted Repository Scanning: Pulls relevant information by scanning CLAUDE.md, role definitions under .opencode/agents/, and the most relevant directories (src/, design/, design/narrative/, tests/, production/) based on the provided role.
  • Actionable Next Steps: Includes current sprint context, dependencies, common pitfalls, and a structured “First Tasks” plan to accelerate productivity.

Quick Start

Ask the AI to onboard you for a specific role by running: onboard engineering.

Frequently Asked Questions about onboard

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

FAQPage Schema
How do I generate role-based project onboarding documentation for new contributors?

Generate role-based project onboarding documentation by scanning CLAUDE.md, role definitions in .opencode/agents/, and relevant directories to produce a tailored markdown file summarizing architecture, conventions, and first tasks for a specific contributor role.

What is the best way to onboard a programmer or narrative writer to project conventions and sprint context?

Onboard programmers or narrative writers by scanning targeted repository areas like src/ or design/narrative/ to extract engineering standards, current sprint context, dependencies, and common pitfalls into a structured role-specific onboarding document.

Can I create an onboarding document for QA and production roles using repository scanning?

Yes, you can create an onboarding document for QA and production roles by scanning relevant directories such as tests/ and production/ to summarize project state, role-specific priorities, and an actionable first tasks plan.

How does role-specific contributor onboarding work with .opencode/agents/ definitions?

Role-specific contributor onboarding works by reading role definitions from .opencode/agents/ and correlating them with scanned repository areas to output a markdown file detailing what a new team member should read and do first.

Do I need a CLAUDE.md file to generate contributor workflow documentation?

Yes, a CLAUDE.md file is required because the onboarding process reads it to summarize the current project context, architecture, and conventions before generating the role-based onboarding markdown file.

What limitations exist when generating onboarding documents for new team members?

Limitations include dependency on existing CLAUDE.md and .opencode/agents/ files for context, and the onboarding document generation requires user confirmation before writing the final markdown file to the repository.