跳转到主要内容
此内容尚未提供您的语言版本,正在以英文显示。

LLM Wiki

技能 已验证 活跃
属于:LLM Wiki

Use when building or maintaining a persistent personal knowledge base (second brain) in Obsidian where an LLM incrementally ingests sources, updates entity/concept pages, maintains cross-references, and keeps a synthesis current. Triggers include "second brain", "Obsidian wiki", "personal knowledge management", "ingest this paper/article/book", "build a research wiki", "compound knowledge", "Memex", or whenever the user wants knowledge to accumulate across sessions instead of being re-derived by RAG on every query.

目的

To automate the creation and maintenance of a structured, interlinked personal knowledge base (second brain) in Obsidian, allowing knowledge to compound across sessions.

功能

  • Incremental knowledge ingestion and compounding
  • Automated entity/concept page creation and updates
  • Maintenance of cross-references and synthesis
  • Structured wiki-based knowledge management
  • Workflow for ingestion, querying, and linting

使用场景

  • Building a persistent personal knowledge base (second brain)
  • Maintaining a research wiki for deep dives
  • Creating companion wikis for books or articles
  • Automating internal knowledge base maintenance for teams

非目标

  • One-shot Q&A over fixed documents (use RAG)
  • Replacing user curation of new sources
  • Operating without an Obsidian vault
  • Handling arbitrary file formats without user-LLM interaction

工作流

  1. Initialize vault with schema and starter structure
  2. Add source files to the `raw/` directory
  3. Ingest source via `/wiki-ingest <path>` command
  4. Discuss proposed changes and confirm updates with the LLM
  5. Query the wiki using `/wiki-query <question>`
  6. Periodically run `/wiki-lint` to check wiki health

实践

  • Knowledge Management
  • Documentation Best Practices
  • Automated Maintenance
  • Structured Data Organization

先决条件

  • Obsidian vault directory
  • Access to an LLM CLI (Claude Code, Codex, Cursor, etc.)
  • Python 3.7+

安装

请先添加 Marketplace

/plugin marketplace add alirezarezvani/claude-skills
/plugin install llm-wiki@claude-code-skills

质量评分

已验证
100 /100
1 day ago 分析

信任信号

最近提交1 day ago
星标14.6k
许可证MIT
状态
查看源代码

类似扩展

Lark Wiki CLI

100

飞书知识库:管理知识空间、空间成员和文档节点。创建和查询知识空间、查看和管理空间成员、管理节点层级结构、在知识库中组织文档和快捷方式。当用户需要在知识库中查找或创建文档、浏览知识空间结构、查看或管理空间成员、移动或复制节点时使用。

技能
larksuite

LLM Council

99

Provider-agnostic multi-LLM deliberation. Three phases — independent responses, cross-model anonymized ranking, chairman synthesis. Provider config from env (OPENAI/ANTHROPIC/FIREWORKS/OPENROUTER/custom OpenAI-compatible base URL). Persists transcript to a wiki page when --wiki <slug> is passed. Use when the user wants multiple AI perspectives, consensus-building, or the "LLM Council" approach for high-stakes reviews, plan critique, or contested learning rules.

技能
rohitg00

Obsidian Vault Maintainer

95

Maintain an Obsidian-friendly memory wiki vault with wikilinks, frontmatter, and official Obsidian CLI awareness.

技能
steipete

ARA Research Manager

100

Records research provenance as a post-task epilogue, scanning conversation history at the end of a coding or research session to extract decisions, experiments, dead ends, claims, heuristics, and pivots, and writing them into the ara/ directory with user-vs-AI provenance tags. Use as a session epilogue — never during execution — to maintain a faithful, auditable trace of how a research project actually evolved.

技能
Orchestra-Research

Orchestrate

100

Wire Commands, Agents, and Skills together for complex features. Use when building features that need research, planning, and implementation phases.

技能
rohitg00

Agent Teams

100

Coordinate multiple Claude Code sessions as a team — lead + teammates with shared task lists, mailbox messaging, and file-lock claiming. Patterns for team sizing, task decomposition, and when to use teams vs sub-agents vs worktrees.

技能
rohitg00