lattice-api

Provide API metadata and usage guidance for lattice subsystems.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides centralized API references for major lattice subsystems, enabling engineers to quickly discover function signatures, module contents, and usage patterns without digging through source code.

Core Features & Use Cases

  • API discovery: Quickly view available modules and exports for FP, Game Theory, SAT, Optics, Statistics, and CLP.
  • Usage examples: Retrieve typical call signatures and example workflows to accelerate integration.
  • Use Case: When designing a solver pipeline, consult the lattice-api to confirm function names and imports before coding.

Quick Start

Look up the FP API with this skill: query the FP module with (li 'fp) to see the full description and (le 'fp) to view exports.

Frequently Asked Questions about lattice-api

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

FAQPage Schema
How do I find function signatures and module exports for lattice subsystems?

You can find function signatures and module exports by querying specific lattice subsystems like FP or Game Theory to retrieve concise API metadata, including full descriptions and available exports.

What is the best way to look up usage examples for constraint solving and SAT modules?

To look up usage examples for constraint solving and SAT modules, query the specific module to retrieve typical call signatures and example workflows that accelerate integration.

Can I use this API reference to discover imports for a solver pipeline before coding?

Yes, you can use this API reference to confirm function names and imports for modules like FP, Game Theory, SAT, Optics, Statistics, and CLP before designing a solver pipeline.

Does the lattice-api provide documentation for functional programming and optics modules?

Yes, the lattice-api provides centralized API documentation and usage guidance for functional programming and optics modules, enabling quick discovery without digging through source code.

How do I view exports for the FP module using this API reference?

To view exports for the FP module, query the module using the command (le 'fp), and use (li 'fp) to see the full description of the functional programming subsystem.