From paper-distill
Generates research ideas, gap analyses, open problems, and novel angles from local paper evidence; curates editable idea and conversation notes via QMD CLI and Python upsert tools.
How this skill is triggered — by the user, by Claude, or both
Slash command
/paper-distill:idea-workbenchThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Turn local evidence into editable research idea notes. Ideas and distilled conversation notes are knowledge assets, so writes go through Python tools rather than direct hand edits. For read/index work, consult `docs/qmd-cli.md` and runtime `qmd --help`.
Turn local evidence into editable research idea notes. Ideas and distilled conversation notes are knowledge assets, so writes go through Python tools rather than direct hand edits. For read/index work, consult docs/qmd-cli.md and runtime qmd --help.
| Tool | Purpose |
|---|---|
upsert_wiki_page | Write idea and conversation assets |
check_concept_alias | Normalize concept references before writing |
settings.json when available.qmd query to find relevant papers and concepts.qmd get to inspect the strongest local evidence.Use upsert_wiki_page(page_type="idea", target=<slug>, frontmatter=..., body=...) to create or update an idea note in insights/ideas/. See references/idea-note-template.md for the full frontmatter shape and the recommended body sections (Summary / Local Evidence / Hypothesis / Kill Criteria / Next Step).
Use upsert_wiki_page(page_type="conversation", target=<slug>, frontmatter=..., body=...) when the useful asset is a distilled conversation takeaway rather than a research idea. Do not store verbatim transcripts. See references/conversation-note-template.md for the frontmatter and body shape.
qmd query before creating a new idea.idea_state, decision_reason, decision_at, and superseded_by in the note rather than deleting it.See references/curation-rules.md for state transitions, ranking heuristics, and when to retire an idea permanently.
insights/ideas/ and insights/conversations/ writes.qmd query, qmd get, qmd status, qmd update, qmd embed -f, and collection/context health.docs/qmd-cli.md first for the Paper Distill mapping.qmd --help.This skill is responsible for research judgment, evidence selection, concise idea framing, and curation decisions.
Python tools are responsible for deterministic writes, path safety, and structured errors.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Applies a firm's KYC/AML rules grid to parsed onboarding records: assigns risk rating, checks required documents, outputs rule outcomes with citations, and routes for escalation.
Generates daily or weekly digests of activity from connected sources (chat, email, docs, tasks, CRM), highlighting action items, decisions, mentions, and project updates.
npx claudepluginhub hamondyan/paper-distill