todero-distill

Distills Todero project activity into durable wiki standups, decisions, and history pages.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/nabitllc/todero --skill todero-distill-nabitllc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: todero-distill
Source: https://github.com/nabitllc/todero/tree/main/packages/plugins/plugin-llm-wiki/skills/todero-distill
Command: npx skills add https://github.com/nabitllc/todero --skill todero-distill-nabitllc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Raw Todero activity streams (issues, comments, documents) are procedural and hard to read; this Skill turns bounded source bundles into wiki-insightful project pages that explain what a project is, what was decided, what is at risk, and its current state. ## Core Features & Use Cases - Project Standup Generation: Writes wiki/projects/<slug>/standup.md as an executive readout with sections for what changed, decisions, blockers, and next actions. - Durable Project Pages: Maintains index.md, optional decisions.md and history.md organized by workstreams and phases rather than datestamped issue dumps. - Cursor-Window and Backfill Support: Handles bounded recent-activity windows, historical backfills, and manual distill requests, writing patches instead of rewrites. - Use Case: An operation issue arrives with a Todero source bundle for a project; the Skill reads the full bundle, updates the standup and project page, refreshes wiki/index.md, and appends a dated entry to wiki/log.md. ## Quick Start Distill the Todero activity bundle from this operation issue into the default wiki space, updating the project standup, project page, index, and log.

Frequently Asked Questions about todero-distill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I turn Todero issue activity into a wiki project page?

Provide the operation issue's Todero source bundle and target wikiId and spaceSlug. The Skill reads every issue, comment, and document, then writes a standup, project index page, and log entry organized by workstreams and decisions rather than raw issue lists.

What is the difference between cursor-window distillation and backfill?

Cursor-window distillation processes a bounded bundle of recent Todero activity for one project or root issue. Backfill seeds the wiki with a project's historical activity using a wider source window. Both write into the default wiki space.

Can this Skill distill Todero attachments or work products?

No. Assets, attachments, and work products are metadata-only under the Todero Asset Gate. The Skill never fetches asset content or dereferences work-product URLs; only issue descriptions, comment bodies, and document bodies are used as source text.

What happens when a Todero bundle has no meaningful signal?

The Skill writes no project page. It appends a low-signal skip entry to wiki/log.md naming the cursor window, closes the operation issue with a no-durable-change comment, and does not bump the source hash.

Why does a distill patch get flagged with human_review_required?

Bundle warnings such as clipped sources, low signal, or a stale source hash trigger human_review_required on the patch. The Skill surfaces these warnings instead of silently writing pages from incomplete data.