- Home
- Skills
- Linehaul Ai
- Linehaulai Claude Marketplace
- Wiki Onboarding
wiki-onboarding_skill
- Go
3
GitHub Stars
1
Bundled Files
2 months ago
Catalog Refreshed
4 months ago
First Indexed
Readme & install
Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.
Installation
Preview and clipboard use veilstrat where the catalogue uses aiagentskills.
npx veilstrat add skill linehaul-ai/linehaulai-claude-marketplace --skill wiki-onboarding- SKILL.md13.2 KB
Overview
This skill generates four audience-tailored onboarding guides in an onboarding/ folder — Contributor, Staff Engineer, Executive, and Product Manager — to help new team members get productive with a codebase. It first resolves the source repository context (remote URL and default branch) and then produces linked, evidence-backed guides that reference actual files and lines in the repository.
How this skill works
The skill inspects the repository to detect the primary language (by scanning files like go.mod, package.json, pyproject.toml, etc.) and validates the source context by checking git remotes and the current branch. It then generates the onboarding/ folder with index.md plus four guides, embedding linked citations (remote or local) and mermaid diagrams where appropriate while honoring audience constraints (no code in Executive/PM guides).
When to use it
- When you need ready-to-use onboarding documentation for a codebase.
- Before adding new engineers, product managers, or executives to a project.
- When you want structured, evidence-backed guides that cite actual source files.
- When running the /deep-wiki:onboard command or similar automation.
Best practices
- Resolve repo context first: run
git remote get-url originandgit rev-parse --abbrev-ref HEADbefore generating guides. - Provide a repository URL if available so the skill can create linked citations; otherwise accept local citations.
- Confirm the detected primary language (e.g., Go via go.mod) so code examples match the repo.
- Review and edit generated guides to add product-specific tone, missing diagrams, or policies.
- Validate that file paths, class/method names, and mermaid diagrams render correctly after generation.
Example use cases
- Create onboarding for a Go microservice repo before a new contributor starts their first task.
- Prepare an executive summary and risk table for a VP before a roadmap review.
- Produce a PM-facing feature capability map and user journey for planning sessions.
- Provide a staff engineer with architecture diagrams, decision logs, and known technical debt for a system redesign.
FAQ
Confirm whether the repo is local-only or provide the source repository URL (e.g., GitHub). I also need to know if you want a specific branch used for linked citations.
How are file citations formatted?
If a remote URL is provided, citations use linked format like [file:line](REPO\_URL/blob/BRANCH/file#Lline). For local-only repos they use (file\_path:line\_number).
Will the guides include code?
Yes for Contributor and Staff Engineer guides (code examples in the detected primary language). Executive and Product Manager guides avoid code and use service-level diagrams and tables.