project-onboard
Mission
Section titled “Mission”Get oriented in the codebase, understand the skill taxonomy, and load the instruction index for a new work session.
When to Use
Section titled “When to Use”Use when starting a new work session, exploring what this codebase does, understanding the skill taxonomy, or getting oriented in mcp-ai-agent-guidelines for the first time.
Triggers: “what does this project do”, “explore the codebase”, “orient me”, “what skills are available”, “first time here”
What It Does
Section titled “What It Does”- Loads project structure overview
- Presents the instruction index (all 20 tools with descriptions)
- Explains the skill taxonomy (18 domains, 102 skills)
- Shows verification workflow (
verify_matrix.py) - Highlights gated skills and their feature flags
Companion Tools
Section titled “Companion Tools”graph-visualizewithskill-graph/chain-graph— explore skill topologyagent-workspacewithlist— browse source filesagent-sessionwithlistorfetch— inspect session artifactsagent-snapshotwithstatus— confirm codebase baseline
Example
Section titled “Example”{ "request": "I'm new to this project. Give me an overview."}Output: Structured orientation document covering project purpose, available tools, skill domains, build commands, and suggested first steps.