agentsclimarketplace

Developer platform design

Skill Dragoon0x/everything-design-taste/skills/developer-platform-design

Developer-facing product design including API documentation, CLI interfaces, and developer experience.From its SKILL.md

Install
npx -y skills add Dragoon0x/everything-design-taste --skill developer-platform-design

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 9 stars9 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.2 KB, 216 tokens by cl100k_base, as published. Nobody here has run it

Developer Platform Design

Developer Experience Principles

  1. Time to first API call < 5 minutes. If it takes longer, your onboarding is broken.
  2. Show, don't describe. Code examples beat paragraphs.
  3. Copy-paste ready. Every code example should work when pasted.
  4. Error messages are documentation. Include fix suggestions in error output.
  5. Don't require signup to explore. Show docs publicly.

Documentation

  • Quick start guide on the homepage.
  • Interactive API explorer (try-it-now).
  • Code examples in multiple languages.
  • Changelog with clear breaking change indicators.
  • Status page linked from docs.

CLI Design

  • --help that's actually helpful.
  • Colored output for readability.
  • Progress indicators for long operations.
  • Confirmation prompts for destructive operations.
  • JSON output option for scripting.

Dashboard

  • API key management (create, revoke, rotate).
  • Usage metrics and quota.
  • Logs and error tracking.
  • Webhook management and testing.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,790. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.