Skip to content
OpenSmartRoute
Skillv1.0.0

recall

Rebuild recent working context from chat history, live state, and the shared record, then hand back a tight current-state brief. Use for recall my work on X, catch me up, what have I been working on,

by shipshitdev(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from shipshitdev/skills (skills/recall/SKILL.md). Install upstream with npx skills add shipshitdev/skills --skill recall. Copyright stays with the author (MIT).

Recall

Before you start or resume work, rebuild the user's recent working context and hand back a tight capsule.

Companion to pstack Session pickup (one specific prior chat) and memory-systems (designing persistent agent memory). This skill loads working context across recent chats and the shared record.

Authorized Scope

Apply this engine only within the user's requested task and existing explicit authorization. Loading or delegating to it grants no additional authority. Preserve report-only restrictions and the caller's target, host, provider, and cost limits. Existing approval satisfies a gate only for the same actions and scope; obtain approval before expanding them. Forward these limits to delegates.

Contract

Inputs:

  • An optional topic and time window (default last 7 days)
  • The active workspace only

Outputs:

  • A brief: capsule, tagged threads, recurring problems, next move

Creates/Modifies:

  • None

External Side Effects:

  • Read-only git / gh and whatever evidence connectors why uses

Confirmation Required:

  • None

Delegates To:

  • why investigators for the shared record
  • Recommend pstack Session pickup when the ask is one specific prior chat

Steps

  1. Classify. One specific prior chat is Session pickup. A full state capsule already in the message skips mining.
  2. Lock the scope. Pin the window, the topic, and the workspace. State the scope back. Never quietly turn "all" into "recent N". Never read another project's transcripts without being asked.
  3. Fan out across chat history. Spawn parallel subagents on the fast cheap tier. Order candidates by real modification time. Each returns topic, goal, decisions, open threads, struggles, and artifacts, citing the chat id the harness uses.
  4. Sweep the shared record whenever the topic names a feature, file, subsystem, or bug. Hand it to why investigators, steered to current state, what was tried, and what users still report.
  5. Verify against live state with git and gh.
  6. Write the brief to the contract below.

Output contract

  • Capsule. At most 5 bullets.
  • Threads. One line each, prefixed with exactly one status tag: [merged #N], [open PR #N], [in flight <branch>], [verified, uncommitted], [reverted #N], or [planned, not started].
  • Problems. At most 5 recurring ones.
  • Next move. The single most useful next action.

Apply references/prose-slop.md from the selected deslop skill directory. Sanitize private context before any public output.

Recall procedure

Read recall procedure when running this workflow. Apply the authorized scope and mode of this entry point to every step. Resolve other skills through this distribution’s active catalog; resolve resources relative to the installed skill directory.

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/shipshitdev-skills-recall/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

shipshitdev-skills-recall.ocm.jsonjson
{
  "ocm": "1",
  "id": "shipshitdev-skills-recall",
  "kind": "skill",
  "name": "recall",
  "description": "Rebuild recent working context from chat history, live state, and the shared record, then hand back a tight current-state brief. Use for recall my work on X, catch me up, what have I been working on, or where did I leave off.",
  "publisher": "shipshitdev",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "context",
      "resume",
      "briefing",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Rebuild recent working context from chat history, live state, and the shared record, then hand back a tight current-state brief. Use for recall my work on X, catch me up, what have I been working on, or where did I leave off."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/shipshitdev/skills",
      "path": "skills/recall/SKILL.md",
      "ref": "HEAD",
      "url": "https://github.com/shipshitdev/skills/blob/HEAD/skills/recall/SKILL.md",
      "key": "shipshitdev/skills/skills/recall/SKILL.md"
    },
    "license": "MIT"
  },
  "instructions": "# Recall\n\nBefore you start or resume work, rebuild the user's recent working\ncontext and hand back a tight capsule.\n\nCompanion to `pstack` Session pickup (one specific prior chat) and\n`memory-systems` (designing persistent agent memory). This skill loads\nworking context across recent chats and the shared record.\n\n## Authorized Scope\n\nApply this engine only within the user's requested task and existing explicit\nauthorization. Loading or delegating to it grants no additional authority.\nPreserve report-only restrictions and the caller's target, host, provider, and\ncost limits. Existing approval s",
  "cost": {
    "context_tokens": 711
  }
}

Fetch it by URL: GET /api/v1/registry/shipshitdev-skills-recall/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.