用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/flonat/claude-research --skill init-project-light命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 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 | init-project-light |
| description | Use when you need to bootstrap a lightweight project with minimal structure. |
| allowed-tools | Bash(mkdir*), Bash(ls*), Bash(touch*), Read, Write, Edit, Glob, Grep, AskUserQuestion |
| argument-hint | [no arguments — runs in current directory] |
Lightweight project bootstrapper for small projects that don't need the full
/init-project-researchscaffold.
/init-project-research/init-project-researchRead everything already in the directory before asking questions.
.claude/, .DS_Store).md, .tex, .bib, .txt) to understand content — respect file size (skip files > 500 lines, note them)Goal: Minimise interview questions by inferring answers from existing files.
Use AskUserQuestion. Only ask what you couldn't infer from Phase 1.
Pick from these (skip any you can already answer):
If Phase 1 gave you enough, confirm your understanding instead of asking:
"From the files, this looks like [X]. The main output is [Y]. Correct?"
Follow the lean-claude-md rule. Include only:
Do NOT include:
Based on what's in the directory, suggest lightweight organisation. Present options and wait for approval.
| Folder | When to suggest |
|---|---|
to-sort/ | Multiple unsorted documents exist |
docs/ | Reference materials, guidelines, or background reading present |
archive/ | Old versions or abandoned drafts detected |
.claude/settings.local.json, leave it. If not, create one with standard permissions..claude/settings.local.json){
"permissions": {
"allow": [
"Bash(latexmk *)",
"Bash(ls:*)",
"Bash(mkdir:*)",
"Bash(tree:*)",
"Edit",
"Glob",
"Grep",
"Read",
"Write"
],
"deny": []
}
}
Only create if missing. Never overwrite existing permissions.
Short report:
Set up lightweight project: <name>
Created:
- CLAUDE.md
- [any folders created]
- [.claude/settings.local.json if created]
Skipped (use /init-project-research if needed later):
- Git, Overleaf, vault atlas, code scaffold
| Skill | Relationship |
|---|---|
/init-project-research | Escalate to this for full research projects |
/update-project-doc | Run later to refresh CLAUDE.md if the project grows |