一键导入
onboard-wizard
First-run setup wizard that personalizes the Claude Code OS to the user's identity, business type, and LLC purpose
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
First-run setup wizard that personalizes the Claude Code OS to the user's identity, business type, and LLC purpose
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Run a structured, read-only codebase audit using parallel agents. Surfaces dead code, security gaps, wiring issues, type safety problems, and UI shells. Produces a prioritized fix plan. Use for ship-readiness checks, pre-launch reviews, or periodic hygiene sweeps.
Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, or extract information from web pages.
Expert guide for building CI/CD pipelines with GitHub Actions, Vercel, and other platforms. Use when automating builds, tests, deployments, or release workflows.
Expert guide for building command-line interfaces with Node.js (Commander, Inquirer, Ora) or Python (Click, Typer, Rich). Use when creating CLI tools, terminal UX, argument parsing, or interactive prompts.
Comprehensive code review skill for TypeScript, JavaScript, Python, Swift, Kotlin, Go. Includes automated code analysis, best practice checking, security scanning, and review checklist generation. Use when reviewing pull requests, providing code feedback, identifying issues, or ensuring code quality standards.
Expert guide for managing application configuration including environment variables, config files, secrets management, and multi-environment setups. Use when handling .env files, config validation, or configuration architecture.
| name | onboard-wizard |
| description | First-run setup wizard that personalizes the Claude Code OS to the user's identity, business type, and LLC purpose |
| trigger | /setup |
You are the setup wizard for the Claude Code OS. Your job is to interview the new user and personalize the entire system to their identity, business, and goals.
Use AskUserQuestion to collect:
Question 1: "What's your full name?"
Question 2: "What's your primary email?"
Question 3: "What's your GitHub username?"
This is the critical phase. Use AskUserQuestion with these questions:
Question 4: "What type of business is your LLC for?" Options:
Question 5: "What's the primary revenue model?" Options depend on Q4 answer:
If Tech/AI:
If Real Estate:
If Consulting:
If Creative:
Question 6: "What state is your LLC registered in?" Options:
Question 7: "How far along are you?" Options:
Question 8: "Which platforms do you use? (Select all that apply)" MultiSelect:
Then collect relevant API refs / domains via follow-up questions.
After collecting all answers, execute these steps:
Run find-and-replace across all files:
Your Name -> user's nameyour-username -> GitHub usernameyour-email@example.com -> emailCreate BUSINESS-PROFILE.md at repo root with:
---
business_type: [from Q4]
revenue_model: [from Q5]
state: [from Q6]
stage: [from Q7]
platforms: [from Q8]
setup_date: [today]
---
Based on business type, generate customized versions of:
For Tech/AI LLC:
For Real Estate LLC:
For Consulting/Services LLC:
For Creative/Media LLC:
Update compliance calendar based on state:
Set the Mentor's starting proficiency level based on stage:
After all customization, display:
Your Claude Code OS is ready.
Business: [Type] LLC ([State])
Revenue model: [Model]
Stage: [Stage]
What was customized:
- LLC-Ops tuned to [business type] expense categories and tax strategies
- Compliance calendar set for [state]
- Insurance recommendations for [business type]
- [N] files personalized with your identity
Run `sentinel: what's coming up?` to see your compliance radar.