signal-labs
01Plugin Claude Code
Claude Code plugins from Signal Labs. Tools for knowledge workers who use AI to compound their expertise.
Plugin Claude Code
Claude Code plugins from Signal Labs. Tools for knowledge workers who use AI to compound their expertise.
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.
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.
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.
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.
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.
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.
Command
Health-check the wiki. Surface orphans, broken wikilinks, stale pages, missing frontmatter, and pages missing source attribution.
Command
Answer a question grounded in the wiki. Optionally file the answer back as a synthesis page.
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.
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.
Hook
Runs after a tool call finishes for Write, Edit and MultiEdit tool calls, executing validate-frontmatter.sh. From 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/…