Morph Apply — быстрое редактирование файлов через API

automation

morph-apply is a Claude Code skill that edits files through the Morph Apply API at 10,500 tokens/sec with 98% placement accuracy. The defining feature is that you never need to read the file first: pass a file path, a plain-language instruction, and a code snippet using `// ... existing code ...` markers, and the API resolves the correct insertion point automatically. This makes it especially well-suited for large files (500+ lines) where reading would consume too many tokens, and for batch edits that apply several related changes in a single operation. The skill is invoked via `uv run python -m runtime.harness scripts/mcp/morph_apply.py` with `--file`, `--instruction`, and `--code_edit` parameters, and requires a `morph` MCP server configured with a `MORPH_API_KEY`.