lattice-search

Search and navigate The Fold's skill lattice with meta-tooling commands.

7|Updated Dec 25, 2025
One-click install
npx skills add https://github.com/osoleve/the-fold --skill lattice-search
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lattice-search
Source: https://github.com/osoleve/the-fold/tree/main/.claude/skills/lattice-search
Command: npx skills add https://github.com/osoleve/the-fold --skill lattice-search

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables engineers and researchers to locate, inspect, and navigate The Fold's verified skill lattice using meta-tooling.

Core Features & Use Cases

  • Full-text search of skills by name, description, and type signatures
  • Inspect exports, dependencies, and dependents
  • Trace call graphs and cross-reference relationships
  • Use case: discover capabilities, map dependencies, and understand skill relationships in a project

Quick Start

Use lattice search to find capabilities, explore dependencies, and inspect skill exports. Examples: ./fold "(lf "matrix decomposition")" ./fold "(le 'linalg)"

Frequently Asked Questions about lattice-search

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

FAQPage Schema
How do I search for skills by type signature and description in a codebase?

To search for skills by type signature and description, use lattice-search tooling to perform full-text queries across a verified skill lattice, matching names, descriptions, and type-aware signatures to locate relevant capabilities.

What is the best way to trace cross-reference relationships and call graphs between dependencies?

Tracing cross-reference relationships and call graphs is done by inspecting dependents and dependencies within the skill lattice, allowing you to map how exports connect and understand structural relationships across the codebase.

How do I inspect skill exports and map dependency relationships in a project?

To inspect skill exports and map dependency relationships, apply lattice-search meta-tooling to query the skill lattice, revealing exported symbols, dependency chains, and dependent mappings for structural codebase insight.

Can I do type-aware symbol lookup without installing external dependencies?

Type-aware symbol lookup is supported natively by the lattice-search skill with no external dependencies required, enabling direct queries against the skill lattice using built-in meta-tooling commands.

When should I use skill lattice navigation instead of manual codebase exploration?

Skill lattice navigation is ideal when discovering capabilities, exploring codebase structure, or understanding cross-reference relationships at scale, where manual exploration would be inefficient or lack type-aware insight.

Does lattice-search work for discovering capabilities by keyword across a project structure?

Discovering capabilities by keyword is supported through full-text search of skill names, descriptions, and type signatures, returning matched skills from the verified lattice for structural exploration.