editor

Modify existing Swift application code while preserving project buildability.

32|10|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/moasq/nanowave --skill editor-moasq
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: editor
Source: https://github.com/moasq/nanowave/tree/main/internal/orchestration/skills/phases/editor
Command: npx skills add https://github.com/moasq/nanowave --skill editor-moasq

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses the challenge of modifying existing code generated by an AI, ensuring that changes are applied safely without breaking the application's build or core functionality.

Core Features & Use Cases

  • Safe Code Modification: Apply user-requested changes to an existing codebase while maintaining its buildability.
  • Minimal Blast Radius: Focuses on making targeted edits with minimal impact on unrelated parts of the project.
  • Use Case: You've generated an app and now want to add a new feature or tweak the UI of an existing screen. This Skill guides the process to ensure the app remains stable.

Quick Start

Edit the existing project to add a dark mode toggle to the settings screen.

Frequently Asked Questions about editor

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

FAQPage Schema
How do I safely edit generated Swift code without breaking the app build?▼

To edit generated Swift code safely, apply targeted modifications with a minimal blast radius while preserving root wiring and architectural integrity. Validate and rebuild the project after each change to ensure buildability is maintained.

What is the best way to add a new feature to an existing AI-generated Swift application?▼

The best way to add a feature to an AI-generated Swift application is through focused code editing that minimizes impact on unrelated parts. You must carefully validate the build after modification to ensure core functionality remains intact.

How do I modify Swift UI screens while maintaining architectural integrity?▼

To modify Swift UI screens while maintaining architectural integrity, make targeted edits that preserve the project's root wiring. Focus on minimal impact refactoring and perform build validation after applying the requested UI changes.

Can I tweak generated app code without affecting unrelated project components?▼

Yes, you can tweak generated app code by applying changes with a minimal blast radius. This approach focuses on targeted edits to ensure unrelated parts of the project remain unaffected and the overall build stays valid.

Why does build validation fail after modifying generated Swift code?▼

Build validation fails after modifying generated Swift code when edits impact root wiring or break architectural integrity. Applying changes with a wider blast radius than necessary disrupts project buildability and compromises core functionality.