cc-continue

Solid

Cheaper and faster than /compact. Restores previous session context by reading transcripts directly — no LLM calls, no token cost. Also auto-loads a handoff written by /cc-compact, if one exists. Triggers on "cc-continue", "restore context", "what was I doing", "pick up where I left off", "resume work", "previous session".

AI & Automation 28 stars 0 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 85/100

Stars 20%
49
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

Restore context from previous sessions so the user can pick up where they left off — without the cost of /compact. ## Help **ONLY show help if the user's argument literally contains the word "help" (e.g. `/cc-continue help`). If no argument or any other argument is given, SKIP this section entirely and proceed to Step 1.** If the user provides "help" as argument, show usage summary and stop: ``` /cc-continue — Restore context from previous sessions (zero LLM calls) Options: (nothing) Show session list, pick which to restore - Current session with context-loss events appears as #0 [default] - Press Enter to restore just #0, or add more numbers last Quick restore: - Current session if it had /compact or auto-compact - Otherwise, most recent other session help Show this help Examples: /cc-continue /cc-continue last ``` Do not run any analysis or restoration. Just display the help text and stop. ## Language Detect the user's language from their message accompanying the /cc-continue invocation. If no message was provided (bare `/cc-continue`), detect the dominant language from the session list's firstMsg/lastMsg content after Step 1 runs. All UI messages (session list header, selection prompt, progress updates, final reference note) MUST be in the detected language. The examples below are in English — translate naturally, don't transliterate. ## Quick Restore: `/cc-con...

Details

Author
ww-w-ai
Repository
ww-w-ai/claude-code-token-saver
Created
3 months ago
Last Updated
today
Language
JavaScript
License
Apache-2.0

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category