AC Knowledge Graph

SkillDocs & knowledge

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

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the AC Knowledge Graph skill

About this capability

Manage knowledge graph for autonomous coding. Use when storing relationships, querying connected knowledge, building project understanding, or maintaining semantic memory.

What this skill tells your AI

The instructions your AI receives, as published by majiayu000/claude-skill-registry in skills/agent/ac-knowledge-graph/SKILL.md and read by ahel’s review.

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.

Signals

GitHub stars
607
Forks
94
Last commit
Sep 2026

Others that do the same job

Advanced
Catalog kind
skill
Gateway key
ac-knowledge-graph
Source
github.com/majiayu000/claude-skill-registry