From paper-clustering
Use when the user wants to perform topic-level clustering analysis on a folder of academic PDFs (typically 50-300 papers). Triggers include: "對這批文獻做主題地圖", "幫我把這個資料夾的論文分群", "找出這些論文的橋樑/cross-cutting papers", "produce a UMAP topic map of these papers", "/cluster-papers", "文獻聚類", "literature clustering", "build a knowledge map for this paper folder". Routes the request to the /cluster-papers slash command which runs SPECTER2 embedding + Leiden clustering + betweenness centrality + UMAP visualization. Optionally validates against SQLite ground truth (auto-detected or via --db) and Markdown cross-reference markers (auto-detected or via --cross-refs). Do NOT use for single-paper analysis, abstract writing, citation formatting, or research-design classification (mediation/moderation distinctions are beyond the scope of abstract embedding).
How this skill is triggered — by the user, by Claude, or both
Slash command
/paper-clustering:paper-clusteringThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Generate a topic-level knowledge map for any folder of academic PDFs. Produces:
Generate a topic-level knowledge map for any folder of academic PDFs. Produces:
Invoke when the user asks to:
Invoke the slash command /cluster-papers <folder> [options] defined in this
plugin's commands/cluster-papers.md. The command file describes the full
pipeline orchestration including when to use Haiku subagents for paper-type
tagging and cluster naming.
Searches MemPalace before answering questions about past work, people, projects, or prior decisions. Returns verbatim stored content instead of guessing from model memory.
Guides Payload CMS config (payload.config.ts), collections, fields, hooks, access control, APIs. Debugs validation errors, security, relationships, queries, transactions, hook behavior.
Implements vector databases with Pinecone, Weaviate, Qdrant, Milvus, pgvector for semantic search, RAG, recommendations, and similarity systems. Optimizes embeddings, indexing, and hybrid search.
npx claudepluginhub jsphh7124/paper-clustering --plugin paper-clustering