用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/flonat/claude-research --skill save-context命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 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 | save-context |
| description | Use when you need to save information from the current conversation to the context library. |
| allowed-tools | Read, Write, Edit |
Save information from the current conversation to the user's task management context files for future reference.
$TM/.context/
profile.md)Save here: Personal details, roles, research areas, working style, preferences
Triggers:
Format: Update the relevant section, preserving existing content
current-focus.md)Save here: What the user is actively working on, recent progress, next steps
Triggers:
Preferred: For structured end-of-session updates, use
/update-focusinstead. It preserves the full document structure and handles session rotation, open loops, and mental state. Use/save-contextonly for quick, targeted saves (e.g., adding a single note or updating one field). If/update-focusis not available, read the file first and merge carefully — never overwrite with a blank template.
Format: Read the existing file and update the relevant section. Do not use a template — the file has a rich structure that must be preserved.
projects/_index.md)Save here: Project overviews, paper status, collaborations
Triggers:
Format: Update the appropriate table or section
projects/papers/[name].md)Save here: Detailed notes on specific papers/projects
Triggers:
Format: Create new file if doesn't exist:
# [Project Name]
## Overview
[Brief description]
## Status
[Current stage]
## Key Decisions
- [Important choices made]
## Notes
[Detailed notes]
## Action Items
- [ ] [Tasks]
people/supervisors.md or people/collaborators.md)Save here: Information about supervisors, collaborators, contacts
Triggers:
Format:
### [Name]
- **Institution:** [Where they work]
- **Role:** [Their position]
- **Collaboration:** [What you work on together]
- **Contact:** [Email/preferred method]
- **Notes:** [Relevant context]
preferences/)Save here: Task naming conventions, priority definitions, workflow preferences
Triggers:
workflows/)Save here: How the user wants certain processes to work
Triggers:
Based on the information type, determine which context file to update.
Always read the current content first to preserve existing information.
Save the merged content back to the file.
Tell the user what was saved and where:
"Saved to
.context/[file]: [brief summary of what was added]"
User: "Remember that my supervisor is a co-author, he specialises in multi-objective optimisation"
Action:
.context/people/supervisors.md.context/people/supervisors.md: Added a co-author as your supervisor (multi-objective optimisation)"User: "Update my current focus - I'm now deep in the journal revision, specifically rewriting section 4"
Action:
.context/current-focus.md.context/current-focus.md: Now working on journal revision, section 4 rewrite"User: "Save this meeting summary to my context"
Action:
projects/papers/[project].mdcurrent-focus.mdAfter saving to context files, offer to: