session-launcher

Locate project context files, load memory indexes, and emit an HTML session dashboard.

33|1|Updated Oct 17, 2025
One-click install
npx skills add https://github.com/Toowiredd/claude-skills-automation --skill session-launcher
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: session-launcher
Source: https://github.com/Toowiredd/claude-skills-automation/tree/main/skills/session-launcher
Command: npx skills add https://github.com/Toowiredd/claude-skills-automation --skill session-launcher

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Starting a new coding session often involves recalling "where you left off," manually re-establishing context, and remembering past decisions. This friction wastes time and breaks flow, especially for neurodivergent developers. This Skill eliminates that manual effort.

Core Features & Use Cases

  • Automatic Context Restoration: Instantly loads project files, memory indexes, and session state upon starting a new conversation.
  • Visual Dashboard: Generates an HTML dashboard summarizing current project, recent decisions, and active blockers.
  • SDAM & ADHD Optimized: Eliminates "where was I?" friction, providing immediate productivity and externalizing all session context.
  • Use Case: You open Claude Code after a weekend. Instead of typing "hi-ai, what were we working on?", the session-launcher automatically presents a dashboard with your project, last active files, recent decisions, and any active blockers, allowing you to dive straight into coding.

Quick Start

Simply start a new Claude Code session.

The session-launcher will automatically activate.

You can also say:

hi-ai continue restore context

Frequently Asked Questions about session-launcher

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

FAQPage Schema
How do I restore project context automatically when starting a new coding session?

Context restoration loads your project files, memory indexes, and session state automatically when you start a conversation or say commands like 'hi-ai' or 'continue'. It surfaces recent decisions, active blockers, and a dashboard so you resume work without manual recall.

What does a session dashboard show and how is it generated?

The session dashboard is an HTML view that summarizes your current project, last active files, recent decisions, and blockers. It's generated by locating context files, parsing session state, and emitting a ready-to-use summary for immediate productivity.

Can I use session launcher across multiple software projects?

Yes, session launcher works across software projects by searching for and loading project-specific context files and memory indexes. Each project maintains its own session state, so switching projects restores the correct context automatically.

How does session launcher help with context switching and productivity?

It eliminates 'where was I?' friction by externalizing all session context into an instant visual dashboard. This is especially valuable for neurodivergent developers, reducing manual effort and enabling you to dive straight into coding without reorienting.

What file formats and state data does session launcher work with?

Session launcher locates and loads project context files and memory indexes stored in your project directory. It parses session state data to reconstruct your workflow, supporting the file formats and structures already present in your project.

Do I need to manually configure or set up session launcher for each project?

No manual setup is required. Session launcher activates automatically when you start a new Claude Code session. It searches for existing context files and session state in your project, making it zero-friction out of the box.