Agent skill · Content & Marketing

sdk-dx

Design SDKs that developers love to use—APIs that feel native, error messages that guide, and experiences that reduce friction. This skill covers creating SDKs that drive adoption through exceptional developer experience rather than aggressive marketing. Trigger phrases: "SDK design",...

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill sdk-dx --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 14 KB
Bundled scripts: none
Path: skills/sdk-dx/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# SDK Design and Developer Experience ## When to Use Use this skill when you need design SDKs that developers love to use—APIs that feel native, error messages that guide, and experiences that reduce friction. This skill covers creating SDKs that drive adoption through exceptional developer experience rather than aggressive marketing. Trigger phrases: "SDK design",... The best SDK marketing is an SDK that developers can't stop talking about. When your SDK makes developers feel productive and competent, they become your advocates. When it frustrates them, no amount of marketing will save you. ## Overview SDK developer experience (DX) encompasses everything a developer feels when using your library: - **Discovery**: How easily can they find and install it? - **Learning**: How quickly can they understand how to use it? - **Using**: How productive are they day-to-day? - **Debugging**: How easily can they fix problems? - **Upgrading**: How painlessly can they adopt new versions? Great SDK DX is a competitive advantage. Developers choose tools that make them feel smart. ## Before You Start Review the **developer-audience-context** skill to understand: - What languages and frameworks do y

What's inside
Steps it walks through
  1. When to Use
  2. Overview
  3. Before You Start
  4. API Design Principles
  5. Principle 1: Optimize for the Common Case
  6. Principle 2: Progressive Disclosure
  7. Principle 3: Fail Fast and Clearly
  8. Principle 4: Sensible Defaults
  9. Error Messages That Guide
  10. The Error Message Framework
  11. Good vs. Bad Error Messages
  12. Error Types to Distinguish
  13. Include Context in Errors
  14. Type Safety
Ships with 1 file
  • README.md
Commands it runs
Provide migration scripts
npx @myapi/migrate-v3
Or codemods
npx jscodeshift -t @myapi/codemods/v2-to-v3 src/
More from agentic-awesome-skills
All skills →
About this skill
What does the sdk-dx skill do?

Design SDKs that developers love to use—APIs that feel native, error messages that guide, and experiences that reduce friction. This skill covers creating SDKs that drive adoption through exceptional developer experience rather than aggressive marketing. Trigger phrases: "SDK design",...

How do I install it?

Run `npx skills add sickn33/agentic-awesome-skills --skill sdk-dx --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going