ac-knowledge-graph
AC Knowledge Graph constructs and queries semantic networks of project concepts and their relationships to support autonomous coding systems. Use it when autonomous agents need to store entity relationships, retrieve contextually connected information, or maintain persistent semantic memory across coding tasks and project iterations.
git clone --depth 1 https://github.com/majiayu000/claude-skill-registry /tmp/ac-knowledge-graph && cp -r /tmp/ac-knowledge-graph/skills/agent/ac-knowledge-graph ~/.claude/skills/ac-knowledge-graphSKILL.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
```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.Use when you need to install the embedded robot agents into either .cursor/agents or .claude/agents, selecting the destination interactively and copying the embedded agent definitions from project assets. This should trigger for requests such as Install embedded agents; Bootstrap .cursor/agents; Bootstrap .claude/agents; Copy robot agents. Part of cursor-rules-java project
Use when you need to generate an AGENTS.md file for a Java repository — covering project conventions, tech stack, file structure, commands, Git workflow, and contributor boundaries — through a modular, step-based interactive process that adapts to your specific project needs. This should trigger for requests such as Create AGENTS.md; Update AGENTS.md file; Add agent instructions. Part of cursor-rules-java project
>
Generated skill from request: trinity auto-boot validator
Create your OpenAI Agents SDK skill in one prompt, then learn to improve it throughout the chapter
Create your OpenAI Agents SDK skill in one prompt, then learn to improve it throughout the chapter
Create your Google Agent Development Kit skill in one prompt, then learn to improve it throughout the chapter