Guided onboarding walkthrough for new Embry OS users via Embry Lawson persona
Scanned 9/11/2026
Install to Claude Code
npx -y skills add grahama1970/agent-skills --skill bootcamp --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Bootcamp?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/grahama1970-bootcamp)More formats (shields.io, HTML) on the badges page.
---
name: bootcamp
description: Guided onboarding walkthrough for new Embry OS users via Embry Lawson persona
triggers:
- "bootcamp"
- "onboarding"
- "getting started"
allowed-tools:
- Bash
provides:
- bootcamp
composes:
- service-status
- data-audit
- task-monitor
- agentic-evals
disciplines:
- human-collaboration
- persona-simulation
---
# Bootcamp
Guided onboarding for new Embry OS users, delivered through the Embry Lawson
persona. The walkthrough adapts to the user's role and composes existing skills
(`/service-status`, `/data-audit`) so every step touches real system state.
## Usage
```bash
# Full onboarding for a manufacturing-floor operator
./run.sh start --role operator
# Compliance officer track
./run.sh start --role compliance-officer
# Developer track
./run.sh start --role developer
# Preview the onboarding script without executing anything
./run.sh start --role developer --dry-run
# Resume from where you left off
./run.sh resume
```
## Roles
| Role | Focus |
|----------------------|-----------------------------------------------------------------------|
| `operator` | Manufacturing floor workflows, sensor monitoring, voice commands |
| `compliance-officer` | OSCAL export, audit timeline, compliance drift detection |
| `developer` | Skill creation, daemon architecture, testing |
## Steps
Every track follows the same five-step structure:
1. **Welcome** -- introduce Embry OS and the user's role context
2. **Health Check** -- verify daemon health via `/service-status`
3. **Data Overview** -- assess data completeness via `/data-audit`
4. **First Query** -- walk through a role-appropriate first query
5. **Compliance Baseline** -- show current compliance posture
Progress is saved to `~/.embry/bootcamp_state.json` so you can `resume` at any
time.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!