dx-review

2
0
Source

Review developer experience and API ergonomics

Install

mkdir -p .claude/skills/dx-review && curl -L -o skill.zip "https://mcp.directory/api/skills/download/7177" && unzip -o skill.zip -d .claude/skills/dx-review && rm skill.zip

Installs to .claude/skills/dx-review

About this skill

You are reviewing the developer experience (DX) of the library to ensure it feels good to use. As a library consumed by other developers, ergonomics matter as much as functionality.

Your Task

  1. Identify scope - Based on the conversation context, determine what module or feature to review. If no specific scope is mentioned, review the main public API.
  2. Analyze the API surface - How do developers interact with this code?
  3. Evaluate ergonomics - Is it intuitive, consistent, and pleasant to use?
  4. Report findings - Document issues and recommendations

DX Evaluation Criteria

1. Discoverability

  • Can developers find what they need?
  • Are method names intuitive and searchable?
  • Is the API surface appropriately sized (not too sprawling)?

2. Consistency

  • Do similar operations work the same way?
  • Are naming conventions consistent across the API?
  • Do return types follow predictable patterns?

3. Ergonomics

  • Is the common case easy? (pit of success)
  • Are required parameters actually required?
  • Do defaults make sense for typical usage?
  • Is there unnecessary boilerplate?

4. Error Experience

  • Are errors actionable? (tells you what went wrong AND how to fix it)
  • Do errors surface at the right time? (fail fast)
  • Are error types specific enough to catch programmatically?

5. Type Experience

  • Does autocomplete guide developers?
  • Are types precise (not too wide like any or string)?
  • Do generics add value or just complexity?

6. Documentation in Code

  • Are public methods documented with JSDoc?
  • Do examples in comments actually work?
  • Are parameter constraints documented?

7. Comparison to Standards

  • How does this compare to similar libraries developers know?
  • Does it follow platform conventions (Node.js, Web APIs)?
  • Would a developer's intuition from other libraries apply here?

Review Process

Step 1: Use the API

Put yourself in a consumer's shoes:

  • What would a developer try first?
  • What questions would they have?
  • Where would they get stuck?

Step 2: Read the Types

Examine the TypeScript definitions:

  • What does autocomplete show?
  • Are overloads clear or confusing?
  • Do type errors make sense?

Step 3: Trace Common Workflows

Walk through typical tasks:

  • Opening a PDF and reading metadata
  • Modifying form fields
  • Saving changes
  • Handling errors

Step 4: Look for Friction

Identify pain points:

  • Unnecessary ceremony or boilerplate
  • Confusing parameter orders
  • Inconsistent patterns
  • Missing conveniences

Output Format

Write your review to .agents/scratch/dx-review-<scope>.md:

# DX Review: <Scope>

## Summary

Overall assessment and top priorities.

## What's Working Well

- Positive patterns to preserve

## Issues Found

### Issue 1: <Title>

**Severity:** High/Medium/Low
**Category:** Discoverability/Consistency/Ergonomics/Errors/Types/Docs

**Problem:**
Description of the issue from a developer's perspective.

**Example:**

```typescript
// Current awkward usage
```

**Recommendation:**

```typescript
// Proposed improvement
```

### Issue 2: ...

## Recommendations Summary

Prioritized list of changes to improve DX.

## Comparison Notes

How we compare to pdf-lib, pdfjs, or other libraries developers might know.

```

## Guidelines

- **Be specific** - Vague feedback isn't actionable
- **Show, don't tell** - Include code examples
- **Prioritize** - Not all issues are equal
- **Be constructive** - Propose solutions, not just problems
- **Consider tradeoffs** - Note when fixing one thing might hurt another
- **Think like a user** - You're advocating for developers who will use this

## Begin

Review the scope determined from the conversation context (or the main API if unspecified) and document your DX findings.
```

You might also like

flutter-development

aj-geddes

Build beautiful cross-platform mobile apps with Flutter and Dart. Covers widgets, state management with Provider/BLoC, navigation, API integration, and material design.

9521,094

drawio-diagrams-enhanced

jgtolentino

Create professional draw.io (diagrams.net) diagrams in XML format (.drawio files) with integrated PMP/PMBOK methodologies, extensive visual asset libraries, and industry-standard professional templates. Use this skill when users ask to create flowcharts, swimlane diagrams, cross-functional flowcharts, org charts, network diagrams, UML diagrams, BPMN, project management diagrams (WBS, Gantt, PERT, RACI), risk matrices, stakeholder maps, or any other visual diagram in draw.io format. This skill includes access to custom shape libraries for icons, clipart, and professional symbols.

846846

ui-ux-pro-max

nextlevelbuilder

"UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 8 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient."

571700

godot

bfollington

This skill should be used when working on Godot Engine projects. It provides specialized knowledge of Godot's file formats (.gd, .tscn, .tres), architecture patterns (component-based, signal-driven, resource-based), common pitfalls, validation tools, code templates, and CLI workflows. The `godot` command is available for running the game, validating scripts, importing resources, and exporting builds. Use this skill for tasks involving Godot game development, debugging scene/resource files, implementing game systems, or creating new Godot components.

548492

nano-banana-pro

garg-aayush

Generate and edit images using Google's Nano Banana Pro (Gemini 3 Pro Image) API. Use when the user asks to generate, create, edit, modify, change, alter, or update images. Also use when user references an existing image file and asks to modify it in any way (e.g., "modify this image", "change the background", "replace X with Y"). Supports both text-to-image generation and image-to-image editing with configurable resolution (1K default, 2K, or 4K for high resolution). DO NOT read the image file first - use this skill directly with the --input-image parameter.

673466

fastapi-templates

wshobson

Create production-ready FastAPI projects with async patterns, dependency injection, and comprehensive error handling. Use when building new FastAPI applications or setting up backend API projects.

514280

Stay ahead of the MCP ecosystem

Get weekly updates on new skills and servers.