Start

Point a harness here

reference.nomograph.ai is built to be consumed: by people in a browser and by AI harnesses. Four ways in.

1. Read it as an agent

The whole reference is generated to a machine-readable surface. An agent loads context in one fetch:

curl https://reference.nomograph.ai/llms.txt        # index
curl https://reference.nomograph.ai/llms-full.txt   # full bundle

2. Install the standards as skills

Each standard ships a SKILL.md that any harness can install as a skill. Point your harness's skill registry at this repo to pull them in.

3. Check a repo

One pass/fail answer for whether a project conforms:

just -f ~/gitlab.com/nomograph/reference/justfile check $PWD

4. Wire CI

Run the check on every push. A reference-check catalog component is coming; until then, call just check against this repo in a job.

Consume the design tokens

The light + void themes are served as plain CSS:

https://reference.nomograph.ai/tokens/themes.css
https://reference.nomograph.ai/tokens/colors.css