onboard

Scan Go repository structure and generate project-index.md plus shared infra reference.

6|Updated Apr 5, 2026
One-click install
npx skills add https://github.com/vmkteam/claude-plugins --skill onboard-vmkteam
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: onboard
Source: https://github.com/vmkteam/claude-plugins/tree/main/plugins/developer/skills/onboard
Command: npx skills add https://github.com/vmkteam/claude-plugins --skill onboard-vmkteam

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Onboard teams onto a new Go project by scanning repository structure, discovering systems, and producing a knowledge index (project-index.md) plus infra guidelines for a smooth, scalable startup.

Core Features & Use Cases

  • Interactive project discovery: inventories tech stack, repo layout, and deployment artifacts to bootstrap a knowledge index.
  • Infra-driven onboarding: generates shared infra guidance and per-project index files to standardize setup across teams.
  • Use Case: When starting a new project, run this to auto-create project-index.md and link it to a shared infra file for consistent tooling and onboarding.

Quick Start

Run onboard on a new project to auto-generate a project-index.md and a shared infra reference.

Frequently Asked Questions about onboard

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a knowledge index for a new Go project?▼

Generate a knowledge index for a new Go project by running an interactive onboarding scan on the repository structure. This discovers tech stacks and deployment artifacts to produce a shared infra reference and a per-project project-index.md file.

What is interactive project discovery and how does it work for onboarding?▼

Interactive project discovery inventories your tech stack, repository layout, and deployment artifacts to bootstrap a knowledge index. It validates frontmatter-driven entry points to coordinate infra and project-index file generation, standardizing setup across teams.

When do I need to rebuild a project-index.md file?▼

Rebuild a project-index.md file during initial project setup or when the file is missing or outdated. Rebuilding standardizes onboarding by validating frontmatter-driven entry points and linking the project to a shared infra reference.

Can I use interactive onboarding to standardize setup across multiple Go projects?▼

Yes, you can use interactive onboarding to standardize setup across multiple Go projects. It generates shared infra guidance alongside per-project index files, ensuring consistent tooling and onboarding validation across all teams.

Does onboarding discovery validate entry points in a Go repository?▼

Onboarding discovery validates frontmatter-driven entry points in a Go repository. This validation coordinates the generation of infra and project-index files to ensure the knowledge index accurately reflects your systems.

What are the limitations of automated project discovery for Go infrastructure?▼

Automated project discovery for Go infrastructure is limited to scanning repository structure and validating frontmatter-driven entry points. It requires a structured layout to generate accurate infra and project-index files for your teams.