File Answer banner
Chinmaya-Kausik Chinmaya-Kausik

File Answer

Documentation community

Description

Write the last synthesized answer back to the wiki. 1. Take the most recent answer from this conversation. 2. Generate a descriptive title and filename slug. 3. Write it to `wiki/answers/` using `loom:write_wiki_page` with complete frontmatter: - type: "answer" - Include the original question in the content - List all wiki pages that were consulted as sources - Set appropriate tags 4. Call `loom:update_master_index` to update the page catalog. 5. Call `loom:append_log` with entry_ty

Installation

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

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

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

Full documentation available on GitHub

View Source Repository