lattice-init

Scan repositories and generate .lattice/config.yaml with an ordered refiners pipeline.

176|13|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/techygarg/lattice --skill lattice-init
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lattice-init
Source: https://github.com/techygarg/lattice/tree/main/plugins/lattice/skills/lattice-init
Command: npx skills add https://github.com/techygarg/lattice --skill lattice-init

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Guided setup for new Lattice projects by automating repository analysis, discovering existing configuration, and generating the .lattice/ config to bridge installation and value creation.

Core Features & Use Cases

  • Scan the project to detect language markers and top-level structure.
  • Detect existing .lattice state and centralize initial configuration.
  • Propose an ordered refiners pipeline and generate the .lattice/config.yaml to bootstrap workflows.

Quick Start

Initialize Lattice for this project to scan the repository, detect existing configuration, and create the .lattice/ config.

Frequently Asked Questions about lattice-init

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

FAQPage Schema
How do I bootstrap a new Lattice project and generate its config?

To bootstrap a Lattice project, run the guided setup to scan the repository, detect language markers, and generate the .lattice/config.yaml file with an ordered refiners pipeline.

What does project onboarding scanning detect in my repository?

Project onboarding scanning detects top-level repository structure, language markers, and existing .lattice configuration state to centralize initial setup.

How does the ordered refiners pipeline work during project setup?

The ordered refiners pipeline proposes a sequence of processing steps during setup, generating initial context in the .lattice config to enable immediate feature design workflows.

Can I initialize Lattice if I already have an existing configuration?

Yes, the setup process detects existing .lattice state during the repository scan and centralizes the initial configuration without overwriting current settings.

What do I need to create the .lattice config file for feature design?

You need a repository with identifiable language markers and top-level structure for the setup scanner to analyze and generate the .lattice/config.yaml file.

Why use guided setup instead of manually creating the .lattice config?

Guided setup automates repository analysis and detects existing configuration to propose an ordered refiners pipeline, bridging installation and immediate feature design workflows.