One-click install
npx skills add https://github.com/tinner-deinno/innova-skills-lib --skill recap-tinner-deinno
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: recap
Source: https://github.com/tinner-deinno/innova-skills-lib/tree/main/core/recap
Command: npx skills add https://github.com/tinner-deinno/innova-skills-lib --skill recap-tinner-deinno

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The recap Skill prevents you from losing your place during AI-assisted work by re-establishing current context, summarizing handoffs, and surfacing what matters next.

Core Features & Use Cases

  • Session orientation with handoff awareness: Restores retro summaries, handoff content, and focus so you can continue immediately instead of re-reading everything from scratch.
  • Git-aware status: Detects and reports relevant git state (changes, branch position, last commit) to guide the next step.
  • Mode-based depth: Use rich mode for full orientation, quick mode for fast git + focus-only recovery, and now/now deep modes for mid-session awareness from conversation memory (with optional expanded connections and pending).

Quick Start

Use recap to orient at the start of a session by running: /recap

Frequently Asked Questions about recap

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I restore session context after losing track of my work?

Restoring session context is done by summarizing handoffs, retro notes, and focus to re-establish workflow continuity. It surfaces what matters next so you can continue immediately instead of re-reading previous conversations.

What is the best way to get a quick git status and focus recovery mid-session?

Quick mode provides fast git status and focus recovery by detecting branch position and changes without full orientation. Use this when you need immediate awareness of your current git state during active work.

How do I orient myself when starting or resuming work after losing context?

Orienting after resuming work involves running a recap to restore handoff summaries and relevant git state. This applies when switching topics, getting lost in context, or asking what to do next.

Can I get mid-session awareness from conversation memory without reading files?

Now mode provides mid-session awareness from conversation memory, avoiding unnecessary reads. The now deep variant expands connections and surfaces pending items for broader context recovery.

Does session recap work with git state to guide the next step?

Git-aware status detection reports changes, branch position, and last commit to guide your next step. This integrates repository state into the context restoration process for accurate workflow continuity.