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.
npx claudepluginhub hamondyan/paper-distillThis skill uses the workspace's default tool permissions.
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`.
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.
Executes ctx7 CLI to fetch up-to-date library documentation, manage AI coding skills (install/search/generate/remove/suggest), and configure Context7 MCP. Useful for current API refs, skill handling, or agent setup.
Generates production-ready Python code for Dataverse SDK with error handling, singleton clients, retry logic, OData optimizations, logging, and type hints.
Share bugs, ideas, or general feedback.
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.