What problem does it solve? Capturing links and files for a knowledge wiki usually forces an immediate, slow ingestion step. This Skill splits ingestion into a producer/consumer workflow: drop URLs, file paths, or pasted text onto a queue throughout the day, then batch-process the whole queue later. ## Core Features & Use Cases - Add mode: Writes a small Markdown ticket (<priority>-<timestamp>-<slug>.md) to _inbox/pending/ without fetching anything, and skips URLs already present in pending, proposed, wiki, or done folders. - Process mode: Drains the pending queue by running wiki-update.py per ticket, moving items to _inbox/done/ or _inbox/failed/ with .error sidecars, and regenerating the INDEX once at the end. Supports --dry-run and --limit N. - Show mode: Lists pending tickets with source URL, target folder, who added them, and when. - Use Case: While researching, you find five relevant articles during the day. Queue each with /wiki-list add, then run /wiki-list process in the evening to ingest them all in one batch. ## Quick Start Add this URL to the wiki list for my topic wiki, then show me everything currently pending in the queue.