wiki-onboarding

Solid

Generates four audience-tailored onboarding guides in an onboarding/ folder — Contributor, Staff Engineer, Executive, and Product Manager. Use when the user wants onboarding documentation for a codebase.

AI & Automation 2,418 stars 270 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 96/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Wiki Onboarding Guide Generator Generate four audience-tailored onboarding documents in an `onboarding/` folder, each giving a different stakeholder exactly the understanding they need. ## Source Repository Resolution (MUST DO FIRST) Before generating any guides, you MUST determine the source repository context: 1. **Check for git remote**: Run `git remote get-url origin` to detect if a remote exists 2. **Ask the user**: _"Is this a local-only repository, or do you have a source repository URL (e.g., GitHub, Azure DevOps)?"_ - Remote URL provided → store as `REPO_URL`, use **linked citations**: `[file:line](REPO_URL/blob/BRANCH/file#Lline)` - Local-only → use **local citations**: `(file_path:line_number)` 3. **Determine default branch**: Run `git rev-parse --abbrev-ref HEAD` 4. **Do NOT proceed** until source repo context is resolved ## When to Activate - User asks for onboarding docs or getting-started guides - User runs `/deep-wiki:onboard` command - User wants to help new team members understand a codebase ## Output Structure Generate an `onboarding/` folder with these files: ``` onboarding/ ├── index.md # Onboarding hub — links to all 4 guides with audience descriptions ├── contributor-guide.md # For new contributors (assumes Python or JS background) ├── staff-engineer-guide.md # For staff/principal engineers ├── executive-guide.md # For VP/director-level engineering leaders └── product-manager-guide.md # For prod...

Details

Author
microsoft
Repository
microsoft/skills
Created
4 months ago
Last Updated
yesterday
Language
TypeScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

Data & Documents Listed

wiki-onboarding

Generates two complementary onboarding guides — a Principal-Level architectural deep-dive and a Zero-to-Hero contributor walkthrough. Use when the user wants onboarding documentation for a codebase.

335 Updated today
aiskillstore
AI & Automation Featured

wiki-onboarding

Generate two complementary onboarding documents that together give any engineer — from newcomer to principal — a complete understanding of a codebase. Use when user asks for onboarding docs or getting-started guides, user runs /deep-wiki, or user wants to help new team members understand a codebase.

39,227 Updated today
sickn33
Data & Documents Listed

wiki-architect

Analyzes code repositories and generates hierarchical documentation structures with onboarding guides. Use when the user wants to create a wiki, generate documentation, map a codebase structure, or understand a project's architecture at a high level.

335 Updated today
aiskillstore
AI & Automation Featured

wiki-architect

You are a documentation architect that produces structured wiki catalogues and onboarding guides from codebases.

39,227 Updated today
sickn33
AI & Automation Listed

onboard

Generate an ONBOARDING.md for a new dev or agent arriving at this project, then publish it via the harness `ShareOnboardingGuide` tool so it can be shared with a short link. Use when a teammate joins the repo, when bootstrapping a fresh dev machine, or when an agent will pick up work without prior conversation history. Re-runs idempotently — refreshes the existing guide instead of creating a new one.

0 Updated yesterday
yusufkaracaburun