用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/flonat/claude-research --skill interview-me命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Use when you need to audit a research project against the init-project-research template.
Use when you need to validate a paper's bibliography — cross-references \cite{} keys against .bib files or embedded \bibitem entries, finds missing/unused/typo'd keys, and checks every key against the Paperpile library via the local resolver. Deep verification mode spawns parallel agents for DOI/metadata validation at scale. Fix mode rekeys drifted keys to canonical and stages missing entries for Paperpile.
Use when you need to bootstrap a full research project with directory scaffold and Overleaf symlink.
基于 SOC 职业分类
正在显示 SKILL.md
| name | interview-me |
| description | Use when you need to conduct a structured interview to extract knowledge or preferences. |
| disable-model-invocation | true |
| argument-hint | [brief topic or 'start fresh'] |
| allowed-tools | Read, Write, Edit |
Conduct a structured interview to help formalise a research idea into a concrete specification.
Input: $ARGUMENTS — a brief topic description or "start fresh" for open-ended exploration.
This is a conversational skill. Instead of producing a report immediately, you conduct an interview by asking questions one at a time, probing deeper based on answers, and building toward a structured research specification.
Do NOT use AskUserQuestion. Ask questions directly in your text responses, one or two at a time. Wait for the user to respond before continuing.
Before starting, read .context/profile.md and .context/projects/_index.md to understand the researcher's areas and active projects. If the topic relates to an existing project, read its context file too.
the user's work spans multiple disciplines. Adapt the interview to the domain:
If the research is non-quantitative (conceptual, design science, qualitative), adjust: replace "Identification" with "Analytical Framework" and "Data" with "Empirical/Evidence Strategy".
Auto-triggers when: the project has no .context/field-calibration.md, or it exists but still contains <placeholders>.
Skip when: the file already exists with populated content, unless the user explicitly asks to update it.
Ask 2–3 targeted questions:
.context/resources/venue-rankings.md to validate and suggest alternatives.)After the interview, populate .context/field-calibration.md from answers combined with Research Spec content. Use the template at skills/init-project-research/templates/field-calibration.md.
If field-calibration already exists with content: ask the user whether to update specific sections or keep as-is.
Once you have enough information (typically 5–8 exchanges), produce a Research Specification Document:
# Research Specification: [Title]
**Date:** [YYYY-MM-DD]
**Researcher:** the user
## Research Question
[Clear, specific question in one sentence]
## Motivation
[2–3 paragraphs: why this matters, theoretical context, policy relevance]
## Hypothesis
[Testable prediction with expected direction]
## Empirical Strategy
- **Method:** [e.g., DiD, experiment, simulation, case study]
- **Treatment/Manipulation:** [What varies]
- **Control/Comparison:** [Comparison group or baseline]
- **Key identifying assumption:** [What must hold]
- **Robustness checks:** [Pre-trends, placebo, alternative specifications]
## Data
- **Primary dataset:** [Name, source, coverage]
- **Key variables:** [Treatment, outcome, controls]
- **Sample:** [Unit of observation, time period, N]
## Expected Results
[What the researcher expects to find and why]
## Contribution
[How this advances the literature — 2–3 sentences]
## Open Questions
[Issues raised during the interview that need further thought]
Save to: the project root or docs/ if inside a research project, or present to the user for placement.
Also produces (if Phase 7 triggered): .context/field-calibration.md — the per-project domain profile that agents use to calibrate reviews.
| Skill | When to use instead/alongside |
|---|---|
/devils-advocate | After the spec is written — stress-test the idea |
/literature | To find related work mentioned during the interview |
/init-project-research | To scaffold a project once the spec is approved (seeds empty field-calibration) |