nanograph-ops

Installation
SKILL.md

nanograph operations

Operational guide for managing nanograph 1.2.x embedded graph databases — schema design, mutations, queries, CDC, embeddings, media, and maintenance. Teaches the defaults that prevent the usual agent mistakes: stale-schema writes, fragile raw CLI invocations, and obsolete manifest or WAL assumptions.

  • Schema-first workflow with .pg schemas and .gq queries
  • Targeted mutations instead of export-edit-reload loops
  • lint for query validation, migrate for schema changes, changes for CDC
  • Gemini multimodal embeddings for text, images, audio, video, and PDFs
  • NamespaceLineage storage, lineage-native CDC, and storage migrate for legacy databases

Before doing anything

Run from the directory where nanograph.toml lives. nanograph resolves config from the current working directory and does not walk parent directories.

Inspect the database before operating on it:

nanograph describe --format json
nanograph doctor
Related skills
Installs
24
GitHub Stars
1
First Seen
Mar 15, 2026