corpus-grounding-expander

Solid

Fetches and normalizes multi-version public-domain corpora into a single verified-axiom store for verbatim-relay grounding, recording per-version license and provenance.

AI & Automation 8 stars 0 forks Updated today MIT

Install

View on GitHub

Quality Score: 79/100

Stars 20%
32
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# corpus-grounding-expander Builds or broadens the **grounded axiom** a relay system quotes from. When a system's output must be constrained to verbatim source (fail-closed grounding), the corpus IS the axiom — this skill expands that corpus from multiple public-domain versions so grounding is robust and non-biased (a quote verified in ANY version counts), without ever adding a generator. > Origin: harvested from the-bible (2026-06-20) — 6 public-domain Bible versions, 197k verses, as the > fail-closed grounding axiom. Generalizes to any verbatim-relay corpus (legal statute, RFC text, > standards). See `tracks/_contrib/field_harvest_2026-06-20_gate-locality-and-grounding-capabilities.md`. ## Triggers - "get more sources" / "broaden the grounded corpus" - "add another version of the corpus" - "ingest the full <source> as the grounding axiom" - `/corpus-grounding-expander {source or version}` ### Natural Language Triggers (example user phrases) - "이 코퍼스 여러 버전으로 통째로 가져와줘" - "the grounding DB is just a sample — pull the whole thing, multiple editions" - "add a second public-domain edition so we're not biased to one" ## Steps 1. **Source + license check** — identify the public-domain source(s) and confirm each is genuinely free to redistribute. Record the license literally (no assumption). 2. **Fetch (retry-disciplined)** — pull each version; on transient error, backoff-retry before declaring the source unavailable (do not silently drop a version). 3. **Normalize to a s...

Details

Author
chrono-meta
Repository
chrono-meta/forge-harness
Created
2 months ago
Last Updated
today
Language
Shell
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

source-grounding

Grounds implementation and research decisions in authoritative sources. Use when framework, library, API, CLI, cloud, model, protocol, or product behavior could be version-sensitive, recently changed, unfamiliar, or likely to be misremembered.

1 Updated 1 weeks ago
danielleit241
Code & Development Listed

source-grounding

Verify version-sensitive facts against live authoritative sources before asserting them in code or answers. Triggers on: "/source-grounding", "source-grounding", "sourcing". Standing rule — always active via CLAUDE.md. Invoke for deep verification work (API signatures, CVEs, model IDs, auth flows, deprecated patterns, security advisories).

11 Updated today
HetCreep
Code & Development Featured

docs-corpus-audit

Use this skill to run a holistic regrounding pass on the entire microsoft/apm documentation corpus against current source code, page-by-page, and emit surgical fixes for stale claims. Activate when the maintainer wants a WHOLE-CORPUS audit (not per-PR review) -- typical triggers include "audit the docs", "reground the corpus", "check every page against code", "pre-release docs sweep", "the docs have drifted everywhere", or "we just reshaped the TOC, find dead links". Wave-batched and S7-verified; scales to the full ~112-page corpus in ~10 minutes wall-time. This is a SIBLING to docs-sync, not a replacement: docs-sync is per-PR (triggered by a diff); this skill is per-corpus (triggered by a maintainer ask). They share agent personas, schemas, and the docs index, but their triggers MUST NOT collide. Does NOT auto-merge, does NOT push without maintainer review, and does NOT replace per-PR drift detection.

3,379 Updated yesterday
microsoft