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.
68
81%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Produce a concise inventory of the files saved in this assistant's shared workspace (the same workspace every chat under this user shares).
scripts/digest.ts to scan the workspace and build a file inventory.
Pass { "dir": "/some/path" } to scope the scan to a subdirectory.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.
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.
c076e4c
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.