wiki-builder
仓库创建 2026年2月2日最近提交 6 天前SkillHot 收录 20 天前
▸ 精选理由
持久化且可检索的知识库,便于长期沉淀与跨会话调用。
▸ 风险提示
会在本地写入文件与数据库,需注意存储位置与权限。
这个 Skill 做什么
在本地磁盘与 SQLite FTS5 中建立可检索的 Markdown 维基与索引。
在本地磁盘建立可检索的 Markdown 维基,并用 SQLite FTS5 做影子索引,长久保存并能快速检索内容。适合把论文、笔记、项目文档或研究资料组织成可搜索知识库时用。特点是文件保留来源信息并支持全文检索,方便多次会话调用、追溯来源与持续扩展。
▸ 展开 SKILL.md 英文原文
Start, structure, and grow a persistent research wiki indexed in pro-workflow's SQLite knowledge base. Each wiki is a folder of markdown pages with provenance, plus a shadow FTS5 index so any session can recall it. Use when the user says "start a wiki", "add to wiki", "compile a page", "wiki on X", or wants a long-lived knowledge base on a topic, paper, product, person, project, or codebase.
2.7k
Stars
257
Forks
40
仓库内 Skill
+55
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/rohitg00/pro-workflow/main/skills/wiki-builder/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/rohitg00/pro-workflow/main/skills/wiki-builder/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Wiki Builder Persistent knowledge base for any topic. Markdown on disk + SQLite FTS5 shadow index. ## When to use - "Start a wiki on <topic>" - "Add this paper / link / note to the <slug> wiki" - "Compile a concept page on X in <slug>" - "What does the <slug> wiki say about Y?" (delegates to wiki-query) - "List my wikis" ## Locations - **Global**: `~/.pro-workflow/wikis/<slug>/` — default, never committed - **Project**: `<project>/.claude/wikis/<slug>/` — pass `--scope project`, committable Both register in the same `~/.pro-workflow/data.db`. ## Flavors | Flavor | Use for | |--------|---------| | `research` | ongoing topic exploration | | `paper` | one-paper deep dive | | `domain`
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有