onboard

Redirect deprecated ApexYard onboarding requests to setup or handover workflows.

489|254|Updated Apr 5, 2026
One-click install
npx skills add https://github.com/me2resh/apexyard --skill onboard-me2resh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: onboard
Source: https://github.com/me2resh/apexyard/tree/main/.claude/skills/onboard
Command: npx skills add https://github.com/me2resh/apexyard --skill onboard-me2resh

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The onboard skill helps you move into ApexYard by redirecting you away from the deprecated all-in-one onboarding flow and toward the two purpose-specific flows that match the right moment in the lifecycle.

Core Features & Use Cases

  • Redirect to setup or handover: Guides you to either first-run fork configuration or per-project discovery without mixing concerns.
  • Framework bootstrap vs project entry: Ensures company-wide configuration (onboarding.yaml) happens once, while portfolio discovery (project-config.json) happens for each project.
  • Use Case: You started adopting ApexYard but reached a legacy command and need the correct next action to configure your fork and/or add a new repository to the portfolio.

Quick Start

Run /setup to configure your ApexYard fork, or run /handover <repo> to add a project to the portfolio.

Frequently Asked Questions about onboard

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

FAQPage Schema
How do I start onboarding a new external repository into ApexYard?

To configure your ApexYard fork during first-time adoption, run the /setup command. This executes the framework-level initialization to establish your company-wide configuration file.

Why does the ApexYard onboarding process redirect to different workflows?

ApexYard onboarding redirects because the legacy all-in-one flow is deprecated. It now separates framework bootstrap from per-project portfolio discovery to ensure each concern is matched to the correct lifecycle moment.

What is the difference between framework bootstrap and project discovery in SDLC onboarding?

Framework bootstrap configures company-wide settings once, while project discovery generates a per-project configuration file for each repository added to the portfolio.

When do I need to run project handover for ApexYard portfolio discovery?

You run project handover when onboarding a new external repository into your portfolio. This discovery process writes the specific project configuration file required for that repository.

Can I use the legacy /onboard entry point for ApexYard fork configuration?

The legacy /onboard entry point is honored but redirects you to the correct setup or handover workflow. This ensures proper framework-level initialization and project configuration without mixing concerns.