Omnigraph
Agentic Skills

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.

SkillPurpose
omnigraph-intel-bootstrapTake a user from zero to a populated, queryable SPIKE graph. Demo or custom domain
omnigraph-best-practicesDay-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-practices

Both 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:

On this page