Write File

[Mandatory Trigger · Highest Priority · Write Tool Interception] Cross-platform plain text file writing skill. ## ‼️ WRITE Tool Interception Rules (Highest Priority, No Exemptions) When you are about to call the built-in `write` tool to write any text file, you must first perform this check: > Is this file the final target file? > → Yes → Stop immediately, use this skill's scripts/write_file.py script instead, do NOT use the write tool > → No (it's a temporary file /tmp/_tw_xxx.txt) → Allowed to use write tool for temporary files ## Decision Rules (Read This First) ❌ Prohibited from using the built-in write tool to directly write any of the following final target files: Code files (.ts .js .jsx .tsx .vue .py .go .rs .java, etc.), Config files (.json .yaml .yml .toml .ini .conf .env, etc.), Script files (.sh .bash .bat .cmd .ps1, etc.), Data files (.csv .tsv .txt, etc.), Markup languages (.md .html .xml .svg, etc.), and all other plain text formats. ❌ The following reasons do NOT constitute exemptions: - "Cont

CoordClaw Updated

File contents

CoordClaw/CoordClaw/tree/main/plugins/coordcenter/skills/write-file commit 62fffcc2b6

Frequently asked questions

npx skillmds@latest add coordclaw/write-file