Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Audit or author registry-driven manuscript cross-refs — labels.yaml, [[FIG:]], [[THMREF:]], [[VAR:]] tokens. USE WHEN fixing figure/equation/theorem numbering, orphan registry keys, hard-coded "Theorem 7.3" in prose, or [[MISSING:]] injection failures — even for Pandoc projects that also use a YAML registry.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-11 | ✗→✓ | ▲ Improved | -52% | 0% |
| case-04 | ✗→✓ | ▲ Improved | 10% | 0% |
| case-05 | ✗→✓ | ▲ Improved | -40% | 0% |
| case-06 | ✗→✓ | ▲ Improved | -1% | 0% |
| case-07 | ✗→✓ | ▲ Improved | 19% | 0% |
For Pandoc-crossref @fig: / [@key] exemplars, see docs/guides/manuscript-semantics.md. This skill is for YAML registry + inline tokens.
> Convention, not built-in infrastructure. refs/labels.yaml and [[FIG:]]/[[THMREF:]]/[[VAR:]] tokens are a project-authored convention, not a dedicated parser in infrastructure/: no current public exemplar under projects/templates/ uses this style (all ship Pandoc-crossref), and there is no labels.yaml-specific validator. Validation for a project that adopts this convention still runs through the generic infrastructure.validation.cli markdown/prerender checks below plus project-local test coverage the project author writes — token expansion is the project's own manuscript_variables.py-style substitution, not a shared registry engine.
projects/<name>/manuscript/ path or project name.refs/labels.yaml (figures, equations, sections, theorems) and refs/citations.yaml or hybrid references.bib. Every token label must exist; every [@citekey] must resolve.[[THMREF:…]], [[SECREF:…]], [[FIGREF:…]], [[EQREF:…]] over "Theorem 7.3", "§8", "Figure 2" in body prose.[[…]] unless renderer documents second pass.labels.yaml section/theorem numbers aligned; grep for stale numbers after renumbering.99_* uses [[CITELIST:all]], do not hand-maintain a parallel list.bashuv run python -m infrastructure.validation.cli markdown projects/<name>/manuscript/ uv run python -m infrastructure.validation.cli prerender projects/<name>/manuscript --repo-root .
docs/rules/manuscript_style.mdmanuscript/refs/README.md when presentOther measured skills in the registry, with their headline benchmark lift.