lde-grounding-api

Compress long-term task history into structured Session Notes and Progress Summaries.

1|Updated Dec 17, 2025
Search Tags:#api#grounding
One-click install
npx skills add https://github.com/CAPHTECH/claude-marketplace --skill lde-grounding-api
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lde-grounding-api
Source: https://github.com/CAPHTECH/claude-marketplace/tree/main/caphtech-plugin/skills/eld-record-compact/references/api_reference.md
Command: npx skills add https://github.com/CAPHTECH/claude-marketplace --skill lde-grounding-api

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

API reference for grounding and memory interactions within LDE.

Quick Start

Use this API to attach groundings to Law/Term via programmatic calls.

Frequently Asked Questions about lde-grounding-api

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

FAQPage Schema
How do I attach groundings to laws or terms programmatically?

Use the grounding API to attach groundings to Law/Term objects via programmatic calls. The API provides reference documentation for integrating grounding and memory interactions within your LDE workflow, enabling you to establish semantic connections between entities through direct API invocation.

What is grounding in API context and why do I need it?

Grounding anchors abstract concepts or terms to concrete references, maintaining semantic accuracy across long-running sessions. The grounding API enables this binding programmatically, ensuring task history and reasoning remain coherent when context windows tighten or sessions span multiple interactions.

When should I use the grounding API for multi-session projects?

Use the grounding API when managing long-running or multi-session projects where you need to preserve reasoning trails across session boundaries. It triggers automatically at 50 turns, task completion, or session end, and can be invoked explicitly for cross-session handoffs and context compression.

Can I integrate grounding calls into my existing LDE workflow?

Yes. The grounding API integrates into LDE environments to attach groundings programmatically without modifying your core task logic. Reference the API documentation to embed grounding calls at session transitions, task checkpoints, or on-demand when you need to compress history or transfer context.

How does grounding help maintain session continuity?

Grounding compresses long-term task history into essential elements, structured for searchability and explicitly formatted as Session Notes or Progress Summaries. This compression preserves the reasoning trail while minimizing content, allowing downstream sessions to resume coherently without losing context.