Agentic Skills
Agentic Skills
Packaged Claude skills for bootstrapping and operating Omnigraph graphs.
The omnigraph-starters
repo publishes two packaged skills for Claude Code and compatible agent
runtimes. They encode the conventions used in the industry-intel starter 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, 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-starters repo under
skills/
and can be installed with the npx skills CLI:
npx skills add ModernRelay/omnigraph-starters@omnigraph-intel-bootstrap
npx skills add ModernRelay/omnigraph-starters@omnigraph-best-practicesBoth skills require omnigraph CLI >= 0.2.2 (for query lint) and Docker
(for local RustFS). See each skill page for details.