From sandbox
Use whenever a sandbox task needs durable state, task notes, handoff material, or project facts remembered across turns. Maintains Memory/ topic files and Memory/tasks/ task files instead of relying on hidden model state.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sandbox:sandbox-memoryThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Memory is a workspace artifact, not hidden model state. Persist important
Memory is a workspace artifact, not hidden model state. Persist important findings in files so another agent or future turn can recover the task.
Use this layout unless the workspace already contains a Memory/ directory with a README.md. If such a directory exists, extend it rather than restructuring it:
Memory/
README.md
glossary.md
workspace-workflow.md
auth-flow.md
skills.md
tasks/
<task-slug>.md
AGENTS.md, CLAUDE.md, .agent/rules.md when present.Memory/README.md and Memory/glossary.md when present. If a Memory file is present but empty or unparseable, log a note in the active task file under Work Log and recreate it from scratch using the prescribed template rather than aborting the lookup step.Memory/tasks/. Name task files using lowercase kebab-case derived from the task goal, e.g., Memory/tasks/add-oauth-provider.md. Reuse an existing slug if a file for the same goal already exists.| Information | File |
|---|---|
| Current task plan, context map, decisions, verification | Memory/tasks/<task>.md |
| Stable shorthand and decoder terms | Memory/glossary.md |
| Workspace operating procedure | Memory/workspace-workflow.md |
| Sandbox egress/auth facts | Memory/auth-flow.md |
| Skills/plugins discovered or required | Memory/skills.md |
# <Task Name>
Created: <YYYY-MM-DD>
## Goal
-
## Context Map
| File | Purpose | Notes |
| --- | --- | --- |
## Decisions
-
## Work Log
-
## Verification
-
## Handoff
-
## Task Completion
When a task is fully verified and handed off, append a `Closed: <YYYY-MM-DD>` line at the top of the task file and move it to Memory/tasks/archive/ to prevent stale files from polluting future lookups.
Memory/tasks/.npx claudepluginhub gautam-achieveai/claudeplugins --plugin sandboxBlocks Edit/Write/Bash actions until Claude investigates importers, data schemas, and user instructions. Improves output quality by forcing concrete facts before edits.