用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Abd0r/porcupineai --skill literature-review命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Write code that does not look like AI output. Reject low-evidence and low-signal TypeScript patterns (chained assertions, unknown/object widening, Reflect, runtime typeof, module mocks) in favor of typed, boundary-checked code.
Control a Home Assistant smart home through its MCP server. Query sensor and entity states read-only, then act on devices (lights, switches, climate) via call_service with explicit user approval. Use for "turn off the living room lights", "what is the thermostat set to", "set bedroom temp", or any Home Assistant entity/device task.
Produce clear, accessible diagrams and charts (architecture, flow, sequence, ER, state, org, Gantt, timeline) as Mermaid or polished self-contained SVG. Covers picking the right diagram type, a consistent visual system, and accessibility. Use whenever you need to explain a system, a flow, data, or a process in a README, doc, benchmark report, plan, or launch graphic.
基于 SOC 职业分类
正在显示 SKILL.md
| name | literature-review |
| description | Evidence-graded literature search, dedupe, and synthesis with citation trails. |
| stack | sci |
Use this skill when a question, hypothesis, or implementation decision needs evidence from the published literature. It produces a graded, deduplicated reference set with a citation trail — not a keyword dump.
Do not use it for a single known paper lookup (just search and record it with the literature tool).
web_search with tight queries per concept; vary the wording for the same concept to surface different hits.web_extract the abstract page (arXiv, DOI landing page, publisher abstract, Semantic Scholar, PubMed).literature tool search first — a paper you already recorded must not be re-added.Grade every candidate on evidence quality before inclusion:
| Grade | Meaning |
|---|---|
| A | Peer-reviewed, replicated, or large controlled study |
| B | Peer-reviewed single study or strong preprint with full methods |
| C | Preprint, workshop paper, or technical report with partial evidence |
| D | Blog, tutorial, vendor claim, or unverified source |
web_extract.literature tool add: title, authors, year, venue, doi or url, a one-line notes summary, the evidence grade (A–D) in the grade field, and set status to the reading progress.literature entry with a resolvable doi or url.literature store instead of searching it first.research-writing when the synthesis becomes a paper section.reproducible-experiments when literature claims must be validated by reproduction.benchmark-evals when the review must compare measured results fairly.memory for durable preferences; record papers in the literature tool store, not in memory.project-hygiene to keep the study's evidence trail in a Project/ workspace.