workshop-onboarding

Bootstraps a pnpm workshop project with health-gated startup of three services.

1|2|Updated Mar 25, 2026
One-click install
npx skills add https://github.com/kpnemo/workshop --skill workshop-onboarding
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workshop-onboarding
Source: https://github.com/kpnemo/workshop/tree/main/.claude/skills/workshop-onboarding
Command: npx skills add https://github.com/kpnemo/workshop --skill workshop-onboarding

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Guides new participants through setting up a pnpm-based workshop project from clone to running services, reducing confusion and setup time.

Core Features & Use Cases

  • Onboarding flow: dependency installation, environment configuration, and multi-service startup (agent-service, web-client, admin-panel) from the project root.
  • Anchor commands to the project root to avoid drift and ensure consistent setup.
  • Health-aware startup and admin bootstrap to get everyone started quickly.

Quick Start

From the project root, run pnpm start to launch all three services.

Frequently Asked Questions about workshop-onboarding

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

FAQPage Schema
How do I set up a pnpm monorepo for a workshop project?

To set up a pnpm monorepo workshop project, clone the repository, install dependencies, configure the environment, and run pnpm start. This bootstraps the entire multi-service architecture quickly from the project root.

What is the best way to start multiple services like agent-service and web-client from a project root?

The best way to start multiple services like agent-service and web-client is anchoring commands at the project root. Running pnpm start executes a health-gated startup that launches all configured services simultaneously with readiness checks.

How does health-gated startup work for multi-service environments?

Health-gated startup ensures multi-service environments only launch when dependencies are ready. It checks service readiness during the pnpm start command, preventing startup drift and ensuring stable bootstrapping for all configured panels.

Do I need to manually generate admin credentials during pnpm workshop onboarding?

You do not need to manually generate admin credentials during pnpm workshop onboarding. The workflow automatically bootstraps and generates admin credentials as part of the environment configuration and multi-service startup process.

Why should I anchor onboarding commands to the project root in a pnpm monorepo?

You should anchor onboarding commands to the project root in a pnpm monorepo to avoid directory drift. This ensures consistent environment configuration, proper dependency installation, and reliable multi-service startup across all participants.