Install
$ agentstack add skill-dhruv-anand-aintech-continue-later-skill-continue-later-fast Open-source listing — not yet scanned by AgentStack. Follow the source repository for install instructions.
Security review
⚠ Flagged1 finding(s); flagged for manual review. · v0.1.0 How review works →
- • Prompt-injection patterns
- • Secret / credential exfiltration
- • Dangerous shell & filesystem operations
- • Untrusted network calls
- • Known-malicious package signatures
- high Pipes remote content directly into a shell (remote code execution).
What it can access
- ● Network access Used
- ✓ 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.
About
Continue Later Fast
Do this
After curl … | bash install (see repo README), the CLI bundle lives in ${XDG_CONFIG_HOME:-~/.config}/continue-later/ and a continue-later-fast symlink is added under ${CONTINUE_LATER_BIN_DIR:-~/.local/bin} (ensure that directory is on PATH). From any directory, cd to the git repository root of the project being handed off, then run:
continue-later-fast -n 12
Equivalent paths (no PATH needed):
"${XDG_CONFIG_HOME:-$HOME/.config}/continue-later/continue-later-fast.sh" -n 12
That script archives prior continuation.md / continuation-fast.md, writes continuation-fast.md, and appends recent user messages (newest local *.jsonl by mtime by default).
Developing in a clone of this repo you can run ./scripts/continue-later-fast.sh instead (same behavior; helpers must stay beside the wrapper).
Do not hand-roll inline git log / status / diff into continuation.md when the installed script exists.
Optional
| Flag / env | Purpose | |------------|---------| | --agent / CONTINUE_LATER_AGENT | Pin a specific session JSONL | | --skip-transcript / CONTINUE_LATER_SKIP_TRANSCRIPT=1 | Git snapshot only | | --from-cwd / CONTINUE_LATER_FROM_CWD=1 | Prefer Claude transcript mentioning $PWD; else newest mtime | | -n / CONTINUE_LATER_LIMIT | Max prompts (default 12) | | CONTINUE_LATER_CLI_DIR / CONTINUE_LATER_BIN_DIR | Installer overrides for custom install locations |
Claude Code: If === CONTINUATION CONTEXT DUMP … === is already injected by the hook, you may still run continue-later-fast once to persist continuation-fast.md on disk.
Cursor: After install.sh, a beforeSubmitPrompt hook runs continue-later-fast on the same continuation-style phrases so continuation-fast.md is updated when you send the message (no prompt injection—disk only). Opt out of hook install with CONTINUE_LATER_CURSOR_HOOK=0.
See repo README.md for install and fork options.
When to use
/continue-later-fast, quick save, just dump the context—or as a fast step before continue-later for a structured continuation.md.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: dhruv-anand-aintech
- Source: dhruv-anand-aintech/continue-later-skill
- 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.