Generate Interface

Define or refactor subsystem interfaces into small, explicit contracts with clear ownership, narrow scope, stable semantics, and README-first documentation. Use when designing a new API, collapsing ad hoc module boundaries into a few coherent interfaces, hardening internal contracts, or rewriting subsystem docs so engineers can understand the system by reading README.md files, docstrings, and code only.

kevin-liu-01 2c2acb4 11.8 KB Updated

File contents

kevin-liu-01/agent-machines/tree/main/knowledge/skills/generate-interface commit 2c2acb486b

Frequently asked questions

npx skillmds@latest add kevin-liu-01/generate-interface