EveryDev.ai
Sign inSubscribe
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
Main Menu
  • Tools
  • Developers
  • Topics
  • Discussions
  • Communities
  • News
  • Podcasts
  • Blogs
  • Builds
  • Contests
  • Compare
  • Arena
  • Polls
Create
    Home
    Tools

    2,633+ AI tools

    • New
    • Trending
    • Featured
    • Compare
    • Arena
    Categories
    • Agents1758
    • Coding1268
    • Infrastructure581
    • Marketing465
    • Design453
    • Projects424
    • Research398
    • Analytics347
    • MCP240
    • Security239
    • Testing236
    • Data221
    • Integration174
    • Prompts160
    • Learning159
    • Communication154
    • Extensions148
    • Voice126
    • Commerce125
    • DevOps108
    • Web79
    • Finance21
    1. Home
    2. Tools
    3. obsidian-second-brain
    obsidian-second-brain icon

    obsidian-second-brain

    Knowledge Management

    A cross-CLI skill for Obsidian that turns your vault into a self-rewriting AI-first second brain with 43 commands across Claude Code, Codex, Gemini, and OpenCode.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully free and open-source under the MIT License. All 43 commands available at no cost.

    Engagement

    Available On

    Windows
    macOS
    Linux
    Web
    API

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Knowledge ManagementAgent FrameworksCommand Line Assistants

    Alternatives

    DustContextual AISecond Brain
    Developer
    Eugeniu GhelburLos Angeles, CAEst. 2024

    Listed Jun 2026

    About obsidian-second-brain

    obsidian-second-brain is an open-source Claude Code skill built by Eugeniu Ghelbur, an AI Automation Engineer at Single Grain. It connects Anthropic's Claude Code CLI (and three other AI CLIs) to an Obsidian vault, giving Claude the ability to read, write, synthesize, and maintain your personal knowledge base without you opening Obsidian. The project is MIT-licensed, hosted on GitHub, and described by its author as an evolution of Andrey Karpathy's LLM Wiki pattern.

    What It Is

    obsidian-second-brain is a CLI skill — not an Obsidian plugin — that installs into Claude Code (or Codex CLI, Gemini CLI, or OpenCode) and exposes 43 slash commands for operating an Obsidian vault as a living knowledge OS. Where a traditional vault is a filing cabinet you maintain manually, this skill makes the vault rewrite itself: ingesting a URL, PDF, audio file, or screenshot rewrites 5–15 existing pages rather than appending a new one, contradictions are reconciled automatically, and patterns are synthesized across sources without prompting. The core principle the README calls the "AI-first vault rule" means every note is structured for future-Claude to retrieve and reason over, not for human reading — with machine-readable frontmatter, recency markers per claim, mandatory wikilinks, and confidence levels.

    Architecture and Command Layers

    The 43 commands are organized into four layers plus always-on background agents:

    • Operations (28 commands): save conversations, ingest sources, reconcile contradictions, export snapshots, manage Google Calendar events, log work sessions, and maintain vault health.
    • Thinking tools (7 commands): /obsidian-challenge searches your vault for past failures and pushes back on your current idea using your own words; /obsidian-emerge surfaces unnamed patterns from 30 days of notes; /obsidian-connect bridges two unrelated domains; /obsidian-panel convenes distinct perspectives on a decision.
    • Context engine (1 command): /obsidian-world loads identity and current state with progressive token budgets so every session picks up where the last one ended.
    • Research toolkit (7 commands): pulls live external knowledge via xAI Grok (X posts and trends), Perplexity Sonar (web research with citations), Gemini File Search (vault-grounded synthesis), YouTube transcript API, and podcast RSS/Whisper. /research and /research-deep fall back to free, key-less sources (Wikipedia, HackerNews, arXiv, Reddit, and others) when no Perplexity key is set.
    • Always-on agents: a background agent fires after every context compaction; four scheduled agents handle morning briefings, nightly consolidation, weekly reviews, and Sunday vault health audits.

    Multi-CLI and Preset Support

    The repository ships a build script that compiles the platform-neutral source into four platform-specific outputs. Claude Code uses native slash commands and a CLAUDE.md dispatcher; Codex CLI, Gemini CLI, and OpenCode each get their own dispatcher file and auto-generated routing tables mapping natural-language triggers to command files. The 3 Google Calendar commands are Claude Code–only (they depend on the claude.ai Calendar connector); the other 40 commands are cross-platform. At bootstrap, users choose one of four role presets — executive, builder, creator, or researcher — each generating tailored folder structures, templates, and kanban boards.

    Update: v0.10.0 — The Architect (May 2026)

    The latest release, v0.10.0 ("The Architect"), published May 31 2026, adds /obsidian-architect: a command that scans a software codebase and writes maintained architecture notes (overview with diagram, per-module notes, key-decisions mined from git history) into the vault. Re-running the command refreshes only content inside generated sentinel markers (<!-- @generated --> blocks) and never overwrites user-added annotations. The release also ships key-less web research (no Perplexity key required), Google Calendar commands, anti-hallucination guards, and a test suite with CI. The project reached 1,534 GitHub stars and 175 forks as of early June 2026, per the repository metadata.

    Why It Got Attention

    The author's Substack post "I built this for myself. Then 1,374 strangers cloned it." describes the origin: two disconnected tools (Claude and Obsidian) and the institutional-amnesia problem of AI sessions that start from scratch every time. The README frames the project as a direct extension of Karpathy's LLM Wiki gist, adding self-rewriting pages, automatic contradiction reconciliation, scheduled agents, and an AI-first note format that the original pattern lacks. A first community fork, scholarbrain, targets academic research use cases, and the ECOSYSTEM.md file documents a pattern for domain-specific forks.

    Community Discussions

    Be the first to start a conversation about obsidian-second-brain

    Share your experience with obsidian-second-brain, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Fully free and open-source under the MIT License. All 43 commands available at no cost.

    • 43 slash commands across Claude Code, Codex CLI, Gemini CLI, and OpenCode
    • Self-rewriting vault with automatic contradiction reconciliation
    • 4 scheduled background agents
    • Key-less web research fallback
    • MIT license — use, modify, and distribute freely

    Capabilities

    Key Features

    • 43 slash commands across Claude Code, Codex CLI, Gemini CLI, and OpenCode
    • Self-rewriting vault: ingesting a source rewrites 5–15 existing pages instead of appending
    • Automatic contradiction reconciliation via /obsidian-reconcile
    • Cross-source pattern synthesis via /obsidian-synthesize
    • AI-first note format with frontmatter, recency markers, wikilinks, and confidence levels
    • Background agent fires after every context compaction
    • 4 scheduled agents: morning briefing, nightly consolidation, weekly review, vault health audit
    • /obsidian-architect scans a codebase and writes maintained architecture notes into the vault
    • Thinking tools: /obsidian-challenge, /obsidian-emerge, /obsidian-connect, /obsidian-panel
    • Research toolkit: /x-read, /x-pulse, /research, /research-deep, /notebooklm, /youtube, /podcast
    • Key-less web research fallback (Wikipedia, HackerNews, arXiv, Reddit, and more)
    • Google Calendar integration: /obsidian-agenda, /obsidian-schedule, /obsidian-meeting
    • 4 role presets: executive, builder, creator, researcher
    • Bi-temporal fact tracking: when a fact was true AND when the vault learned it
    • Bootstrap script with vault path configuration
    • MIT-licensed, plain markdown files, no vendor lock-in

    Integrations

    Claude Code
    Codex CLI
    Gemini CLI
    OpenCode
    Obsidian
    xAI Grok
    Perplexity Sonar
    Google Gemini File Search
    YouTube Data API v3
    youtube-transcript-api
    OpenAI Whisper
    Google Calendar MCP connector
    Wikipedia
    HackerNews
    arXiv
    Reddit
    Perplexity
    DuckDuckGo
    OpenAlex
    Semantic Scholar
    CrossRef
    API Available
    View Docs

    Reviews & Ratings

    No ratings yet

    Be the first to rate obsidian-second-brain and help others make informed decisions.

    Developer

    Eugeniu Ghelbur

    Eugeniu Ghelbur builds AI agent systems and automation tools for marketing and revenue operations as an AI Automation Engineer at Single Grain. He maintains obsidian-second-brain, an open-source Claude Code skill that operates an Obsidian vault as a living personal knowledge OS, and publishes practical AI engineering content at The AI Operator on Substack. His work focuses on production-grade agent systems, vault-based knowledge management, and cross-CLI AI tooling. He builds in public, sharing what works from real shipping experience.

    Founded 2024
    Los Angeles, CA
    1 employees

    Used by

    1,374+ GitHub clones/users of obsidian-…
    Read more about Eugeniu Ghelbur
    WebsiteGitHubLinkedInX / Twitter
    1 tool in directory

    Similar Tools

    Dust icon

    Dust

    Multiplayer AI platform for human-agent collaboration, enabling teams to build, deploy, and run custom AI agents connected to company knowledge and tools.

    Contextual AI icon

    Contextual AI

    Enterprise AI platform for building agents that reason over technical documentation, specifications, and institutional knowledge with verified outputs.

    Second Brain icon

    Second Brain

    A self-hosted, MCP-compatible shared memory layer for AI tools like Claude, ChatGPT, and Cursor, deployed on Cloudflare's free tier.

    Browse all tools

    Related Topics

    Knowledge Management

    AI-powered systems for organizing, discovering, and accessing collective team knowledge with intelligent search, tagging, and contextual recommendations across knowledge bases and wikis.

    98 tools

    Agent Frameworks

    Tools and platforms for building and deploying custom AI agents.

    371 tools

    Command Line Assistants

    AI-powered command-line assistants that help developers navigate, search, and execute terminal commands with intelligent suggestions and context awareness.

    144 tools
    Browse all topics
    Back to all tools
    Discussions