park

park is a skill for Claude Code, Codex from technicalpickles/pickled-claude-plugins. It costs 10 tokens per session (1,352 once invoked), scanned A, original, MIT.

A workflow for saving the current work context in a handoff document for later.

In plain words
What is it for?
Use it to park unfinished work for resumption or record completed work as a close-out.
Why use it?
It preserves what has been done and what remains, so work can continue in another session.

Skill for Claude CodeCodex

Part of the agent-meta plugin — 4 skills shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/technicalpickles/pickled-claude-plugins/park
Any agent
npx skills add technicalpickles/pickled-claude-plugins --skill park
Clone the repo
git clone --depth 1 https://github.com/technicalpickles/pickled-claude-plugins

Made for: Claude Code, Codex.

Or install agent-meta, the plugin that ships this one along with the rest of its 4 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for park

README.md
[![agentmods](https://agentmods.dev/badge/skills/technicalpickles/pickled-claude-plugins/park.svg)](https://agentmods.dev/skills/technicalpickles/pickled-claude-plugins/park)
Your own site
<a href="https://agentmods.dev/skills/technicalpickles/pickled-claude-plugins/park"><img src="https://agentmods.dev/badge/skills/technicalpickles/pickled-claude-plugins/park.svg" alt="Measured on agentmods" height="20"></a>
Per session 10 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,352 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00010 $0.01352
Opus 5 $0.00005 $0.00676
Sonnet 5 $0.00002 $0.00270
Haiku 4.5 $0.00001 $0.00135

Measured today against content hash d3f021963cb8, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

park scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured today.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/get-session-id.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/agent-meta/skills/park/SKILL.md · 146 lines

How it starts

The opening of the file, as written. The whole thing — 146 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Park

Save the current work session. Park has two modes. Pick one, write that shape, do not mix.

Modes

Mode Use when Heading Filename
Continuation Bouncing to a new session, work continues Parked: [topic-slug].md
Close-out Work is done, capturing a record before walking away Wrapped: [topic-slug]-wrapped.md

Mode Detection

Pick one mode by checking three signals in order. Stop at the first one that resolves.

  1. Explicit user hint.
    • "park, I'm done" / "wrap this up" / "park to close it out" / "park as record" → close-out
    • "park, switching sessions" / "park to continue" / "park, picking back up later" → continuation
  2. Terminal-state inference. If all major next steps are done, no blockers remain, and the current state reads as terminal → close-out. If concrete unfinished next actions exist → continuation.
  3. Ambiguity fallback. Use the AskUserQuestion tool with one A/B question:
    • Question: "Is this a close-out (work is done, archiving) or a continuation (planning to pick this up in a new session)?"
    • Options: "Close-out (record)" / "Continuation (handoff)"

Pick once and commit. Do not switch modes mid-write.

Before Writing

  1. Resolve session ID:
    • Preferred: Look for a Session ID: line in the PostToolUse hook context that this plugin injects when agent-meta:park is invoked. Use that value. A Transcript: line may also be present.
    • Fallback: Run scripts/get-session-id.sh via Bash. If empty, use unknown.
  2. Gather git branch, worktree path, files touched.
  3. Resolve output location, in order:
    1. Project CLAUDE.md## Handoffs or ## ParkingLocation:
    2. User ~/.claude/CLAUDE.md → same lookup
    3. Default: .parkinglot/ in project root (verify it is gitignored)
  4. Check the injected context for a Park destination: line. This is separate from the CLAUDE.md location above and always optional — it names a command to also send the file to once it's written, e.g. filing it into a second brain vault. Not present unless the user configured AGENT_PARK_DESTINATION or AGENT_PARK_DESTINATION_HELPER. Note the template if present; it's used in "After Parking" below.

Read the full file on GitHub · 146 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. today Changed · +13 lines d3f021963cb8
  2. 3d ago First seen · 133 lines · 10 tokens per session scan A 940d93dbfd10

Subscribe to this mod's changes

park is a skill published in the GitHub repository technicalpickles/pickled-claude-plugins (10 stars, last pushed yesterday), licensed MIT. It adds 10 tokens to every session and 1,352 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories