Agent skill · Security

lp-onboarding-audit

Audit an app's onboarding flow against the "Onboarding Done Right" checklist. Customizes the generic checklist for the app's purpose and audience, then audits actual code using lp-do-fact-find's Outcome A process. Produces an analysis-ready brief.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill lp-onboarding-audit --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 12 KB
Bundled scripts: none
Path: skills/analysis/lp-onboarding-audit/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Onboarding Audit Audit an app's onboarding experience against the universal "Onboarding Done Right" checklist (sections A–I). Customizes the checklist for the app's business context, audits actual code, and produces a fact-find brief that feeds into `/lp-do-analysis` before planning. ## When to Use - **DO (`/lp-do-fact-find`)**: When a startup loop card targets onboarding improvement - **L2→L3 readiness**: When a business is launching and onboarding is a critical activation lever - **Standalone**: Operator invokes `/lp-onboarding-audit <BIZ>` at any time to audit an existing onboarding flow - **Post-launch**: Periodic re-audit to check regression or measure improvement ## Operating Mode **READ + CUSTOMIZE + AUDIT + REPORT** **Allowed:** - Read generic checklist from `.claude/skills/_shared/onboarding-done-right-checklist.md` - Read business strategy plans, brand language docs, businesses.json - Read onboarding component code, routes, layouts, analytics, test files - Trace flow logic and data contracts - Run read-only commands (grep, find, file listing) - Create/update fact-find brief at `docs/plans/<app>-onboarding-audit-fact-find.md` - Create/update Business OS card and stage do

What's inside
Steps it walks through
  1. When to Use
  2. Operating Mode
  3. Inputs
  4. Workflow
  5. Step 1: Resolve Business Context
  6. Step 2: Customize the Checklist
  7. Step 3: Audit Actual Onboarding Code
  8. Step 4: Score Each Section
  9. Step 5: Produce Fact-Find Brief
  10. Step 6: Report Completion
  11. Quality Checks
  12. Integration
  13. Red Flags (Invalid Run)
  14. Example Invocation
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the lp-onboarding-audit skill do?

Audit an app's onboarding flow against the "Onboarding Done Right" checklist. Customizes the generic checklist for the app's purpose and audience, then audits actual code using lp-do-fact-find's Outcome A process. Produces an analysis-ready brief.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill lp-onboarding-audit --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going