| name | wiki-onboarding |
| category | developer-experience |
| subcategory | cli |
| description | Generates audience-specific onboarding guides |
| license | MIT |
| targets | ["claudecode","codexcli"] |
| tags | ["wiki","onboarding","documentation"] |
| version | 1.0.0 |
| author | microsoft |
| invocable | true |
| claudecode | {} |
| opencode | {} |
| codexcli | {"short-description":"Toolkit guidance for wiki-onboarding"} |
| copilot | {} |
| geminicli | {} |
| antigravity | {} |
wiki-onboarding
Generates audience-specific onboarding guides
Trigger
- User asks for onboarding docs
- User wants getting-started guides
Guides Generated
- Contributor Guide: Setup, workflow, PR process
- Staff Engineer Guide: Architecture, patterns, key decisions
- Executive Guide: Business value, roadmap, metrics
- PM Guide: Features, user flows, release planning
Output
wiki/onboarding/
├── contributor.md
├── staff-engineer.md
├── executive.md
└── pm.md
```text
## Design Principles
- Audience-specific content
- Progressive disclosure
- Source-linked citations
- Actionable next steps