Skip to main content
Version: MVP

Reference integrations

2 min readReferenceUpdated 2026-05-19

What you'll find here

craik.reference_integration — safe, reproducible examples for skills, plugins, and adapters that show known-good paths through the ecosystem.

Examples, not trust grants.

Reference integrations must be safe to run locally and reproducible. They are validation fixtures, not durable trust grants.

What it records

Integration kind

skill · plugin · adapter.

Matching package or descriptor id

Docs and fixture paths

Check commands

Receipt links

When relevant.

Compatibility notes

Provenance

Scope

Skill reference

Package with instructions and expected contracts.

Plugin reference

Descriptor plus receipts and checks.

Adapter reference

Adapter package with compatibility and runner metadata links.

Each reference kind links only the matching contract family. Skill references link a skill package, plugin references link a plugin descriptor and at least one receipt, and adapter references link an adapter package. Mixed links are rejected so examples stay narrow and reviewable.

Reproducible offline.

Each reference must include enough docs, fixtures, and checks for another agent to rerun it without relying on private state.

What's next