ac-knowledge-graph

Solid

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

Code & Development 364 stars 68 forks Updated today MIT

Install

View on GitHub

Quality Score: 87/100

Stars 20%
85
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
27
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# 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 ```python 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.

Details

Author
majiayu000
Repository
majiayu000/claude-skill-registry
Created
5 months ago
Last Updated
today
Language
HTML
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

ac-knowledge-graph

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

11 Updated 1 weeks ago
adaptationio
Data & Documents Listed

ac-knowledge-graph

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

43 Updated 3 months ago
diegosouzapw
AI & Automation Solid

knowledge-graph

Manages persistent Knowledge Graph for specifications. Caches agent discoveries and codebase analysis to remember findings across sessions. Validates task dependencies, stores patterns, components, and APIs to avoid redundant exploration. Use when: you need to cache analysis results, remember findings, reuse previous discoveries, look up what we found, spec-to-tasks needs to persist codebase analysis, task-implementation needs to validate contracts, or any command needs to query existing patterns/components/APIs.

263 Updated 1 weeks ago
giuseppe-trisciuoglio
AI & Automation Solid

knowledge-graph

Knowledge graph integration for token-efficient codebase understanding. Uses codebase-memory MCP for AST indexing, dependency graphs, and smart context selection. 6-71x token savings vs raw file reading.

496 Updated 1 months ago
vibeeval
AI & Automation Solid

ln-020-codegraph

Builds and queries code knowledge graph for dependency analysis, references, implementations, and architecture overview. Use when starting work on unfamiliar codebase or before refactoring.

480 Updated 3 days ago
levnikolaevich