source-command-gf-onboard

Generate an onboarding walkthrough of the LATTICE codebase from the Graphify code graph.

3|Updated May 11, 2026
One-click install
npx skills add https://github.com/JeromyJSmith/lattice-platform --skill source-command-gf-onboard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: source-command-gf-onboard
Source: https://github.com/JeromyJSmith/lattice-platform/tree/main/.agents/skills/source-command-gf-onboard
Command: npx skills add https://github.com/JeromyJSmith/lattice-platform --skill source-command-gf-onboard

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It turns the LATTICE codebase into an onboarding walkthrough that is easier to understand and follow than raw source files or tribal knowledge.

Core Features & Use Cases

  • Graph-based walkthrough generation: Creates a guided onboarding document derived from the code graph instead of relying on guesswork.
  • Targeted onboarding output: Writes the resulting walkthrough to meta/onboarding-graph.md for consistent discovery and reuse.
  • Use Case: When joining a new project or onboarding teammates to the migrated source command gf-onboard, you can quickly produce a readable narrative that maps key parts of the system.

Quick Start

Ask the assistant to run the migrated source command gf-onboard to generate the onboarding walkthrough for the LATTICE codebase.

Frequently Asked Questions about source-command-gf-onboard

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

FAQPage Schema
How do I generate a codebase walkthrough for developer onboarding?

To generate a codebase walkthrough for developer onboarding, you can run the migrated source command gf-onboard. It synthesizes a guided onboarding document from the code graph, providing a coherent narrative rather than scattered files.

What is a code graph traversal approach for onboarding documentation?

A code graph traversal approach for onboarding documentation maps key parts of a system by analyzing code relationships. It produces a readable narrative walkthrough that is easier to follow than raw source files or tribal knowledge.

How do I create an architecture comprehension narrative from code?

You create an architecture comprehension narrative by applying code graph traversal and synthesis instructions to your codebase. This generates a structured walkthrough written to meta/onboarding-graph.md for consistent discovery and reuse.

Does this onboarding walkthrough generator require a specific codebase structure?

This onboarding walkthrough generator applies specifically to the LATTICE codebase and requires a Graphify code graph. It generates the onboarding output by traversing this existing code graph structure.

What is the best way to onboard new developers to a migrated source codebase?

The best way to onboard new developers to a migrated source codebase is generating a graph-based walkthrough. It turns the codebase into a readable narrative that maps key system parts, avoiding guesswork and tribal knowledge.

Where is the generated onboarding walkthrough document saved?

The generated onboarding walkthrough document is saved to meta/onboarding-graph.md. This targeted output location ensures consistent discovery and reuse whenever you need to onboard new teammates to the project.