start

Guides new employees through an interactive onboarding session on Claude Code, MCP, and Skills.

Updated Jul 27, 2026
One-click install
npx skills add https://github.com/sebaperiesdigit-create/Peries-Skills-Master --skill start-sebaperiesdigit-create
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: start
Source: https://github.com/sebaperiesdigit-create/Peries-Skills-Master/tree/main/.claude/skills/start
Command: npx skills add https://github.com/sebaperiesdigit-create/Peries-Skills-Master --skill start-sebaperiesdigit-create

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? New employees often struggle to understand how Claude Code, MCP connectors, and Skills fit together, and generic documentation does not adapt to their role or prior experience. This Skill runs an interactive, quiz-driven training session that teaches the four-layer architecture and personalizes examples to each employee's job. ## Core Features & Use Cases - Interactive Four-Layer Training: Teaches the Data, MCP, Claude Code + Skills, and Output layers using diagrams, a restaurant analogy, and comprehension checks after each section. - Role Personalization: Adapts examples and quiz difficulty based on the employee's role (dev, PM, support, sales, data, etc.) and prior AI tool experience. - Progress Persistence: Saves onboarding progress, cheat sheets, and completion summaries to onboarding-output/ so sessions can be paused and resumed. - Use Case: A new support hire says "I'm new here, onboard me." The Skill walks them through the system architecture with ticket-based examples, quizzes their understanding, and saves a personalized cheat sheet for future reference. ## Quick Start Ask Claude to start the onboarding session by saying "onboard me" or "I'm new here, explain how this works."

Frequently Asked Questions about start

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

FAQPage Schema
How do I onboard new employees to Claude Code and MCP?▼

Invoke the onboarding skill by saying "onboard me" or "I'm new here." It runs an interactive session covering the four-layer architecture (Data, MCP, Claude Code + Skills, Output) with comprehension checks after each section.

What is the difference between CLAUDE.md and a skill?▼

CLAUDE.md contains project-wide rules that are always loaded into context, while a skill contains task-specific instructions loaded only when invoked. The onboarding session teaches this distinction with a dedicated comprehension check.

Can I pause and resume the onboarding session later?▼

Yes. If you pause mid-session, the skill saves your progress to onboarding-output/onboarding-progress.md after your confirmation. On your next run, it detects the saved progress and offers to resume from the next incomplete step.

Does the onboarding training adapt to different job roles?▼

Yes. The session asks for your role and prior AI tool experience, then personalizes examples using role-specific tasks such as code reviews for developers, ticket summaries for support, or pipeline analysis for sales.

What files does the onboarding skill write to my project?▼

It writes only three files inside onboarding-output/: a progress file when pausing, a cheat sheet at Step 9, and a completion summary at Step 11. Every write requires your explicit confirmation, and it never modifies project source or configuration files.