strategy-preserve-public-api

Installation
SKILL.md

Strategy — Preserve Public API

When to use

  • The task edits a public class, function, or interface that other modules, packages, or external consumers call.
  • The task changes a library, SDK, or package whose interface is published and versioned for outside consumers.
  • The task wants to remove, rename, or change the parameters of an existing public method, constant, or return type.

When NOT to use

Installs
1
GitHub Stars
3
First Seen
Jul 3, 2026
strategy-preserve-public-api — anyorgname/php-skills