AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Update

skill-conorbronsdon-agent-workspace-update · by conorbronsdon

Mid-session checkpoint — append progress to today's session log and update state files if a priority shifted, without ending the session.

No reviews yet
0 installs
15 views
0.0% view→install

Install

$ agentstack add skill-conorbronsdon-agent-workspace-update

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-conorbronsdon-agent-workspace-update)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

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 →
Are you the author of Update? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

/update — Quick Checkpoint

Save progress mid-session without closing. Fast and low-ceremony: a log line plus a state touch only if something actually changed.

Invocation: user-only (disable-model-invocation: true) — checkpoints are timed by you, and the flag keeps this skill out of ambient context.

Configuration

Read the optional workspace.yaml at the project root. Below, ` and are its resolved values; defaults are state/ and sessions/. Full reference: docs/state-model.md`.

Instructions

  1. Scan recent conversation. Identify in ~30 seconds: what was worked on, any decisions

made, any state changes needed.

  1. Append to session log. Add to /{TODAY}.md (create it if absent):

```markdown ## Update: {TIME}

  • {what was worked on, 1–3 bullets max}

```

  1. Update state only if something changed. Touch /current.md only if a

priority shifted, a thread opened or closed, or a task completed. Skip otherwise — an /update with no real change writes only the log line.

  1. Confirm. One line: "Checkpointed: {brief description}".

Design principles

  • Fast. A checkpoint should cost seconds, not minutes.
  • Skip what's clean. Don't rewrite current.md for a checkpoint that changed nothing.
  • Standing rule. Whenever you run /update, log first, then decide whether state

actually moved — don't invent a state change to justify the run.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

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

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.