From agentics-onboarding
Start the Agentics onboarding flow — signup, community, first project, first event
How this command is triggered — by the user, by Claude, or both
Slash command
/agentics-onboarding:onboardThe summary Claude sees in its command listing — used to decide when to auto-load this command
Start a guided onboarding for a new Agentics member. Load the `onboarding-flow` skill and walk the user through Steps 1-4 one at a time. Pause at each step for confirmation before continuing. Use the `agentics-org` MCP plugin to fetch real signup/membership content from agentics.org, and the `agentics-events` plugin to surface concrete upcoming events. ARGUMENTS: $ARGUMENTS
Start a guided onboarding for a new Agentics member.
Load the onboarding-flow skill and walk the user through Steps 1-4 one at a time. Pause at each step for confirmation before continuing.
Use the agentics-org MCP plugin to fetch real signup/membership content from agentics.org, and the agentics-events plugin to surface concrete upcoming events.
ARGUMENTS: $ARGUMENTS
npx claudepluginhub agenticsorg/claude-plugin --plugin agentics-onboarding/onboardGenerates four audience-tailored onboarding guides—Contributor, Staff Engineer, Executive, Product Manager—in an onboarding/ folder with index hub.
/onboardGenerates a developer onboarding guide by scanning project configs, structure, and docs for prerequisites, setup, workflow, key concepts. Writes to docs/onboarding.md.
/onboardIndexes this folder and saves a persistent overview that future sessions pick up automatically. In a git repo this writes `codebase:onboard` (code-shape map). In a non-git folder this writes `project:onboard` (file-shape index built by deterministic extractors — no LLM at index time).
/onboardGenerates a comprehensive developer onboarding guide including architecture diagram, tech stack, setup instructions, key files, API routes, database schema, and common gotchas.
/onboardGuides new Swarm users through core concepts—outcomes, modes—and launches their first team via interactive step-by-step gates.
/onboardScans new codebase, checks context and files, classifies stack, maps architecture, sets up rules, and saves knowledge to .memory/ for building.