Imported from YYC-Cube/YYC3-Knowledge-Base (YYC3-J/graphify/AGENTS.md). Install upstream with npx skills add YYC-Cube/YYC3-Knowledge-Base --skill graphify. Copyright stays with the author.
graphify
This project has a graphify knowledge graph at graphify-out/.
Rules:
Before answering architecture or codebase questions, read graphify-out/GRAPH_REPORT.md for god nodes and community structure
If graphify-out/wiki/index.md exists, navigate it instead of reading raw files
After modifying code files in this session, run graphify update . to keep the graph current (AST-only, no API cost)
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/yyc-cube-yyc3-knowledge-base-graphify/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
{
"ocm": "1",
"id": "yyc-cube-yyc3-knowledge-base-graphify",
"kind": "skill",
"name": "graphify",
"description": "This project has a graphify knowledge graph at graphify-out/.",
"publisher": "YYC-Cube",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"This project has a graphify knowledge graph at graphify-out/."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/YYC-Cube/YYC3-Knowledge-Base",
"path": "YYC3-J/graphify/AGENTS.md",
"ref": "7dddb5770f5c35c186a0eb92fee5e1cd4279fed6",
"url": "https://github.com/YYC-Cube/YYC3-Knowledge-Base/blob/7dddb5770f5c35c186a0eb92fee5e1cd4279fed6/YYC3-J/graphify/AGENTS.md",
"key": "YYC-Cube/YYC3-Knowledge-Base/YYC3-J/graphify/AGENTS.md"
}
},
"instructions": "## graphify\n\nThis project has a graphify knowledge graph at graphify-out/.\n\nRules:\n- Before answering architecture or codebase questions, read graphify-out/GRAPH_REPORT.md for god nodes and community structure\n- If graphify-out/wiki/index.md exists, navigate it instead of reading raw files\n- After modifying code files in this session, run `graphify update .` to keep the graph current (AST-only, no API cost)",
"cost": {
"context_tokens": 102
}
}
Fetch it by URL: GET /api/v1/registry/yyc-cube-yyc3-knowledge-base-graphify/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.