Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Lev Onboarding

ASecurity

First-run setup wizard for Lev — prereqs, XDG scaffolding, config, smoke validation, handoff to /work.

22 stars
0 votes
0 copies
0 views
Added 9/20/2026
testingbashreactgit

Works with

cli

Security Analysis

A100/100

Scanned 9/20/2026

Install to Claude Code

$npx -y skills add lev-os/agents --skill lev-onboarding --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Lev Onboarding?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Lev Onboarding
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/lev-os-lev-onboarding/badge)](https://www.skillsdirectory.com/skills/lev-os-lev-onboarding)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
---
name: lev-onboarding
description: First-run setup wizard for Lev — prereqs, XDG scaffolding, config, smoke validation, handoff to /work.
triggers: ["install lev","setup lev","first run","onboard agent","lev doctor","prereq check","new machine","fresh install"]
source_flow: lev-onboarding.flow.yaml
generated: true
---

# lev-onboarding

First-run setup wizard for Lev — prereqs, XDG scaffolding, config, smoke validation, handoff to /work.

Takes a human or coding-agent from zero to a working Lev install. Absorbs the
hm-01 setup wizard pattern from hermes and the oc-02 onboarding wizard pattern
from openclaw into a single Lev-specific surface, replacing the prior deferrals
that had no valid home under /agent-field-kit's generic remote-access charter.

## Quick Start

```bash
lev exec --flow lev-onboarding
```

## Source of Truth

- dna/skills/lev-onboarding.intent.yaml
- dna/core/onboarding.dna.yaml
- docs/ARCHITECTURE.md (XDG Directory Map)

## Steps

1. Run prereq-check: verify git, bun, pnpm, and writable XDG paths
2. Install or verify Lev CLI surface via core/poly (idempotent)
3. Scaffold XDG dirs: ~/.config/lev, ~/.local/share/lev, ~/.local/state/lev, ~/.cache/lev
4. Write default settings.yaml and reactive/hooks.yaml under $XDG_CONFIG_HOME/lev
5. Run smoke test: lev doctor plus one canonical flow execution
6. Emit lev.onboarding.* LevEvents for each step (visible on event bus)
7. Hand off to /work with a pre-filled tracked session for the first piece of real work

## Done Condition

- Criteria: lev doctor returns exit 0 AND at least one flow executes end-to-end AND first /work session is tracked
- Metric: prerequisite_check_passes
- Metric: xdg_paths_created
- Metric: default_config_written
- Metric: first_flow_execution_ok
- Metric: first_work_session_tracked

<!-- Generated by flowmind compile --target=skill from lev-onboarding.flow.yaml -->

Attribution

lev-oslev-os
View sourceMore from lev-os →
SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Related Skills

Screen Reader Testing

Practical guide to testing web applications with screen readers for comprehensive accessibility validation.

393431 votes

Python Testing

使用pytest、TDD方法、夹具、模拟、参数化和覆盖率要求的Python测试策略。

2456590 votes

Tdd Workflow

在编写新功能、修复错误或重构代码时使用此技能。强制执行测试驱动开发,包含单元测试、集成测试和端到端测试,覆盖率超过80%。

2456590 votes

Springboot Tdd

使用JUnit 5、Mockito、MockMvc、Testcontainers和JaCoCo进行Spring Boot的测试驱动开发。适用于添加功能、修复错误或重构时。

2456590 votes

Eval Harness

克劳德代码会话的正式评估框架,实施评估驱动开发(EDD)原则

2456590 votes
View all in testing →