Agent skill

recovery

Recover session state from memory-keeper after context loss.

Stars 232
Forks 15

Install this agent skill to your Project

npx add-skill https://github.com/aiskillstore/marketplace/tree/main/skills/barnhardt-enterprises-inc/recovery

SKILL.md

Recovery Skill

Restore session state from memory-keeper checkpoints after context is lost or when starting a new session.

When to Use

  • Starting a new session on existing work
  • After context was exhausted
  • When asked "what was I working on?"
  • When asked to "recover" or "restore" context
  • After /clear or session restart

Recovery Actions

1. Load Recent Context

context_get(limit: 50, sort: "created_desc")

2. Get Context Summary

context_summarize()

3. Find Progress Items

context_get(category: "progress", limit: 20)

4. Find High Priority Items

context_get(priority: "high", limit: 10)

5. Reconstruct State

From the retrieved context, extract:

  • current-task: What was being worked on
  • files-modified: Files that were changed
  • implementation-progress: How far along
  • next-action: What needs to happen next
  • blockers: Any known issues

Recovery Output Format

Present the recovered state clearly:

markdown
## Session Recovered

### Previous Task
<current-task value>

### Progress
<implementation-progress value>

### Files Modified
<list of files-modified>

### Blockers/Issues
<any blockers found>

### Recommended Next Action
<next-action value>

### Recent Checkpoints
1. <checkpoint 1 name>: <description>
2. <checkpoint 2 name>: <description>

---

Ready to continue. Confirm to proceed with: <next-action>

Recovery Checklist

  • Load all recent context items
  • Identify the current/last task
  • Find all files that were modified
  • Determine progress percentage/phase
  • Locate the next action to take
  • Check for any blockers
  • Verify todo list state if available
  • Present summary to user
  • Get confirmation before proceeding

If No Context Found

If memory-keeper has no relevant context:

markdown
## No Previous Context Found

No checkpoints or progress items found in memory-keeper.

Possible reasons:
- This is a new session with no prior work
- Previous session did not checkpoint (work may be lost)
- Memory was cleared

To start fresh, describe what you'd like to work on.

Partial Recovery

If only some context is found:

markdown
## Partial Recovery

Found limited context from previous session:

### Available Information
<whatever was found>

### Missing Information
- [ ] Current task (not found)
- [ ] Files modified (not found)
- etc.

Would you like to:
1. Continue with available context
2. Start fresh
3. Provide additional context manually

Expand your agent's capabilities with these related and highly-rated skills.

aiskillstore/marketplace

perigon-backend

Perigon ASP.NET Core + EF Core + Aspire conventions

232 15
Explore
aiskillstore/marketplace

perigon-agent

Pointers for Copilot/agents to apply Perigon conventions

232 15
Explore
aiskillstore/marketplace

perigon-angular

Angular 21+ standalone/Material/signal conventions for Perigon WebApp

232 15
Explore
aiskillstore/marketplace

fastapi-mastery

Comprehensive FastAPI development skill covering REST API creation, routing, request/response handling, validation, authentication, database integration, middleware, and deployment. Use when working with FastAPI projects, building APIs, implementing CRUD operations, setting up authentication/authorization, integrating databases (SQL/NoSQL), adding middleware, handling WebSockets, or deploying FastAPI applications. Triggered by requests involving .py files with FastAPI code, API endpoint creation, Pydantic models, or FastAPI-specific features.

232 15
Explore
aiskillstore/marketplace

context7-efficient

Token-efficient library documentation fetcher using Context7 MCP with 86.8% token savings through intelligent shell pipeline filtering. Fetches code examples, API references, and best practices for JavaScript, Python, Go, Rust, and other libraries. Use when users ask about library documentation, need code examples, want API usage patterns, are learning a new framework, need syntax reference, or troubleshooting with library-specific information. Triggers include questions like "Show me React hooks", "How do I use Prisma", "What's the Next.js routing syntax", or any request for library/framework documentation.

232 15
Explore
aiskillstore/marketplace

browser-use

Browser automation using Playwright MCP. Navigate websites, fill forms, click elements, take screenshots, and extract data. Use when tasks require web browsing, form submission, web scraping, UI testing, or any browser interaction.

232 15
Explore

Didn't find tool you were looking for?

Be as detailed as possible for better results