con un clic
session-resume
Resume context from previous session
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Resume context from previous session
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
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.
Basado en la clasificación ocupacional SOC
| 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/