在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用session-resume
星标368
分支32
更新时间2025年12月24日 06:55
Resume context from previous session
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Resume context from previous session
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Systematic multi-perspective code review with consistent quality gates.
Document solved problems for knowledge persistence
Systematic debugging with structured reproduction and root cause analysis.
Database, auth, and backend expertise for Supabase operations in [PROJECT_NAME]
Manage file-based todo tracking in the todos/ directory
Unified testing commands and patterns across frontend and backend.
| name | session-resume |
| description | Resume context from previous session |
Helps agents quickly understand where work left off when starting a new session.
# Log usage when using this skill
./scripts/log-skill.sh "session-resume" "manual" "$$"
# Ready todos (highest priority)
ls todos/*-ready-*.md 2>/dev/null | head -5
# In-progress plans
ls plans/*.md 2>/dev/null
# Recent solutions (for context)
ls -t docs/solutions/**/*.md 2>/dev/null | head -3
# Recent commits
git log --oneline -5
# Uncommitted changes
git status --short
After gathering info, summarize:
./scripts/compound-dashboard.sh
Review health grade and recommendations before starting work.
📍 Session Context:
**Active Work:**
- {X} ready todos waiting
- Plan in progress: {plan name if any}
**Recent Activity:**
- Last commit: {subject}
- {Changed files if uncommitted}
**Suggested Next Steps:**
1. {Most logical next action}
2. {Alternative}
Consider running this skill when you see:
todos/plans/docs/solutions/.agent/workflows/