Install
$ agentstack add skill-adarshnagrikar14-resume-any-chat-resume-any-chat ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README — it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming — see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps — measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Resume Any Chat
Use this plugin skill for local multi-provider chat history work across the current user's home directory:
Codexfrom.codex/sessionsClaudefrom.claude/projectsplus.claude/history.jsonlAntigravityfrom.gemini/antigravity-cli/brain/*/.system_generated/logs
Workflow
- Default to listing useful recent sessions directly in-chat.
Show recent Codex, Claude, and Antigravity sessions first unless the user already named a provider/session. The default professional list format is:
- recent
10 - per item show:
idtitlelast message- then show exactly these next actions:
Continue in CodexContinue NativeSummariseImport into Codex History (Experimental)- if session
cwdand current workspace differ, say that briefly and suggest the safer option - stop there unless the user explicitly picks one of those actions
- Refresh/export the current index:
node ../../runtime/cli.js export
- Useful commands:
node ../../runtime/cli.js latest
node ../../runtime/cli.js latest claude --limit 15
node ../../runtime/cli.js session claude
node ../../runtime/cli.js handoff antigravity
node ../../runtime/cli.js import-history claude
Command mapping:
show all historyshow historylist historyshow recentshow me all history
For any of the above, you must run:
node ../../runtime/cli.js latest
If the user names a provider, you must run:
node ../../runtime/cli.js latest
- Launch the local 3-tab viewer:
node ../../runtime/cli.js serve
- Use the built-in flows:
- Native resume:
codex resumeclaude --resumeagy --conversation- Cross-provider continuation:
- create a Codex handoff file
- launch a fresh Codex session from that handoff
- Experimental import:
- only when the user explicitly chooses
Import into Codex History (Experimental) - import a foreign session into Codex history without replacing the safer default flows
Rules
- Do not treat foreign-session import as the default continuation path.
- prefer native resume or Codex handoff first
- use experimental Codex-history import only after explicit user choice
- Do not read Antigravity token-monitor/auth cache unless the user explicitly asks for that risk.
- Prefer
transcript_full.jsonlfor Antigravity when available. - If no trustworthy
cwdexists, do not auto-launch the foreign CLI. show sessionshould include recent turns by default.- default: show the overview plus last
5-8meaningful messages verbose: include more context, including thinking/tool lines when useful- If the user says
continue here, do not push them into an external resume flow first. - run
handoffwithout--launch - use that summary and handoff file to continue inside the current Codex thread
- Never auto-resume, auto-handoff, auto-summarise, or auto-open anything immediately after listing.
- listing is one step
- action happens only after the user explicitly chooses it
Import into Codex History (Experimental)is opt-in only.- add it as a selectable action
- do not use it unless the user explicitly chooses it
- Do not answer
show all historyby describing, linking, or summarizingstate.json. state.jsonis an internal cache/export artifact- mention it only if the user explicitly asks for raw JSON, export files, cache debugging, or file paths
- For
show all historyand similar list requests, return the directlatestoutput itself. - do not replace it with totals-only summaries
- do not ask for
provider + session idbefore showing the actual list - If the session already has a clear unfinished task, continue that task directly instead of ending with
If you want, I can... - ask only if the next task is ambiguous or risky
- The rule above applies only after the user has already chosen
Continue in Codexor equivalent. - Do not invent a different menu or a generic conversational close.
- follow the list-first flow above
- avoid endings like
If you want, I can...when the user already asked to continue - Avoid rigid command-only replies.
- accept natural requests such as
show me more Claude,continue the latest Antigravity here,open viewer,resume this Codex session
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: adarshnagrikar14
- Source: adarshnagrikar14/resume-any-chat
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.