# Continue Later Fast

> Run continue-later-fast from PATH (installed to ~/.local/bin by install.sh) from the project git root, or ~/.config/continue-later/continue-later-fast.sh. Writes continuation-fast.md (git + recent prompts). No LLM summary.

- **Type:** Skill
- **Install:** `agentstack add skill-dhruv-anand-aintech-continue-later-skill-continue-later-fast`
- **Verified:** Pending review
- **Seller:** [dhruv-anand-aintech](https://agentstack.voostack.com/s/dhruv-anand-aintech)
- **Installs:** 0
- **Category:** [AI & ML](https://agentstack.voostack.com/c/ai-and-ml)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [dhruv-anand-aintech](https://github.com/dhruv-anand-aintech)
- **Source:** https://github.com/dhruv-anand-aintech/continue-later-skill/tree/main/skills/continue-later-fast

## Install

```sh
agentstack add skill-dhruv-anand-aintech-continue-later-skill-continue-later-fast
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## 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:

```bash
continue-later-fast -n 12
```

Equivalent paths (no PATH needed):

```bash
"${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](https://github.com/dhruv-anand-aintech)
- **Source:** [dhruv-anand-aintech/continue-later-skill](https://github.com/dhruv-anand-aintech/continue-later-skill)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** yes
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: flagged — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-dhruv-anand-aintech-continue-later-skill-continue-later-fast
- Seller: https://agentstack.voostack.com/s/dhruv-anand-aintech
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
