Chunked File Writer

Write source files incrementally in small chunks instead of one large Write. Use whenever creating or generating any file longer than ~80 lines (scripts, modules, reports, configs), or when the user asks to "write the script/file/module". Prevents API stream timeouts on this network by keeping every single tool call small.

idaholab Updated

File contents

idaholab/dackar/tree/main/.agents/skills/chunked-file-writer commit 9d417f293a

Frequently asked questions

npx skillmds@latest add idaholab/chunked-file-writer