SKILL.md
SKILL.mdBrowse 3 files
242 tokens
1,056 bytes
Token encoding: o200k_base
Snapshot 16b6856
1---2name: workspace-digest3description: Summarize the files saved in this assistant's shared workspace. Use when the user asks what is in their workspace, for a file inventory, or a digest of saved work.4---5 6# Workspace Digest7 8Produce a concise inventory of the files saved in this assistant's shared9workspace (the same workspace every chat under this user shares).10 11## Process12 131. Run `scripts/digest.ts` to scan the workspace and build a file inventory.14 Pass `{ "dir": "/some/path" }` to scope the scan to a subdirectory.152. Summarize the result for the user: how many files, the notable ones, and16 the total size.173. Offer to open or read any specific file the user is interested in.18 19The TypeScript script is function-style (`export default run(input, ctx)`). It20reads the workspace through `ctx.workspace` (read-only) and a formatting hint21bundled alongside the skill via `ctx.files`.22 23## Output format24 25Keep the digest short - a markdown list of files with sizes, plus a one-line26summary. Only print the full listing if the user asks for it.27 Discovery context
Discovered by repository scan. No exact path reference found in the snapshot’s root AGENTS.md.