By kaneyxx
Personal research wiki builder for Claude Code — pipeline-driven paper ingestion with plugin architecture.
npx claudepluginhub kaneyxx/paper-wiki --plugin paper-wikiDeep-analyze a single paper into a wiki entry
Search biomedical literature (bioRxiv, medRxiv, PubMed Central) via paperclip MCP
Build a paper-wiki digest from a recipe and write it to disk
Pull real paper figures from arXiv source and embed them in Wiki/sources/
Upgrade existing Wiki/sources/<id>.md files to the current section-organized format
Verify paper-wiki environment and configure first-time setup
Rebuild Wiki/index.md from current concept and source articles
Fold a source paper into the wiki, regenerating affected concept articles
Health-check the wiki and propose batch fixes
Answer a research question from the wiki with cited sources
Deep-analyzes a single paper into a wiki entry. Use when the user invokes /paperwiki:analyze, asks "tell me more about <paper>", wants a per-paper breakdown of methods and contributions, or is following up on a recommendation from /paperwiki:digest.
Searches biomedical literature (bioRxiv, medRxiv, PubMed Central) via the paperclip MCP server and optionally folds results into the wiki. Use when the user invokes /paperwiki:bio-search, asks to "search bioRxiv", "search PubMed", "find biomedical papers on X", "look up a clinical trial on Y", or otherwise wants biomedical-domain literature beyond what arXiv covers.
Builds a research-paper digest from a recipe, writing it to disk via the configured reporters. Use when the user asks for "today's papers", invokes /paperwiki:digest, requests a daily/weekly research roundup, or wants to refresh their paper-wiki vault.
Pulls real paper figures from arXiv source tarballs and embeds them in the source's Wiki/sources/<id>.md file. Use when the user invokes /paperwiki:extract-images, asks to "show me the figures from <paper>", "pull the architecture diagram", "extract images from <id>", or follows up on a digest entry that has an empty Figures section.
Upgrades existing Wiki/sources/<id>.md files to the current source-stub format while preserving user-edited content in Notes / Key Takeaways / Figures sections. Use when /paperwiki:migrate-sources is invoked, after upgrading paper-wiki to a new minor version, when wiki-lint surfaces stale-format warnings, or when the user notices their old source files lack the Core Information / Key Takeaways / Figures section structure.
Interactive first-run wizard. Verifies paper-wiki's Python environment, walks the user through five questions to build their personal recipe (vault path, topics, S2 API key, auto-ingest preference), writes the config files, and surfaces optional MCP servers. Use when the user invokes /paperwiki:setup, when no personal recipe exists yet at ~/.config/paper-wiki/recipes/, or when downstream paperwiki SKILLs report missing config.
Rebuilds Wiki/index.md deterministically from current concept and source articles. Use when /paperwiki:wiki-compile is invoked, after a wiki-ingest run, before sharing the wiki, or whenever the user wants the index refreshed.
Ingests a new source paper into the wiki by regenerating affected concept articles. Use when /paperwiki:wiki-ingest is invoked, when a fresh source lands in Wiki/sources/ via analyze or digest, or when the user says "fold this paper into the wiki" or "update the wiki with X".
Runs a health check on the wiki and surfaces orphans, stale entries, oversized files, broken wikilinks, and status mismatches. Use when /paperwiki:wiki-lint is invoked, before a release of the wiki to others, or periodically to keep concept articles trustworthy.
Answers a research question by searching the wiki and synthesizing an answer with citations. Use when /paperwiki:wiki-query is invoked, when the user asks "what does my wiki say about X", or when the user wants a literature-aware answer drawn from previously-ingested sources.
Claude + Obsidian knowledge companion. Sets up a persistent, compounding wiki vault. Covers memory management, session notetaking, knowledge organization, and agent context across projects. Based on Andrej Karpathy's LLM Wiki pattern. Optional DragonScale Memory extension adds hierarchical log folds, deterministic page addresses, embedding-based semantic tiling lint, and boundary-first autoresearch topic selection.
Complete developer workflow toolkit. Includes 34 reference skills, 34 specialized agents, and 21 slash commands covering TDD, debugging, code review, architecture, documentation, refactoring, security, testing, git workflows, API design, performance, UI/UX design, plugin development, and incident response. Full SDLC coverage with MCP integrations.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
AI-powered wiki generator for code repositories. Generates comprehensive, Mermaid-rich documentation with dark-mode VitePress sites, onboarding guides, deep research, and source citations. Inspired by OpenDeepWiki and deepwiki-open.