dragoon0x/everything-design-taste

developer-portal

API documentation, developer portal design, code examples, SDK documentation, and developer experience.

First seen Jul 18, 2026

Installation

$ npx skills add dragoon0x/everything-design-taste --skill developer-portal

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from dragoon0x/everything-design-taste · top by installs.

npx skills add dragoon0x/everything-design-taste

Browse all from dragoon0x/everything-design-taste

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 11
License LICENSE
Default branch main
Open issues 0
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,619 B
  • docs SUMMARY.md 127 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 2 installs

SKILL.md

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)