Knowledge Management
& Repository Building
📚
State of the art — April 2026
Market size (AI KM)$7.71B (2025), 47.2% CAGR
PKM software market$2.45B (2024)
MCP servers (KM)283 in "Knowledge & Memory" category
Key patternKarpathy’s LLM Wiki (Mar 2025)
Leading OSS toolsObsidian (5M+ users), AppFlowy (69k stars), AFFiNE (67k stars)
Dominant methodologyZettelkasten + PARA hybrid

State of Knowledge Management & Knowledge Repository Building (April 2026)

This article catalogues the most impactful tools, skills, MCP servers, static site generators, and methodologies for building and maintaining knowledge repositories as of April 2026. The landscape spans AI-agent skills (particularly for Claude Code), local-first personal knowledge management (PKM) tools, open-source workspace platforms, self-hosted wikis, documentation site generators, and the foundational methodologies underpinning them all.

The defining trend of 2025–2026 is the convergence of LLM agents with knowledge management: Andrej Karpathy’s LLM Wiki pattern (March 2025) proposed that AI agents should maintain persistent, compounding knowledge bases rather than re-deriving answers each session. This sparked an ecosystem of Claude Code skills, MCP servers, and AI-native tools that treat knowledge as a first-class, agent-maintained resource.

Contents
  1. The LLM Wiki pattern
  2. Claude Code skills for knowledge management
    1. wiki-skills (kfchou)
    2. Karpathy Wiki (toolboxmd)
    3. llm-wiki (Pratiyush)
    4. obsidian-wiki (Ar9av)
  3. MCP servers for knowledge access
    1. Obsidian MCP Server
    2. Notion MCP Server (Official)
  4. AI-powered knowledge management tools
    1. Khoj
    2. Mem.ai
    3. Glean
  5. Local-first PKM tools
    1. Obsidian
    2. Logseq
    3. SiYuan
    4. TriliumNext Notes
    5. Dendron
    6. Foam
  6. Cloud & hybrid PKM
    1. Notion
    2. Tana
    3. Capacities
    4. Heptabase
  7. Open-source workspace platforms
    1. AFFiNE
    2. AppFlowy
    3. Outline
    4. Anytype
  8. Self-hosted wikis
    1. Wiki.js
    2. BookStack
    3. DokuWiki
  9. Static site generators for knowledge bases
    1. Docusaurus
    2. MkDocs
    3. GitBook
  10. PKM methodologies
    1. Zettelkasten
    2. PARA Method
  11. Comparison table
  12. Market trends & outlook
  13. Sources & further reading

The LLM Wiki pattern

In March 2025, Andrej Karpathy published a GitHub gist proposing what he called the LLM Wiki: a persistent, compounding knowledge base maintained by an LLM agent rather than by the user manually. The key insight was that unlike RAG (which retrieves and re-derives answers each time), a wiki-style knowledge base lets the agent build interconnected, evolving knowledge that compounds over sessions.

The pattern defines three layers: raw sources (ingested documents, transcripts, URLs), a wiki layer (synthesised, interlinked Markdown pages), and a schema layer (metadata, tags, relationships). Three core operations maintain the system: ingest (add new sources with automatic backlinking), query (ask questions, optionally saving answers as new pages), and lint (audit for contradictions, orphans, gaps, and broken links).

This pattern became the most influential idea in developer-oriented knowledge management in 2025–2026, spawning multiple Claude Code skills and inspiring tool integrations across the ecosystem.

Claude Code skills for knowledge management

1. wiki-skills SKILL

Author: kfchou  |  GitHub stars: 94  |  Licence: MIT

The most complete implementation of Karpathy’s LLM Wiki pattern as a Claude Code plugin. Provides five commands that cover the full lifecycle of a knowledge base: bootstrapping, ingestion, querying, linting, and updating.

Key features:

  • wiki-init — bootstrap a new wiki with directory structure and schema
  • wiki-ingest — add sources with automatic backlink auditing
  • wiki-query — question the wiki, optionally saving answers as new pages
  • wiki-lint — health audits for contradictions, orphan pages, broken links, and knowledge gaps
  • wiki-update — revise pages with diffs and citations

Install:

/plugin marketplace add kfchou/wiki-skills
/plugin install wiki-skills@kfchou/wiki-skills

2. Karpathy Wiki SKILL

Author: toolboxmd  |  GitHub stars: 67  |  Licence: unspecified

Two complementary Claude Code skills for building persistent knowledge bases: a general-purpose knowledge base skill and a project documentation skill. Designed as a minimal, drop-in implementation of the Karpathy pattern.

Key differentiator: Ships as two separate SKILL.md files — one for general knowledge (research, learning, reference material) and one for project-specific documentation (architecture decisions, API contracts, deployment notes). Auto-triggers on source additions, synthesis questions, and health checks.

Architecture: Three-layer model (raw sources, wiki, schema) with three core operations (ingest, query, lint).

Install:

cp -r karpathy-wiki ~/.claude/skills/wiki
cp -r karpathy-project-wiki ~/.claude/skills/project-wiki

3. llm-wiki SKILL

Author: Pratiyush  |  GitHub stars: 160  |  Licence: MIT

The most ambitious LLM Wiki implementation. Transforms session transcripts from Claude Code, Codex CLI, Cursor, Gemini CLI, and Obsidian into a searchable, interlinked knowledge base. Goes beyond the basic pattern by adding static site generation, AI-consumable exports, and an MCP server.

Key features:

  • Converts .jsonl session files to organised Markdown pages
  • Static site generation with search, dark mode, and keyboard navigation
  • AI-consumable exports (llms.txt, JSON-LD knowledge graphs)
  • Confidence scoring and 5-state lifecycle management for knowledge items
  • 14 linting rules for knowledge quality
  • Obsidian vault integration with Dataview queries
  • MCP server with 12 production tools for agent access
  • Zero npm dependencies

Install: git clone + ./setup.sh or pip install -e .

4. obsidian-wiki SKILL

Author: Ar9av  |  Licence: unspecified

Framework for AI agents to build and maintain an Obsidian-compatible wiki using the Karpathy LLM Wiki pattern. Bridges the gap between Claude Code’s file-based workflow and Obsidian’s rich ecosystem of plugins, graph views, and community themes.

Key differentiator: Outputs are native Obsidian vault files — open the wiki directory in Obsidian and get graph views, backlinks, search, and 1,800+ community plugins for free.

MCP servers for knowledge access

The Model Context Protocol (MCP), donated to the Linux Foundation in December 2025, has become the universal connector between AI agents and knowledge tools. As of April 2026, there are 17,000+ MCP servers available, with “Knowledge & Memory” being the single largest category at 283 servers. Google, OpenAI, and Anthropic have all committed to the protocol.

5. Obsidian MCP Server MCP

Author: cyanheads  |  GitHub stars: 467  |  Licence: Apache 2.0

The leading MCP server for Obsidian vault access. Enables any MCP-compatible AI agent (Claude Code, Codex, Cursor, etc.) to read, write, search, and manage notes in an Obsidian vault through the Local REST API plugin.

Tools provided:

  • obsidian_read_note, obsidian_update_note — full CRUD on notes
  • obsidian_search_replace — find-and-replace across vault
  • obsidian_global_search — vault-wide search with regex support
  • obsidian_list_notes — directory listing and navigation
  • obsidian_manage_frontmatter, obsidian_manage_tags — metadata operations

Transport: stdio and HTTP. In-memory caching for performance.

Install: npx obsidian-mcp-server (requires Obsidian Local REST API plugin)

6. Notion MCP Server MCP

Author: Notion (makenotion)  |  Licence: open source

The official Notion MCP server — the most polished cloud-knowledge integration available. Enables AI agents to search across an entire Notion workspace, create documentation, manage databases, and retrieve context from any page.

Key features: Converts all Notion content to Markdown optimised for AI agent consumption. OAuth authentication. Full workspace search, page creation, and database management.

Install (Claude Code):

claude mcp add --transport http notion https://mcp.notion.com/mcp

AI-powered knowledge management tools

7. Khoj AI TOOL

Author: khoj-ai  |  GitHub stars: 28,000+  |  Licence: AGPL-3.0

Open-source “AI second brain” — the leading self-hostable AI knowledge assistant. Indexes your documents and answers questions with citations, combining personal knowledge with web search.

Key features:

  • Chat with any LLM backend (llama3, Qwen, Gemma, Mistral, GPT, Claude, Gemini, DeepSeek)
  • Indexes images, PDFs, Markdown, Org-mode, Word, and Notion files
  • Accessible from browser, Obsidian plugin, Emacs, Desktop, Phone, and WhatsApp
  • Build custom agents and schedule automations
  • Deep research mode for complex multi-step queries
  • Scales from on-device to cloud-scale enterprise

Install: pip install khoj or self-host via Docker. Cloud app at app.khoj.dev.

8. Mem.ai AI TOOL

Author: Mem Labs  |  Licence: Proprietary (freemium)

AI-powered note-taking that eliminates manual organisation entirely. The thesis: if AI can understand your notes well enough, you never need folders, tags, or manual structure.

Key features: AI automatically organises, tags, and surfaces notes based on context. “Chat” with your entire knowledge base. Synthesises answers from your notes. No folders or manual structure needed.

Key differentiator: Zero-organisation philosophy — the opposite of Zettelkasten. You dump everything in, AI handles retrieval and connection.

9. Glean AI TOOL

Author: Glean Technologies  |  Licence: Proprietary (enterprise)

Enterprise AI-powered knowledge management. Connects to all enterprise apps (Google Workspace, Slack, Confluence, Jira, Salesforce, etc.) and provides a unified AI search and assistant across the entire organisation’s knowledge.

Key differentiator: Enterprise-grade with SSO, compliance, and admin controls. Auto-generates knowledge articles from scattered information. The leading “enterprise brain” platform.

Local-first PKM tools

Local-first tools store data as plain files on your machine. This provides data sovereignty, future-proofing (no vendor lock-in), and compatibility with AI agents that work at the filesystem level.

10. Obsidian PKM

Author: Dynalist Inc.  |  Users: 5 million+  |  Licence: Proprietary (free for personal use)

The dominant Markdown-based personal knowledge base. Plain Markdown files with bidirectional linking, graph visualisation, and an ecosystem of 1,800+ community plugins. The de facto standard for Zettelkasten-style PKM.

Key features: Local-first plain Markdown files; bidirectional [[wikilinks]]; interactive graph view; Canvas for visual thinking; native mobile apps; 1,800+ community plugins; handles 10,000+ notes smoothly.

AI integrations: 45+ MCP servers on PulseMCP; Khoj plugin; Smart Connections plugin; Copilot plugin; native AI features in development.

Pricing: Free for personal use. Commercial $50/user/year. Sync $5/mo (optional).

11. Logseq OPEN SOURCE

Author: Logseq Inc.  |  Licence: AGPL-3.0

Open-source outliner for knowledge bases with block-based organisation. Where Obsidian is document-centric, Logseq is block-centric — every bullet point is an addressable, linkable unit.

Key features: Outliner-centric interface; block-level referencing and embedding; daily journal workflow as default entry point; bidirectional linking; completely free and open source.

Key differentiator: Block references enable fine-grained linking — link to a specific bullet point rather than an entire page. Daily journals provide a low-friction capture method. DB version in beta (early 2026) for improved performance.

12. SiYuan OPEN SOURCE

Author: D&T (formerly siyuan-note)  |  GitHub stars: 42,436  |  Licence: AGPL-3.0

Privacy-first, self-hosted, fully open-source personal knowledge management. Built with TypeScript and Golang. The leading Chinese-origin PKM tool with a growing global user base.

Key features: Fine-grained block-level referencing and embedding; Markdown WYSIWYG with real-time rendering; content blocks as first-class citizens; self-hostable; S3/WebDAV sync; encrypted cloud backup.

Key differentiator: Combines the best of Notion’s block model with Obsidian’s local-first philosophy. 42k+ GitHub stars make it one of the most popular open-source PKM tools globally.

13. TriliumNext Notes OPEN SOURCE

Author: TriliumNext community  |  Licence: AGPL-3.0

Open-source hierarchical note-taking application focused on building large personal knowledge bases. Community-maintained fork since 2024 after the original Trilium project was archived.

Key features: Hierarchical tree structure (notes can appear in multiple locations via cloning); WYSIWYG editor; knowledge graph visualisation; JavaScript-based scripting and custom widgets; per-note encryption; self-hosting via Node.js.

Key differentiator: The scripting system — notes can contain executable JavaScript that automates knowledge management tasks. Cloning (a note appearing in multiple tree locations without duplication) is unique among PKM tools.

14. Dendron OPEN SOURCE

Author: Dendron  |  Licence: AGPL-3.0

Hierarchical note-taking tool built as a VS Code extension. Uses dot-namespaced hierarchies (project.backend.auth.oauth) for predictable, scalable knowledge organisation.

Key differentiator: Hierarchy-first approach — while Zettelkasten tools emphasise flat notes with links, Dendron embraces explicit tree structure via naming conventions. Git-friendly files. Predictable paths make it excellent for developer documentation.

15. Foam OPEN SOURCE

Author: Foam community  |  Licence: MIT

VS Code extension for personal knowledge management inspired by Roam Research. Lightweight alternative to Obsidian for developers who prefer to stay in their editor.

Key differentiator: Lives inside VS Code — no separate app needed. GitHub-friendly (designed to be pushed as a repo). Covers most core PKM features (bidirectional links, graph view, daily notes) with minimal overhead.

Cloud & hybrid PKM

16. Notion CLOUD

Author: Notion Labs  |  Licence: Proprietary

The all-in-one workspace for notes, tasks, wikis, and databases. While not local-first, Notion remains the most widely used knowledge management platform for teams. Its official MCP server makes it the best-integrated cloud platform for AI agent workflows.

Key features: Block editor with 50+ block types; relational databases with views (table, board, calendar, timeline, gallery); real-time collaboration; comprehensive API; official MCP server; built-in AI features.

Pricing: Free tier. Plus $10/mo. Business $18/mo.

17. Tana CLOUD

Author: Tana Inc.  |  Licence: Proprietary

Outliner meets database for networked thought. Tana’s “supertags” turn any node into a structured object with fields, making it uniquely powerful for combining free-form notes with structured data.

Key differentiator: Supertags (templates that turn notes into structured objects), AI agents that participate in meetings, transcription in 60 languages. In 2026, Tana introduced an agentic system where AI agents autonomously maintain and cross-reference knowledge.

Pricing: Free tier. Pro $9/mo ($84/year) for 5,000 AI credits.

18. Capacities CLOUD

Author: Capacities GmbH  |  Licence: Proprietary

“A studio for your mind” — object-based PKM that feels like a personal database. Instead of pages, you work with typed objects: Books, People, Topics, Projects, and custom types.

Key differentiator: Object-type system provides structure without rigidity. Each object type has its own fields, views, and templates. Calendar integration and robust third-party connections. Particularly strong for managing references and research.

Pricing: Free tier. Pro $10/mo.

19. Heptabase CLOUD

Author: Heptabase Inc.  |  Licence: Proprietary

Visual note-taking bridging notes and whiteboards. The canvas view lets you spatially arrange and connect notes, making it ideal for visual thinkers and for mapping complex topics.

Key differentiator: Spatial thinking — drag ideas together on a canvas, draw connections, and see relationships visually. The strongest option for PKM newcomers who find Obsidian’s text-first approach overwhelming.

Open-source workspace platforms

These projects aim to replace Notion/Confluence with self-hostable, open-source alternatives. They combine documents, databases, and collaboration features in a single platform.

20. AFFiNE OPEN SOURCE

Author: TOEVERYTHING  |  GitHub stars: 67,100  |  Licence: MIT

Next-generation knowledge base combining docs, whiteboards, and databases — positioned as the open-source Notion + Miro alternative. The “edgeless” canvas mode merges documents with infinite whiteboards.

Key features: Hyper-merged docs and canvas; rich text, sticky notes, embedded web pages, multi-view databases, linked pages, shapes, and slides on the edgeless canvas; local-first (OctoBase engine with CRDT); real-time sync; self-hostable.

Key differentiator: The edgeless canvas mode — documents and whiteboards are not separate features but one unified surface. 67k GitHub stars make it the second most-starred open-source workspace tool.

21. AppFlowy OPEN SOURCE

Author: AppFlowy Inc.  |  GitHub stars: 68,840  |  Licence: AGPL-3.0

The most-starred open-source Notion alternative. Built with Rust (backend) and Flutter (frontend) for exceptional native performance across platforms.

Key differentiator: Native performance — the Rust + Flutter stack makes it significantly faster than Electron-based competitors. The largest open-source workspace community. AI features are pluggable (bring your own LLM).

22. Outline OPEN SOURCE

Author: Outline (General Outline Inc.)  |  GitHub stars: ~29,000  |  Licence: BSL (free for self-hosting)

Fast, beautiful team knowledge base and wiki. The most polished open-source option for teams migrating from Confluence or Notion wikis.

Key features: Notion-like block editor; real-time collaboration; SSO (OIDC, Slack, Google); S3 storage; 2FA; granular access controls; API; webhooks; Slack integration.

Key differentiator: Team-first — while most PKM tools are personal, Outline is designed for team knowledge with permissions, collections, and access controls. Self-hostable (Node.js, PostgreSQL, Redis, S3).

23. Anytype OPEN SOURCE

Author: Any Association  |  GitHub stars: 7,368  |  Licence: open source

Object-based PKM with end-to-end encryption and peer-to-peer sync. Every piece of content is a typed “object” with relations, enabling a graph-like content model without cloud dependencies.

Key differentiator: E2E encryption by default with P2P sync (no central server). Object-based model (vs. block-based) allows for richer semantic relationships. Better than Notion for archiving and complex knowledge management where privacy matters.

Self-hosted wikis

24. Wiki.js WIKI

Author: requarks  |  Licence: AGPL-3.0

Modern, feature-rich self-hosted wiki with the most extensive integration options of any open-source wiki. Real-time collaborative editing (Google Docs-like) sets it apart.

Key features: Multiple editors (Markdown, WYSIWYG, raw HTML); Git-backed storage (use Git as your wiki database); extensive authentication options (LDAP, OAuth, SAML); real-time collaboration; full-text search with Elasticsearch/PostgreSQL.

25. BookStack OPEN SOURCE

Author: Dan Brown  |  GitHub stars: 16,000+  |  Licence: MIT

The most popular PHP wiki on GitHub. Organised around a familiar metaphor: Shelves → Books → Chapters → Pages. Low barrier for non-technical users.

Key differentiator: The structured hierarchy (Shelves/Books/Chapters/Pages) provides natural organisation without requiring linking or tagging discipline. WYSIWYG editor makes it accessible to non-technical team members. 5 feature updates + 18 patches in 2025.

26. DokuWiki OPEN SOURCE

Author: Andreas Gohr  |  Licence: GPL-2.0

Lightweight wiki using plain text files with zero database requirement. The simplest possible wiki to deploy, back up, and migrate.

Key differentiator: No database — all content stored as plain text files. Backup means copying a folder. Migration means moving a folder. Plugin ecosystem for extensibility. Battle-tested since 2004.

Static site generators for knowledge bases

When the knowledge base needs to be published as a website (documentation, team reference, public wiki), static site generators convert Markdown into fast, deployable HTML sites.

27. Docusaurus SSG

Author: Meta  |  GitHub stars: 64,400  |  Licence: MIT

React-based static site generator designed specifically for documentation. The most feature-rich SSG for knowledge bases, with native versioning, search, and i18n.

Key features: Built-in Algolia DocSearch integration; native document versioning; internationalisation; React component extensibility; structured sidebar navigation; MDX support (Markdown + JSX).

Key differentiator: The only SSG with first-class document versioning — essential for API docs and knowledge bases that need to maintain multiple versions. React ecosystem means unlimited customisation.

28. MkDocs SSG

Author: Tom Christie  |  Licence: BSD-2-Clause

Python-based static site generator designed for project documentation. Powers 90,000+ projects. Simple YAML configuration and Markdown files — the fastest path from Markdown to a documentation site.

Key features: Simple YAML configuration; Markdown source files; fast builds; extensive theme ecosystem (Material for MkDocs is the most popular).

Caveat (April 2026): No significant development in 18 months; last release 1.6.1 (August 2024). Material for MkDocs entered maintenance mode November 2025. Successor project “Zensical” announced by the Material author.

29. GitBook SSG

Author: GitBook Inc.  |  Licence: Proprietary (free for OSS/non-profit)

Hosted SaaS platform — the easiest path from Markdown to published docs. No build step, no deployment pipeline, no server management.

Key differentiator: Zero ops — push Markdown to a Git repo, GitBook handles the rest. WYSIWYG editing for non-technical contributors. Git sync ensures developers can work in their preferred editor. AI-powered search built in.

PKM methodologies

Tools are only as effective as the methodology behind them. Two approaches dominate the PKM landscape:

Zettelkasten (Slip-Box Method) METHOD

Zettelkasten

Origin: German sociologist Niklas Luhmann (1927–1998)

Luhmann used a physical slip box of 90,000 notes to write 70 books and ~400 scholarly articles. The method treats knowledge as a network of atomic, interconnected ideas rather than a hierarchy of documents.

Core principles:

  • Atomic notes — one idea per note, written in your own words
  • Unique IDs — every note has a permanent, unique identifier
  • Bidirectional linking — notes link to each other, forming a web of ideas
  • Emergent structure — organisation arises from connections, not imposed hierarchy
  • Bottom-up — structure grows organically from individual notes upward

Tools implementing it: Obsidian, Logseq, Zettlr, Foam, Dendron, The Archive, zkn3

PARA Method METHOD

PARA Method

Origin: Tiago Forte (“Building a Second Brain”, 2022)

Organises all digital information by actionability into four categories. Designed for people who need both creative thinking and project execution.

Core categories:

  • Projects — active endeavours with a deadline (ship feature X, write article Y)
  • Areas — ongoing responsibilities with no end date (health, finances, team management)
  • Resources — reference material for future use (design patterns, book notes, research)
  • Archives — completed projects and inactive items

Workflow (CODE): Capture → Organise → Distill → Express

Tools implementing it: Notion (via templates), Obsidian (via templates and plugins), Capacities, Tana, any flexible note app

Combined approach: Many practitioners use PARA as the “hub of action” and Zettelkasten as the “spoke of insight” — PARA for organising work, Zettelkasten for developing ideas.

Comparison table

Tool / Skill Category Type Focus Data storage Licence
wiki-skills Claude Code skill Skill LLM Wiki pattern (full lifecycle) Local Markdown MIT
Karpathy Wiki Claude Code skill Skill General KB + project docs Local Markdown
llm-wiki Claude Code skill Skill Session transcript → KB + site Local MD + static site MIT
obsidian-wiki Claude Code skill Skill LLM Wiki → Obsidian vault Obsidian vault
Obsidian MCP MCP server MCP Agent access to Obsidian vaults Obsidian vault Apache 2.0
Notion MCP MCP server MCP Agent access to Notion workspace Notion cloud OSS
Khoj AI tool AI AI second brain (self-hosted) Local + indexing AGPL-3.0
Obsidian PKM (local) PKM Markdown KB with graph view Local Markdown Proprietary (free)
Logseq PKM (local) OSS Block-based outliner Local Markdown/EDN AGPL-3.0
SiYuan PKM (local) OSS Block-level refs, self-hosted Local (custom format) AGPL-3.0
Notion PKM (cloud) Cloud All-in-one workspace Cloud Proprietary
AFFiNE OSS workspace OSS Docs + whiteboard + DB Local-first (CRDT) MIT
AppFlowy OSS workspace OSS Notion alt, native perf Local / self-hosted AGPL-3.0
Outline OSS workspace OSS Team wiki, real-time collab PostgreSQL + S3 BSL
Wiki.js Self-hosted wiki Wiki Modern wiki, real-time editing DB + Git backend AGPL-3.0
BookStack Self-hosted wiki OSS Structured docs (Books/Chapters) MySQL MIT
Docusaurus SSG SSG React-based docs with versioning Markdown → static HTML MIT
MkDocs SSG SSG Simple Python docs Markdown → static HTML BSD

Market size

Key trends (2025–2026)

  1. AI-powered semantic search — goes beyond keyword matching; understands meaning via NLP; synthesises answers with citations from multiple sources
  2. LLM Wiki pattern — persistent, compounding knowledge bases maintained by LLMs; the biggest emerging pattern for developer-oriented PKM
  3. MCP as universal connector — 17,000+ MCP servers; Knowledge & Memory is the #1 category; enables any AI agent to connect to any knowledge tool
  4. Agentic knowledge management — tools like Tana now have AI agents that autonomously participate in meetings, transcribe, and generate structured outputs
  5. Local-first AI — self-hosted tools like Khoj, Obsidian+MCP, and SiYuan letting users keep data private while leveraging AI
  6. Automated content capture — AI captures, organises, and retrieves from video, audio, text, and screen recordings without manual work
  7. Knowledge delivery in-context — bringing knowledge into Slack, Teams, Chrome, IDE rather than making users switch to a separate knowledge base

Sources & further reading

Last updated: April 2026. Tool features, star counts, and availability may change.

Categories: Knowledge Management | PKM | AI Tools | Documentation