One-click install
npx skills add https://github.com/Hmbown/mmbnchips --skill step-sword
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: step-sword
Source: https://github.com/Hmbown/mmbnchips/tree/main/generated/codex/step-sword
Command: npx skills add https://github.com/Hmbown/mmbnchips --skill step-sword

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Jump directly to a hard-to-reach code target and apply a precise edit in a single action, avoiding multi-step traversal.

Core Features & Use Cases

  • Direct navigation: Warp to a remote target precisely and perform the edit in one motion.
  • Context preservation: Maintain surrounding context and caller relationships to prevent unintended changes.
  • Use Case: When a bug is clearly identified but located behind multiple indirections or path layers, use Step Sword to reach and fix it efficiently.

Quick Start

Warp directly to the identified remote target and perform the exact edit in a single committed action.

Frequently Asked Questions about step-sword

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

FAQPage Schema
How does direct remote editing prevent unintended side effects when applying fixes?▼

Direct remote editing prevents unintended side effects by maintaining surrounding context and caller relationships. After applying the single committed edit, it performs post-checks to verify that no unintended changes occurred in the affected files.

What is the best way to fix a bug buried behind multiple layers of indirection in a codebase?▼

Fixing a bug buried behind layers of indirection is best done by warping directly to the remote target and performing the exact edit in one motion. This direct navigation avoids the need to manually traverse complex file paths to reach the issue.

Can I use direct navigation to edit code targets across different modules?▼

Yes, you can use direct navigation to edit code targets across different modules. It allows you to skip multi-step traversal and apply a single committed edit, running post-checks to ensure no unintended side effects across the modules.

Do I need a clearly identified bug target before using direct code editing?▼

Yes, direct code editing requires a clearly identified target before execution. This ensures the single committed edit applies accurately to the specified location, maintaining caller relationships and preventing unintended changes.

How does direct remote editing prevent unintended side effects when applying fixes?▼

Direct remote editing prevents unintended side effects by maintaining surrounding context and caller relationships. After applying the single committed edit, it performs post-checks to verify that no unintended changes occurred in the affected files.