eliransu/digital-brain

Claude + Obsidian knowledge companion. A persistent, compounding wiki vault based on Karpathy's LLM Wiki pattern — drop sources, ask questions, knowledge compounds.

1Stars on the repository
31Mods indexed here, across every type
3mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

autoresearch

01

eliransu/digital-brain

Skill Claude CodeCodex

Part of digital-brain

Autonomous iterative research loop. Takes a topic, runs web searches, fetches sources, synthesizes findings, and files everything into the wiki as structured pages. Based on Karpathy's autoresearch pattern: program.md configures objectives and constraints, the loop runs until depth is reached, output goes directly…

not rated 1 3mo ago A 124 tokens copy · 100% MIT

canvas

02

eliransu/digital-brain

Skill Claude CodeCodex

Part of digital-brain

Visual layer of the wiki. Add images, text cards, PDFs, and wiki pages to Obsidian canvas files with auto-positioning inside zones. Integrates with /banana for image capture. Triggers on: /digital-brain:canvas, canvas new, canvas add image, canvas add text, canvas add pdf, canvas add note, canvas zone, canvas list…

not rated 1 3mo ago A 97 tokens copy · 94% MIT

defuddle

03

eliransu/digital-brain

Skill Claude CodeCodex

Part of digital-brain

Strip clutter from web pages before ingesting into the wiki. Removes ads, navigation, headers, footers, and boilerplate: leaving clean readable markdown that saves 40-60% tokens. Triggers on: defuddle, clean this page, strip this url, fetch and clean, clean web content before ingesting, strip ads, remove clutter…

not rated 1 3mo ago A 83 tokens original MIT

note

04

eliransu/digital-brain

Skill Claude CodeCodex

Part of digital-brain

Capture a short, time-bound note in the wiki vault under wiki/notes/. Notes carry a kind (task or reminder) and a due time. They auto-expire 7 days after creation — expired notes never resurface in /sync or /sup. /note writes the note file, updates wiki/notes/index.md, optionally touches wiki/hot.md if the due is in…

not rated 1 3mo ago A 154 tokens original MIT

obsidian-bases

05

eliransu/digital-brain

Skill Claude CodeCodex

Part of digital-brain

Create and edit Obsidian Bases (.base files): Obsidian's native database layer for dynamic tables, card views, list views, filters, formulas, and summaries over vault notes. Triggers on: create a base, add a base file, obsidian bases, base view, filter notes, formula, database view, dynamic table, task tracker base…

not rated 1 3mo ago A 82 tokens original MIT

obsidian-markdown

06

eliransu/digital-brain

Skill Claude CodeCodex

Part of digital-brain

Write correct Obsidian Flavored Markdown: wikilinks, embeds, callouts, properties, tags, highlights, math, and canvas syntax. Reference this when creating or editing any wiki page. Triggers on: write obsidian note, obsidian syntax, wikilink, callout, embed, obsidian markdown, wikilink format, callout syntax, embed…

not rated 1 3mo ago A 94 tokens original MIT

ppl

07

eliransu/digital-brain

Skill Claude CodeCodex

Part of digital-brain

Add and maintain people you interacts with as person entities in the wiki vault. Each person becomes a page in wiki/entities/people/ .md with structured frontmatter (role, relationship, team, tags). After a person is filed, every future wiki write MUST wikilink mentions of them as [[Full Name]]. Triggers on: "/ppl"…

not rated 1 3mo ago A 137 tokens original MIT

save

08

eliransu/digital-brain

Skill Claude CodeCodex

Part of digital-brain

Save the current conversation, answer, or insight into the Obsidian wiki vault as a structured note. Analyzes the chat, determines the right note type, creates frontmatter, files it in the correct wiki folder, and updates index, log, and hot cache. Triggers on: "save this", "save that answer", "/digital-brain:save"…

not rated 1 3mo ago A 112 tokens original MIT

sup

09

eliransu/digital-brain

Skill Claude CodeCodex

Part of digital-brain

Read-only Top-10 dashboard built from the Obsidian vault. Reads wiki/daily/ /{mentions.md, topics.md, linear.md, calendar.md, notes.md} produced by /digital-brain:sync — does NOT call Gmail, Slack, Linear, or Calendar MCPs. If today's folder is missing or stale, prints a one-line prompt to run sync. Triggers on…

not rated 1 3mo ago A 119 tokens original MIT

sync

10

eliransu/digital-brain

Skill Claude CodeCodex

Part of digital-brain

Pull mentions, DMs, hot channel topics, calendar events, and Linear updates from the last 48h (24h for Slack DMs) into the wiki daily folder, and snapshot active vault notes. Sources: Gmail, Slack, Linear, Google Calendar, local wiki/notes/. Creates wiki/daily/ /{mentions.md, topics.md, linear.md, calendar.md…

not rated 1 3mo ago A 157 tokens original MIT

task

11

eliransu/digital-brain

Skill Claude CodeCodex

Part of digital-brain

Create a Linear issue via the Linear MCP and mirror it as a local note under wiki/notes/ so /sync and /sup surface it. Default assignee is you; override with @ . Default cycle is the team's CURRENT sprint; override with sprint:next or sprint:none. Default team is configured in wiki/daily/config.json…

not rated 1 3mo ago A 115 tokens original MIT

wiki-fold

12

eliransu/digital-brain

Skill Claude CodeCodex

Part of digital-brain

Rollup of wiki log entries into meta-pages. Reads the last 2^k entries from wiki/log.md, writes a structurally-idempotent fold page to wiki/folds/ that links back to children. Extractive summarization (no invention). Dry-run by default, stdout-only; commit mode writes and accepts that the PostToolUse hook…

not rated 1 3mo ago A 103 tokens original MIT

wiki-ingest

13

eliransu/digital-brain

Skill Claude CodeCodex

Part of digital-brain

Ingest sources into the Obsidian wiki vault. Reads a source, extracts entities and concepts, creates or updates wiki pages, cross-references, and logs the operation. Supports files, URLs, and batch mode. Triggers on: ingest, process this source, add this to the wiki, read and file this, batch ingest, ingest all of…

not rated 1 3mo ago A 81 tokens original MIT

wiki-lint

14

eliransu/digital-brain

Skill Claude CodeCodex

Part of digital-brain

Health check the Obsidian wiki vault. Finds orphan pages, dead wikilinks, stale claims, missing cross-references, frontmatter gaps, and empty sections. Creates or updates Dataview dashboards. Generates canvas maps. Triggers on: "lint", "health check", "clean up wiki", "check the wiki", "wiki maintenance", "find…

not rated 1 3mo ago A 84 tokens original MIT

wiki-prune

15

eliransu/digital-brain

Skill Claude CodeCodex

Part of digital-brain

Weekly janitor for the Obsidian wiki. Archives wiki/daily/YYYY-MM-DD/ folders older than 7 days into wiki/.archive/YYYY-WW/, keeping the rolled-up summaries that wiki-fold produced. Dry-run by default; --commit moves the folders; --hard deletes archive entries older than 30 days. Suggested cadence: every Monday…

not rated 1 3mo ago C 124 tokens original MIT

wiki-query

16

eliransu/digital-brain

Skill Claude CodeCodex

Part of digital-brain

Answer questions using the Obsidian wiki vault. Reads hot cache first, then index, then relevant pages. Synthesizes answers with citations. Files good answers back as wiki pages. Supports quick, standard, and deep modes. Triggers on: what do you know about, query:, what is, explain, summarize, find in wiki, search the…

not rated 1 3mo ago A 89 tokens original MIT

wiki

17

eliransu/digital-brain

Skill Claude CodeCodex

Part of digital-brain

Claude + Obsidian knowledge companion. Sets up a persistent wiki vault, scaffolds structure from a one-sentence description, and routes to specialized sub-skills. Use for setup, scaffolding, cross-project referencing, and hot cache management. Triggers on: "set up wiki", "scaffold vault", "create knowledge base"…

not rated 1 3mo ago A 110 tokens original MIT

write

18

eliransu/digital-brain

Skill Claude CodeCodex

Part of digital-brain

Draft text in your voice. Applies the rules from VOICE.md (do/don't list) to anything you will send or publish - Slack messages, DMs, internal emails, external emails, Reddit/LinkedIn posts, replies to inbound messages, or rewrites of existing drafts. Triggers on: "/write", "draft this for me", "rewrite in my voice"…

not rated 1 3mo ago A 102 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: