ac-knowledge-graph

from adaptationio/skrillz

No description

2 stars0 forksUpdated Jan 16, 2026
npx skills add https://github.com/adaptationio/skrillz --skill ac-knowledge-graph

SKILL.md

AC Knowledge Graph

Build and query knowledge graphs for project understanding.

Purpose

Maintains a knowledge graph of project concepts, relationships, and learnings for intelligent decision-making.

Quick Start

from scripts.knowledge_graph import KnowledgeGraph

graph = KnowledgeGraph(project_dir)
await graph.add_entity("User", {"type": "model"})
await graph.add_relation("User", "has", "Profile")
related = await graph.query("User")

API Reference

See scripts/knowledge_graph.py for full implementation.

Repository Stats

Stars2
Forks0