workspace-digest

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.

Install
npx skills add 'https://github.com/cloudflare/agents/tree/main/examples/assistant/agents/assistant/agents/my-assistant/skills/workspace-digest'
Download bundle ↓
main · 16b6856Scanned 2026-09-17

Contributors

GitHub-linked commit authors for this SKILL.md at the saved revision. Co-authors and history before file renames are not included.

File history ↗

SKILL.md

SKILL.mdBrowse 3 files
View on GitHub
---name: workspace-digestdescription: 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.--- # Workspace Digest Produce a concise inventory of the files saved in this assistant's sharedworkspace (the same workspace every chat under this user shares). ## Process 1. Run `scripts/digest.ts` to scan the workspace and build a file inventory.   Pass `{ "dir": "/some/path" }` to scope the scan to a subdirectory.2. Summarize the result for the user: how many files, the notable ones, and   the total size.3. Offer to open or read any specific file the user is interested in. The TypeScript script is function-style (`export default run(input, ctx)`). Itreads the workspace through `ctx.workspace` (read-only) and a formatting hintbundled alongside the skill via `ctx.files`. ## Output format Keep the digest short - a markdown list of files with sizes, plus a one-linesummary. Only print the full listing if the user asks for it. 
Discovery context

Discovered by repository scan. No exact path reference found in the snapshot’s root AGENTS.md.