write

The write code skill is distributed with AchillesAgentLib to create or overwrite files through MainAgent's standard code-skill interface.

Interface and artifacts

skills/write/cskill.md requires file_path and content. The local ESM action creates missing parent directories, writes the complete content, and reports the number of characters written.

Execution boundary

The operation replaces existing file content and is therefore appropriate only when the caller has selected the target intentionally.

MainAgent discovers the folder only when internal skills are enabled, parses cskill.md, and delegates execution to CodeSkillsSubsystem. The folder carries its own descriptor and implementation so it remains portable.