agentsclimarketplace

Developer portal

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

API documentation, developer portal design, code examples, SDK documentation, and developer experience.From its SKILL.md

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

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.6 KB, 306 tokens by cl100k_base, as published. Nobody here has run it

Developer Portal Design

Documentation Structure

  • Getting started guide (0 to first API call in 5 minutes)
  • Authentication section (clear, with working examples)
  • Endpoint reference (complete, searchable)
  • Code examples in multiple languages
  • Error reference (every error code explained)
  • Changelog (what changed, when, migration notes)

API Reference

  • Endpoint: method + path (GET /api/v1/users)
  • Description: what it does in one sentence
  • Parameters: name, type, required/optional, description
  • Request example: complete, copy-paste ready
  • Response example: with all fields annotated
  • Error responses: every possible error
  • Try it: interactive API console

Code Examples

  • Multiple languages (min: cURL, Python, JavaScript)
  • Complete and runnable (not snippets that need context)
  • Copy button on every code block
  • Syntax highlighting
  • Show expected output

Design Principles

  • Dark mode default (developers prefer it)
  • Monospace font for code, sans-serif for prose
  • Left sidebar navigation with search
  • Full-page search with instant results
  • Versioned docs (v1, v2 with selector)
  • Print-friendly / export to PDF

Developer Experience

  • Onboarding: signup → API key → first request in under 5 minutes
  • Sandbox/test environment
  • Rate limit dashboard
  • Status page link (is the API up?)
  • Support channels (GitHub issues, Discord, email)

What ships with it

Read from the repository

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

Keep looking

Skills are one crate of 325,949. 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.