morph-apply

Edit files via the Morph Apply API using marker-based instructions.

8|1|Updated Jan 4, 2026
One-click install
npx skills add https://github.com/scooter-lacroix/Maestro --skill morph-apply-scooter-lacroix
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: morph-apply
Source: https://github.com/scooter-lacroix/Maestro/tree/main/maestro/skills/analysis/morph-apply
Command: npx skills add https://github.com/scooter-lacroix/Maestro --skill morph-apply-scooter-lacroix

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill enables rapid, AI-powered editing of files without the need to read the entire file into context first, making it ideal for large files or batch operations.

Core Features & Use Cases

  • Fast File Editing: Quickly modify files using the Morph Apply API, processing at 10,500 tokens/sec.
  • Batch Edits: Apply multiple changes to a file in a single operation.
  • Code Markers: Utilize specific comment patterns (e.g., # ... existing code ...) to guide the AI on where to insert edits.
  • Use Case: You need to add consistent error handling to a specific function across multiple Python files. Instead of reading each file, you can use morph-apply with a code marker to insert the error handling block directly.

Quick Start

Use the morph-apply skill to add error handling to the login function in 'src/auth.py' by providing the code snippet with markers.

Frequently Asked Questions about morph-apply

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I apply AI-driven batch edits to large code files efficiently?▼

Batch edits on large code files are applied efficiently using the Morph Apply API, processing modifications at 10,500 tokens/sec without requiring prior file ingestion into context.

How do code markers guide AI file editing for precise code insertion?▼

Code markers, such as the `# ... existing code ...` comment pattern, guide the AI file editing process by explicitly indicating where specific code snippets should be inserted within a file.

What is the best way to modify multiple Python files without reading them into context?▼

To modify multiple Python files without reading them into context, use a fast file editing API to apply batch changes directly, leveraging code markers to target specific functions like login handlers.

Can I use morph-apply for batch operations on large files?▼

Yes, morph-apply is specifically designed for batch operations on large files, enabling rapid AI-powered modifications at 10,500 tokens/sec without the overhead of reading entire files into context first.

Does AI file editing require prior file ingestion before applying modifications?▼

No, AI file editing via the Morph Apply API does not require prior file ingestion, allowing you to perform rapid modifications on large files by using marker-based instructions for precise insertion.