minimal-diff-implementer

Implement the smallest safe change and avoid bloat; use for most coding tasks to prevent overengineering, unrelated edits, or destructive refactors.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "minimal-diff-implementer" with this command: npx skills add hideturno/andrej_hide_skills/hideturno-andrej-hide-skills-minimal-diff-implementer

Minimal Diff Implementer

Quick start

  • Touch the fewest files possible.
  • Preserve existing comments and structure.
  • Avoid refactors unless explicitly requested.

Procedure

  1. Find the narrowest place to implement the change.
  2. Prefer local edits over new abstractions.
  3. Keep APIs stable unless required.
  4. Do not delete or rewrite code you do not fully understand.
  5. If a refactor seems needed, ask first.

Output format

  • Changes: short list of files edited and why.
  • Notes: any tradeoffs or limitations.

Guardrails

  • Do not remove comments or formatting as collateral.
  • Do not expand scope to "clean up".
  • If code grows, justify why the growth is required.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

criteria-test-loop

No summary provided by upstream source.

Repository SourceNeeds Review
General

plan-lite

No summary provided by upstream source.

Repository SourceNeeds Review
General

assumption-clarifier

No summary provided by upstream source.

Repository SourceNeeds Review