graphify
仓库创建 2026年7月28日最近提交 1 天前SkillHot 收录 4 小时前
▸ 精选理由
能把杂乱仓库快速结构化为图谱与可视化产物,便于架构理解与检索增强检索。
▸ 风险提示
会持久化并导出仓库内容,可能暴露敏感代码或数据,应注意处理权限与隐私。
这个 Skill 做什么
把任意代码/文档/媒体文件转成可导航的持久知识图谱并生成 HTML/JSON 报告。
把任意代码、文档或媒体文件转成可导航的持久知识图谱,输出交互式 HTML、GraphRAG 用的 JSON 和通俗的报告。适合在要理解架构、文件关系或做复杂查询时使用,能把碎片信息连成图并标出核心节点和社区结构。特别之处是同时提供可视化、可查询的持久产物,方便团队长期维护与检索。
▸ 展开 SKILL.md 英文原文
Use for any question about a codebase, its architecture, file relationships, or project content — especially when graphify-out/ exists, where the question should be treated as a graphify query first. Turns any input (code, docs, papers, images, videos) into a persistent knowledge graph with god nodes, community detection, and query/path/explain tools.
0
Stars
0
Forks
6
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/ruggieroromulo/claude-config-time/main/.claude/skills/graphify/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/ruggieroromulo/claude-config-time/main/.claude/skills/graphify/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# /graphify Turn any folder of files into a navigable knowledge graph with community detection, an honest audit trail, and three outputs: interactive HTML, GraphRAG-ready JSON, and a plain-language GRAPH_REPORT.md. ## Usage ``` /graphify # full pipeline on current directory (HTML viz; add --obsidian for a vault) /graphify <path> # full pipeline on specific path /graphify https://github.com/<owner>/<repo> # clone repo then run full pipeline on it /graphify https://github.com/<owner>/<repo> --branch <branch> # clone a specific branch /graphify <url1> <url2> ... # clone multi
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有