Agent skill
bootcamp
Guided onboarding walkthrough for new Embry OS users via Embry Lawson persona
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/bootcamp
SKILL.md
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
# 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:
- Welcome -- introduce Embry OS and the user's role context
- Health Check -- verify daemon health via
/service-status - Data Overview -- assess data completeness via
/data-audit - First Query -- walk through a role-appropriate first query
- Compliance Baseline -- show current compliance posture
Progress is saved to ~/.embry/bootcamp_state.json so you can resume at any
time.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?