doneyli

13 mods across 1 repository, 4 stars between them.

signal-labs

01

doneyli/claude-code-plugins

Plugin Claude Code

Claude Code plugins from Signal Labs. Tools for knowledge workers who use AI to compound their expertise.

4 4mo ago A tokens not measured original MIT

doneyli/claude-code-plugins

Instructions file

Instructions for doneyli/claude-code-plugins, covering signal labs plugins — repository instructions, repository layout, when modifying this repo and what not to do.

4 4mo ago A 312 tokens original MIT

llm-wiki

03

doneyli/claude-code-plugins

Plugin Claude Code

Karpathy-style compiled-knowledge wikis as a Claude Code plugin. A raw/ folder of sources you curate, a wiki/ folder Claude compiles. Ingest, query, and lint via slash commands.

4 4mo ago A tokens not measured original MIT

wiki-ingester

04

doneyli/claude-code-plugins

Agent

Restricted agent for compiling raw sources into the wiki. Use for automated or unattended ingest runs when you want the agent isolated from running shell commands or fetching web content.

4 4mo ago A 36 tokens original MIT

export

05

doneyli/claude-code-plugins

Command

Export the wiki as a static HTML site. Converts all wiki/.md pages to browseable HTML files in site/ that open with a double-click — no server needed.

4 4mo ago A 34 tokens original MIT

ingest

06

doneyli/claude-code-plugins

Command

Compile raw sources into the wiki. Pass a specific file (any supported format) or --new to process anything not yet in log.md or --all to re-ingest everything. Auto-converts PDF, images, CSV, JSON, HTML, ICS, EML using Claude's native reading capabilities — no external tools needed.

4 4mo ago A 65 tokens original MIT

init

07

doneyli/claude-code-plugins

Command

Scaffold a new LLM wiki in the current directory. Creates raw/, wiki/{entities,concepts,themes,comparisons,synthesis}, wiki/index.md, wiki/log.md, and a CLAUDE.md schema.

4 4mo ago A 45 tokens original MIT

lint

08

doneyli/claude-code-plugins

Command

Health-check the wiki. Surface orphans, broken wikilinks, stale pages, missing frontmatter, and pages missing source attribution.

4 4mo ago A 27 tokens original MIT

query

09

doneyli/claude-code-plugins

Command

Answer a question grounded in the wiki. Optionally file the answer back as a synthesis page.

4 4mo ago A 19 tokens original MIT

sources

10

doneyli/claude-code-plugins

Command

Register external source directories so the wiki can ingest from your existing project folders — no copying into raw/ required. Supports add, list, and remove.

4 4mo ago A 30 tokens original MIT

PreToolUse

11

doneyli/claude-code-plugins

Hook

Runs before the agent uses a tool for Write, Edit and MultiEdit tool calls, executing block-raw-writes.sh. From doneyli/claude-code-plugins.

4 4mo ago A tokens not measured copy · 91% MIT

PostToolUse

12

doneyli/claude-code-plugins

Hook

Runs after a tool call finishes for Write, Edit and MultiEdit tool calls, executing validate-frontmatter.sh. From doneyli/claude-code-plugins.

4 4mo ago A tokens not measured copy · 81% MIT

wiki-compiler

13

doneyli/claude-code-plugins

Skill Claude CodeCodex

Compile raw sources into a cross-linked wiki following the Karpathy LLM-wiki pattern. Use when the user asks to ingest, compile, or build a wiki from a folder of notes, research, or documents. Also triggered by "add to my wiki", "compile these sources", or working inside a directory that has both raw/ and wiki/…

4 4mo ago A 88 tokens original MIT