eliransu

32 mods across 2 repositories, 6 stars between them.

digital-brain

02

eliransu/digital-brain

Plugin Claude Code

Claude + Obsidian knowledge companion. Sets up a persistent, compounding wiki vault. Covers memory management, session notetaking, knowledge organization, and agent context across projects. Based on Andrej Karpathy's LLM Wiki pattern.

1 3mo ago A tokens not measured original MIT

digital-brain

03

eliransu/digital-brain

Cursor rule Cursor

A Claude Code plugin and Obsidian vault that builds persistent, compounding knowledge bases using Andrej Karpathy's LLM Wiki pattern. This repo works with Cursor's AI through the cross-platform Agent Skills format.

1 3mo ago A 628 tokens original MIT

eliransu/digital-brain

Instructions file GitHub Copilot

Copilot instructions for eliransu/digital-brain, covering digital-brain: github copilot instructions, project type, repository layout, conventions copilot should follow and when editing skills (skills/ /skill.md).

1 3mo ago A 711 tokens original MIT

wiki-ingest

05

eliransu/digital-brain

Agent

Parallel batch ingestion agent for the Obsidian wiki vault. Dispatched when multiple sources need to be ingested simultaneously. Processes one source fully (read, extract, file entities and concepts, update index) then reports what was created and updated. Use when the user says "ingest all", "batch ingest", or…

1 3mo ago A 156 tokens original MIT

wiki-lint

06

eliransu/digital-brain

Agent

Comprehensive wiki health check agent. Scans for orphan pages, dead links, stale claims, missing cross-references, frontmatter gaps, and empty sections. Generates a structured lint report. Dispatched when the user says "lint the wiki", "health check", "wiki audit", or "clean up". Context: User says "lint the wiki"…

1 3mo ago A 137 tokens original MIT

note

07

eliransu/digital-brain

Command

Capture a short, time-bound note (task or reminder) under wiki/notes/. Auto-expires after 7 days. Usage: /note , /note task , /note reminder , /note list, /note done , /note clear.

1 3mo ago A 58 tokens original MIT

ppl

08

eliransu/digital-brain

Command

Add or update a person you interacts with in the wiki (wiki/entities/people/). Usage: /ppl . Also: /ppl list, /ppl lookup , /ppl edit .

1 3mo ago A 54 tokens original MIT

sup

09

eliransu/digital-brain

Command

Show open work, mentions, meetings, ownership, and progress — read-only snapshot from Gmail, Slack, Linear, Calendar. No vault writes.

1 3mo ago A 29 tokens original MIT

sync

10

eliransu/digital-brain

Command

Sync mentions, DMs, hot Slack topics, calendar, Linear into wiki daily folder (last 48h, 24h for DMs). Sources: Gmail, Slack, Linear, Google Calendar.

1 3mo ago A 41 tokens original MIT

task

11

eliransu/digital-brain

Command

Create a Linear issue via MCP and mirror as a vault note under wiki/notes/. Defaults: team INV, current sprint, assignee you. Usage: /task [@ ] [sprint:current|next|none] [team: ] [priority: ] [due: ].

1 3mo ago A 75 tokens original MIT

SessionStart

12

eliransu/digital-brain

Hook

Runs when a session starts on startup and resume, running an inline shell check. From eliransu/digital-brain.

1 3mo ago A tokens not measured original MIT

PostToolUse

13

eliransu/digital-brain

Hook

Runs after a tool call finishes for Write and Edit tool calls, running an inline shell check. From eliransu/digital-brain.

1 3mo ago A tokens not measured original MIT

Stop

14

eliransu/digital-brain

Hook

Runs when the agent finishes a response, running an inline shell check. From eliransu/digital-brain.

1 3mo ago A tokens not measured original MIT

autoresearch

15

eliransu/digital-brain

Skill Claude CodeCodex

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…

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

canvas

16

eliransu/digital-brain

Skill Claude CodeCodex

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…

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

defuddle

17

eliransu/digital-brain

Skill Claude CodeCodex

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…

1 3mo ago A 83 tokens original MIT

note

18

eliransu/digital-brain

Skill Claude CodeCodex

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…

1 3mo ago A 154 tokens original MIT

obsidian-bases

19

eliransu/digital-brain

Skill Claude CodeCodex

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…

1 3mo ago A 82 tokens original MIT

obsidian-markdown

20

eliransu/digital-brain

Skill Claude CodeCodex

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…

1 3mo ago A 94 tokens original MIT

ppl

21

eliransu/digital-brain

Skill Claude CodeCodex

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"…

1 3mo ago A 137 tokens original MIT

save

22

eliransu/digital-brain

Skill Claude CodeCodex

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"…

1 3mo ago A 112 tokens original MIT

sup

23

eliransu/digital-brain

Skill Claude CodeCodex

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…

1 3mo ago A 119 tokens original MIT

sync

24

eliransu/digital-brain

Skill Claude CodeCodex

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…

1 3mo ago A 157 tokens original MIT