ac-knowledge-graph
π―Skillfrom adaptationio/skrillz
Builds and manages a semantic knowledge graph to track project relationships, entities, and learnings for autonomous coding intelligence.
Installation
npx skills add https://github.com/adaptationio/skrillz --skill ac-knowledge-graphSkill Details
Manage knowledge graph for autonomous coding. Use when storing relationships, querying connected knowledge, building project understanding, or maintaining semantic memory.
Overview
# 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.
More from this repository10
Performs comprehensive analysis of code, skills, processes, and data to extract actionable insights, identify patterns, and drive data-driven improvements.
Automatically diagnoses and resolves Auto-Claude installation, configuration, and runtime issues across different platforms and environments.
Authenticates and configures xAI Grok API access using Twitter/X account credentials, enabling seamless integration with OpenAI-compatible SDK methods.
Retrieve and integrate xAI Grok sentiment with financial data APIs to generate comprehensive market insights and analysis.
xai-crypto-sentiment skill from adaptationio/skrillz
Retrieves comprehensive financial market data including stocks, forex, crypto, and technical indicators using the Twelve Data API.
Enables real-time Twitter/X searches using Grok API to extract insights, track trends, monitor accounts, and analyze social discussions.
Enables autonomous agents to search X, web, execute code, and analyze documents with server-side tool management.
Optimizes Claude AI performance by reducing token usage, managing API costs, and improving build speed through intelligent model and context selection.
Automates comprehensive installation and setup of Auto-Claude across Windows, macOS, Linux, and WSL with multi-platform support and dependency management.