source-command-gf-setup

Initialize Graphify code graph analysis for the LATTICE repository.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the problem of starting from a blank state when you need Graphify code graph analysis to understand how the LATTICE repo is structured and interconnected after a fresh clone or major refactor.

Core Features & Use Cases

  • One-time Graphify initialization: Prepares the migrated source command so the repo’s code graph analysis can be built reliably.
  • Use Case: After checking out the project or making significant structural changes, run this skill to establish the initial code graph baseline required for subsequent Graphify tasks.

Quick Start

Use this skill when you want to run the migrated source command gf-setup to build the initial Graphify code graph for the LATTICE repo.

Frequently Asked Questions about source-command-gf-setup

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

FAQPage Schema
How do I initialize Graphify code graph analysis after a fresh clone?

To initialize Graphify code graph analysis after a fresh clone, run the gf-setup source command to build the initial baseline required for downstream analysis steps.

What is a code graph baseline used for in repository analysis?

A code graph baseline maps how the repository is structured and interconnected, providing the foundational state required before performing subsequent analysis or refactoring tasks.

When do I need to rebuild the code graph for my repository?

You need to rebuild the code graph when starting from a blank state, such as after checking out a fresh clone or completing major structural refactors to the codebase.

How do I set up code graph analysis for the LATTICE repository?

Set up code graph analysis for the LATTICE repository by running the gf-setup source command once to reliably establish the initial Graphify code graph baseline.

Can I perform downstream code analysis without running the initial setup?

No, you must run the gf-setup source command once to build the initial code graph baseline, which is explicitly required for all downstream Graphify analysis steps.