Home / docxology / template · infrastructure/formal_contracts/SKILL.md · GitHub

infrastructure-formal-contracts skillA

infrastructure-formal-contracts is agent-read markdown (skill) from docxology/template: Skill for the typed formal-contracts package — composing and machine-checking well-typed manuscripts (typed claims, evidence tiers, resolvable formal statements, acyclic dependency DAGs)..

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# Formal Contracts

## Commands

```bash
uv run pytest tests/infra_tests/formal_contracts -q
uv run python -c "from infrastructure.formal_contracts import read_blocks, compose, check_manuscript; ms = compose(list(read_blocks(open('manuscript.md').read()))); print(check_manuscript(ms).diagnostics)"
```

## When to use

- Checking that manuscript claims carry evidence of a declared tier.
- Verifying formal statements resolve to registered definitions/theorems.
- Validating a manuscript block DAG: unique ids, acyclicity, no orphans.

## API

`compose`, `check_manuscript`, `compose_manuscripts`, `read_blocks`,
`Manuscript`, `Report`, `Diagnostic`, `FormalCode`, block types
(`Claim`, `Evidence`, `FormalStatement`, `Derivation`, `Figure`, `Table`,
`Dataset`, `Section`).

## Honesty

Preorder-enriched graph + monoidal composition; NOT a topos. See module
docstrings.

Read the whole file at its exact version.

How to install

Latest version
mdr add docxology/template/infrastructure-formal-contracts@git:20260922.c5ceec6
Exact content
mdr add docxology/template/infrastructure-formal-contracts@sha256:19ff648bb366cdef

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_5d6zuvlty7xvzuuj.svg)](https://markdownregistry.com/a/art_5d6zuvlty7xvzuuj)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260922.c5ceec6 latest2026-09-22 c5ceec6 1,122 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (1122 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

docxology/template · 20 stars · license Apache-2.0 · pushed 2026-09-24 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_5d6zuvlty7xvzuuj
GET https://markdownregistry.com/api/v1/resolve?ref=docxology/template/infrastructure-formal-contracts
GET https://markdownregistry.com/api/v1/blob/19ff648bb366cdef6922570834a00c0a025681349371bc36efea8889191215e3

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from docxology/template

AGENTS.md@.agents agents
docxology/template · .agents/AGENTS.md
git:20260829.b2727a9 · audit A · 20 stars
AGENTS.md@.agents/skills agents
docxology/template · .agents/skills/AGENTS.md
git:20260829.b2727a9 · audit A · 20 stars
advanced-evaluation skill
docxology/template · .agents/skills/advanced-evaluation/SKILL.md · This skill should be used for advanced LLM evaluation: LLM-as-judge systems, direct scoring, pairwise comparison…
git:20260713.397aa15 · audit A · 20 stars
bdi-mental-states skill
docxology/template · .agents/skills/bdi-mental-states/SKILL.md · This skill should be used when modeling agent mental states with BDI concepts: beliefs, desires, intentions…
git:20260713.397aa15 · audit A · 20 stars
context-compression skill
docxology/template · .agents/skills/context-compression/SKILL.md · This skill should be used when long-running agent sessions need context compression, structured summarization…
git:20260713.397aa15 · audit A · 20 stars
context-degradation skill
docxology/template · .agents/skills/context-degradation/SKILL.md · This skill should be used for diagnosing and mitigating context degradation: lost-in-middle failures, context…
git:20260713.397aa15 · audit A · 20 stars
context-fundamentals skill
docxology/template · .agents/skills/context-fundamentals/SKILL.md · This skill should be used to explain or reason about the foundational concepts of context engineering: what context is…
git:20260713.397aa15 · audit A · 20 stars
context-optimization skill
docxology/template · .agents/skills/context-optimization/SKILL.md · This skill should be used for improving context efficiency: context budgeting, observation masking, prefix or KV-cache…
git:20260713.397aa15 · audit A · 20 stars
evaluation skill
docxology/template · .agents/skills/evaluation/SKILL.md · This skill should be used when building agent evaluation systems: deterministic checks, regression suites…
git:20260713.397aa15 · audit A · 20 stars
filesystem-context skill
docxology/template · .agents/skills/filesystem-context/SKILL.md · This skill should be used when agent work needs file-backed context: durable scratchpads, tool-output offloading…
git:20260713.397aa15 · audit A · 20 stars
harness-engineering skill
docxology/template · .agents/skills/harness-engineering/SKILL.md · This skill should be used when designing autonomous agent harnesses: research loops, evaluation scaffolds, locked and…
git:20260713.397aa15 · audit A · 20 stars
hosted-agents skill
docxology/template · .agents/skills/hosted-agents/SKILL.md · This skill should be used when designing hosted or background agent infrastructure: sandboxed execution, remote coding…
git:20260713.397aa15 · audit A · 20 stars

Every file in docxology/template

Browse by kind, by grade A, or by owner.