一键导入
personal-knowledge-wiki
personal-knowledge-wiki 收录了来自 ZLHad 的 6 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。
这个仓库中的 skills
Ingest knowledge into your personal Wiki. Analyzes conversations or files, extracts key knowledge, and compiles it into wiki pages (entities, concepts, topics) with cross-references. A single ingest typically touches 5-15 wiki pages. Supports depth parameter for extraction depth control. Trigger phrases: "ingest this conversation", "save to wiki", "wiki ingest", "extract knowledge", "update knowledge base".
Run a health check on your personal Wiki. Executes 8 hard-coded rule checks (dead links, orphan pages, frontmatter completeness, tag consistency, source traceability, index sync, file naming, stale detection) plus soft quality analysis (contradictions, missing cross-references, suggested new pages). Outputs a structured lint report. Trigger phrases: "lint wiki", "check wiki", "wiki health check", "wiki diagnostics".
**ONLY** triggered when the user explicitly wants to **import a paper PDF into their personal wiki knowledge base** (not for generic PDF reading / summarizing / translating). Extracts the PDF into a deep-read markdown note under `raw/科研/论文资料/` and can chain into wiki-ingest to produce a wiki/papers/ brief. [STRICT triggers]: 'add this PDF to wiki / knowledge base', 'import pdf to wiki', 'wiki-pdf-ingest', 'ingest this pdf into wiki', 'add paper pdf to knowledge base', 'deep-read this PDF into my wiki'. [DO NOT trigger]: generic 'read this PDF' / 'summarize PDF' / 'translate PDF' / 'convert PDF to PPT' / paper-review use cases — those belong to anthropic-skills:pdf / paper-mkdocs-site / paper-reviewer respectively.
Answer questions based on your personal Wiki. Reads index to find relevant pages, synthesizes answers with citations, and optionally archives as a synthesis page. Trigger phrases: "search wiki", "wiki query", "look up in wiki", "what does my wiki say about X", "check knowledge base", "find in wiki", "wiki search".
Export your personal Wiki as a static website. Recommended path: one-command Quartz install via `bash scripts/setup-quartz.sh` (Obsidian-native, graph view, KaTeX). Also supports MkDocs (Material theme) and plain HTML output. Generates navigation, search index, and styled pages from your wiki/ directory. Trigger phrases: "export wiki", "publish wiki", "build wiki site", "generate static site", "wiki to website", "deploy wiki", "setup quartz", "quartz site".
Batch migrate existing notes into your personal Wiki. Scans a directory of markdown files, classifies each into the wiki architecture, and bulk-creates raw records + wiki pages with cross-references. Designed for first-time setup or importing from other note systems (Notion, Obsidian, Roam, plain markdown). Trigger phrases: "migrate notes", "import notes", "batch import", "migrate from Notion", "import existing notes", "bulk ingest".