From paper-wiki
Deep-analyzes a single paper into a wiki entry. Use when the user invokes /paper-wiki:analyze, asks "tell me more about <paper>", wants a per-paper breakdown of methods and contributions, or is following up on a recommendation from /paper-wiki:digest.
How this skill is triggered — by the user, by Claude, or both
Slash command
/paper-wiki:analyzeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
The analyze SKILL takes a single paper (by canonical id, arXiv URL, or
The analyze SKILL takes a single paper (by canonical id, arXiv URL, or title fragment) and produces a deep-analysis wiki entry: research problem, method, key innovations, experimental setup, deep analysis, and a comparison block. The output is written into the user's vault as a paper note that the digest can later cross-link to.
This SKILL is the bridge between "I saw this in the digest" and "I have a durable note about it in my vault".
Status: Phase 6 deliverable. The Python runner backing this SKILL is not yet implemented; for now the SKILL guides Claude through the workflow manually, which still produces a usable note.
/paper-wiki:analyze <id-or-title> or
/paper-wiki:analyze after picking a paper from a digest.Do not use when the user wants a list of papers to read — that
routes to paperwiki:digest. Do not use for general literature
overviews or topic surveys (no SKILL covers that yet).
arxiv:1234.5678, an arXiv URL,
s2:<paperId>, or a fuzzy title. Confirm the resolution before
doing the work.arxiv:, Semantic Scholar for s2: or unspecified.Sources/ subdir at {vault_path}/Sources/{normalized-title}.md
(the constant SOURCES_SUBDIR in paperwiki.config.layout).
Frontmatter must carry canonical_id, title, tags, status,
and confidence so dedup recognizes the entry on the next digest
run and wiki_lint does not flag it as broken. Johnny.Decimal /
PARA users may override the subdir name in their recipe; the
constant is the single source of truth./paper-wiki:wiki-ingest <canonical-id> so the new source is
folded into the user's concept articles. Skipping this step
leaves a DANGLING_SOURCE finding the next time wiki-lint
runs.| Excuse | Why it's wrong |
|---|---|
| "I can guess what's in the paper from the title." | Wrong analyses corrupt the wiki and erode trust. Always anchor in the abstract and explicit metadata. |
| "Skipping frontmatter is fine; the user knows what they wrote." | The dedup filter relies on paper_id/title frontmatter. No frontmatter = recommendation loop. |
| "If the PDF download fails, give up." | The abstract alone is enough for a usable first note. The user can deepen it later. |
paper_id already exists in the vault:
ask before overwriting; offer to refresh metadata only.{vault_path}/Sources/ (or whatever
SOURCES_SUBDIR is configured to in the active recipe).canonical_id,
title, tags, status, and confidence./paper-wiki:wiki-ingest ran on the new canonical id and reported
zero BROKEN_LINK findings./paper-wiki:wiki-lint does not flag the new source with
DANGLING_SOURCE (a concept now references it)./paper-wiki:digest run dedupes the analyzed paper out of
recommendations (it should not surface again).npx claudepluginhub kaneyxx/paper-wiki --plugin paper-wikiFetches 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.