
Description
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.
SKILL.md
Workspace Digest
Produce a concise inventory of the files saved in this assistant's shared workspace (the same workspace every chat under this user shares).
Process
- Run
scripts/digest.tsto scan the workspace and build a file inventory. Pass{ "dir": "/some/path" }to scope the scan to a subdirectory. - Summarize the result for the user: how many files, the notable ones, and the total size.
- Offer to open or read any specific file the user is interested in.
The TypeScript script is function-style (export default run(input, ctx)). It
reads the workspace through ctx.workspace (read-only) and a formatting hint
bundled alongside the skill via ctx.files.
Output format
Keep the digest short - a markdown list of files with sizes, plus a one-line summary. Only print the full listing if the user asks for it.
More skills from the agents repository
View all 7 skillscode-review
review code changes for quality and risk
Jun 8CloudflareCode ReviewEngineeringdebug-plan
create systematic debugging plans
May 30Code AnalysisDebuggingEngineeringescalation
escalate customer issues to human agents
Jun 8CommunicationsCustomer SupportEscalationpirate-voice
rewrite text in pirate voice
May 30CreativeWritingrelease-notes
draft product release notes
May 30Content CreationDocumentationWritingtest-plan
produce focused test plans
May 30EngineeringQATesting
More from Cloudflare
View publishercloudflare-bundler-apps
author Cloudflare Worker Bundler applications
vibesdk
Jun 16CloudflareCloudflare WorkersDeploymentWeb Developmentfrontend-design
create production-grade frontend interfaces
vibesdk
Jun 16DesignFrontendHTMLWeb Developmentfrontend-design-landing-page
build marketing landing pages
vibesdk
Jun 16FrontendHTMLMarketingWeb Developmentfrontend-design-saas
build SaaS dashboard and product UIs
vibesdk
Jun 16DesignFrontendSaaSUI Componentsagents-sdk
build AI agents on Cloudflare Workers
skills
Apr 6AgentsCloudflareCloudflare WorkersMCP +1