Expert guide for runic.ogm — a SQLModel-style, graph-native Python OGM for Cypher databases (FalkorDB, Neo4j, Memgraph, ArcadeDB, Apache AGE). Use whenever the user defines graph models (Node/Edge), maps fields, declares relationships, writes graph queries/traversals, or does session/repository CRUD with runic. Invoke for any code that imports from runic.ogm, uses Node, Edge, Field, Relation, Session, Repository, select(), or the query builder, and for any "how do I model/query this graph in runic" task. This is the OGM skill; for schema migrations use the runic-migrate skill instead.
$npx -y skills add jenreh/appkit --skill runic-ogmInstalls into the current project.
Run `npx skills use "https://github.com/jenreh/appkit" --skill "jenreh/appkit/runic-ogm"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/jenreh/appkit" that are relevant to the current task. Run `npx skills add "https://github.com/jenreh/appkit"` and select the relevant skills, then follow their instructions.