一键导入
context-resume
恢复之前保存的会话上下文。列出所有待处理的 session,读取选定 session 的任务信息,更新进度,任务全部完成后删除文件。
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
恢复之前保存的会话上下文。列出所有待处理的 session,读取选定 session 的任务信息,更新进度,任务全部完成后删除文件。
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
A-share short-term trading decision skill for 1-5 day horizon. Use when you need real-data market sentiment, sector rotation, strong stock scanning, capital flow confirmation, date-based short-term signal scoring, prediction logging, and next-day market comparison for CN A-share momentum trading.
Generate agile release plans with sprints and roadmaps using unique sprint codes. Use when creating sprint schedules, product roadmaps, release planning, or when user mentions agile planning, sprints, roadmap, or release plans.
Change public APIs without breaking clients—versioning schemes, additive vs breaking changes, deprecation windows, and comms. Use when shipping breaking changes, sunsetting fields, or coordinating mobile/web SDK consumers.
Organizational coding standards and architectural patterns. References comprehensive skills for detailed patterns. Use when making architecture decisions or implementing features.
Search arXiv preprint repository for papers in physics, mathematics, computer science, quantitative biology, and related fields.
ATLAS Framework - Structured AI-assisted development methodology with GOTCHA 6-layer architecture and 5-step app building workflow. Use when building applications, creating workflows, or setting up agentic systems.
| name | context-resume |
| description | 恢复之前保存的会话上下文。列出所有待处理的 session,读取选定 session 的任务信息,更新进度,任务全部完成后删除文件。 |
在新的 Claude Code 窗口中,需要继续之前未完成的任务时调用此 Skill。
读取 docs/context-sessions/ 目录下的所有 .md 文件(排除 .gitkeep)。
输出格式:
📋 待处理的 Session 列表:
1. 20251128-1430-实现用户登录功能.md
未完成任务: 3 项
2. 20251128-1600-修复导出bug.md
未完成任务: 1 项
请告诉我要恢复哪个 session(输入序号或文件名)
如果目录为空,输出:
📭 当前没有待处理的 session。
所有任务已完成,或尚未使用 context-save 保存过上下文。
用户选择后,读取对应的 session 文件,完整展示内容。
输出格式:
📂 已加载 Session: {文件名}
---
{session 文件完整内容}
---
🎯 接下来要处理哪个任务?或者需要我继续之前的工作?
根据 session 中的信息:
每完成一个任务后,立即更新 session 文件:
示例更新:
## 已完成任务
- [x] 任务1描述
- [x] 任务2描述
- [x] 🔴 高优先级: 实现 publishArticle 方法 ← 新完成
## 未完成任务
- [ ] 🔴 高优先级: 处理图片上传到微信服务器
- [ ] 🟡 中优先级: 添加发布结果回调
当所有未完成任务都被完成后:
输出格式:
🎉 Session 所有任务已完成!
已完成任务汇总:
- [x] 任务1
- [x] 任务2
- [x] 任务3
Session 文件已删除: docs/context-sessions/{文件名}
┌─────────────────┐
│ 调用 skill │
└────────┬────────┘
│
▼
┌─────────────────┐
│ 列出所有 │
│ session 文件 │
└────────┬────────┘
│
▼
┌─────────────────┐
│ 用户选择 │
│ 要恢复的 │
│ session │
└────────┬────────┘
│
▼
┌─────────────────┐
│ 读取并展示 │
│ session 内容 │
└────────┬────────┘
│
▼
┌─────────────────┐
│ 开始处理任务 │◄──────────┐
└────────┬────────┘ │
│ │
▼ │
┌─────────────────┐ │
│ 完成一个任务 │ │
│ 更新 session │ │
└────────┬────────┘ │
│ │
▼ │
┌────────────┐ │
│ 还有未完成 │───Yes──────┘
│ 任务? │
└─────┬──────┘
│ No
▼
┌─────────────────┐
│ 删除 session │
│ 文件 │
└─────────────────┘
在恢复 session 后,可以使用以下指令:
| 指令 | 作用 |
|---|---|
继续 | 按优先级继续处理下一个任务 |
更新进度 | 手动触发 session 文件更新 |
查看剩余 | 显示剩余未完成任务 |
换窗口处理- | 再次保存并切换窗口 |