Kg Query banner
Latescalcarifertshiluba176 Latescalcarifertshiluba176

Kg Query

Development community

Description

--- description: Run a raw Cypher query against the kgai knowledge graph (power use / debugging). --- Run a raw Cypher query: **$ARGUMENTS** 1. If `$ARGUMENTS` is Cypher, run `kg query "$ARGUMENTS"`. Otherwise translate the request into Cypher against this schema and run it: - Nodes: `Element(id, kind, name, props)`, `Decision(id, title, rationale, author, recorded_at, lamport)`. - Rels: `LINK(kind, created_by)` Element→Element (current links), `SHAPES(authority)` Decision→E

Installation

Installs to ~/.claude/skills/latescalcarifertshiluba176-kgai-kg-query/SKILL.md

Terminal
mkdir -p ~/.claude/skills/latescalcarifertshiluba176-kgai-kg-query && curl -fsSL https://raw.githubusercontent.com/Latescalcarifertshiluba176/kgai/HEAD/commands/kg-query.md -o ~/.claude/skills/latescalcarifertshiluba176-kgai-kg-query/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository