Agentic Skills
Packaged Claude skills for bootstrapping and operating Omnigraph graphs.
The omnigraph-cookbooks
repo publishes two packaged skills for Claude Code and compatible agent
runtimes. They encode the conventions used in the cookbooks so an agent can
either (a) stand a new graph up from scratch or (b) operate an existing one
safely.
| Skill | Purpose |
|---|---|
omnigraph-intel-bootstrap | Take a user from zero to a populated, queryable SPIKE graph. Demo or custom domain |
omnigraph-best-practices | Day-to-day operations. Schema authoring, query linting, branches, embeddings, remote-write verification, server, common gotchas |
Typical flow: run the bootstrap skill once to set up a graph, then load the best-practices skill whenever the agent is operating on that graph.
Installing
Both skills are published in the omnigraph-cookbooks repo under
skills/
and can be installed with the npx skills CLI:
npx skills add ModernRelay/omnigraph-cookbooks@omnigraph-intel-bootstrap
npx skills add ModernRelay/omnigraph-cookbooks@omnigraph-best-practicesBoth skills require omnigraph CLI >= 0.3.1 and Docker (for local RustFS).
See each skill page for details.
Reference reading
The cookbooks repo also ships two human-readable documents the skills lean on:
docs/best-practices.md. The operational guide in prose form.docs/omni-schema.md. Twelve schema authoring principles tied to the Gruber ontology design criteria.