sdk-craft
Installation
SKILL.md
SDK Craft
Build SDKs that developers can't stop talking about. Great SDK DX is a competitive advantage — developers choose tools that make them feel productive and competent.
This skill covers the full SDK lifecycle:
| Phase | What you do | Key question |
|---|---|---|
| Design | API surface, types, error messages | Does the common case require minimal code? |
| Build | Client implementation, internals | Is the architecture clean and extensible? |
| Document | Inline docs, README, generated reference | Can a developer succeed without asking for help? |
| Ship | Versioning, changelog, publishing, migration | Can users upgrade without pain? |
State which phase you're in, or describe what you're building — the skill routes accordingly.