Compile banner
Chinmaya-Kausik Chinmaya-Kausik

Compile

Development community

Description

Use the loom MCP tools to run incremental compilation. 1. Call `loom:get_changed_sources` to find uncompiled or modified sources. 2. If no changes, report that everything is up to date. 3. Call `loom:get_page_registry` and `loom:get_glossary` for context. 4. For each changed source: a. Call `loom:read_source` to get its content. b. Synthesize a summary and/or concept article(s) from the source content. c. Write each article using `loom:write_wiki_page` with complete frontmatter. d.

Installation

Installs to ~/.claude/commands/chinmaya-kausik-loom-compile.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/Chinmaya-Kausik/loom/HEAD/.claude/commands/compile.md -o ~/.claude/commands/chinmaya-kausik-loom-compile.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository