mirror of
https://github.com/Piebald-AI/claude-code-system-prompts.git
synced 2026-05-31 06:04:19 +08:00
15 lines
650 B
Markdown
15 lines
650 B
Markdown
<!--
|
|
name: 'Tool Description: Write'
|
|
description: Tool for writing files to the local filesystem
|
|
ccVersion: 2.1.20
|
|
variables:
|
|
- MUST_READ_FIRST_FN
|
|
-->
|
|
Writes a file to the local filesystem.
|
|
|
|
Usage:
|
|
- This tool will overwrite the existing file if there is one at the provided path.${MUST_READ_FIRST_FN()}
|
|
- ALWAYS prefer editing existing files in the codebase. NEVER write new files unless explicitly required.
|
|
- NEVER proactively create documentation files (*.md) or README files. Only create documentation files if explicitly requested by the User.
|
|
- Only use emojis if the user explicitly requests it. Avoid writing emojis to files unless asked.
|