Loading...
Loading...
Analyze a Karpathy-pattern LLM wiki knowledge base and generate an interactive knowledge graph with entity extraction, implicit relationships, and topic clustering.
npx skill4agent add egonex-ai/understand-anything understand-knowledge[[target]]index.md.mdraw/$UA_DIRUA_DIR="<TARGET_DIR>/$([ -d "<TARGET_DIR>/.understand-anything" ] && echo .understand-anything || echo .ua)".understand-anything/.ua/python3 "<SKILL_DIR>/parse-knowledge-base.py" "<TARGET_DIR>"scan-manifest.json$UA_DIR/intermediate/relatedcategorized_underarticle-analyzerarticle-analyzer$INTERMEDIATE_DIR = $UA_DIR/intermediateanalysis-batch-{N}.jsonpython3 "<SKILL_DIR>/merge-knowledge-graph.py" "<TARGET_DIR>"assembled-graph.json$UA_DIR/knowledge-graph.json$UA_DIR/meta.json{
"lastAnalyzedAt": "<ISO timestamp>",
"gitCommitHash": "<from git rev-parse HEAD or empty>",
"version": "1.0.0",
"analyzedFiles": <number of wiki articles>
}$UA_DIRrm -rf /intermediateTARGET_DIR="<TARGET_DIR>"
UA_DIR="$TARGET_DIR/$([ -d "$TARGET_DIR/.understand-anything" ] && echo .understand-anything || echo .ua)"
if [ -n "$TARGET_DIR" ] && [ -d "$UA_DIR/intermediate" ]; then
rm -rf "$UA_DIR/intermediate"
fi/understand-dashboard <TARGET_DIR>kind: "knowledge"