← all publishers

ThinkDonk

@thinkdonk source repo

1 published skill

  1. LLM Safe Write · thinkdonk bundle
    Safely write large files or files with CJK/special characters using incremental Edit strategy instead of direct Write. Use when: writing a file longer than 50 lines, file contains CJK characters (Chinese/Japanese/Korean), Write tool failed with "Unterminated string" or JSON truncation, writing Python/JS/TS files with multiple functions, embedding CJK strings in source code, user says "write failed", "file won't write", "large file write", "CJK write error", "encoding error on write", or "file too long to write". Also use when DISPATCHING file-writing tasks to subagents (the task tool's own JSON arguments truncate the same way Write does) — split large CJK payloads into multiple sequential subagent calls, each carrying ≤120 lines of target content. **Do NOT undertrigger** — when a file may exceed 50 lines or contain non-ASCII characters, use this Skill proactively instead of bare Write.
    0
    installs