·developer-experience
>_

developer-experience

Developer Experience specialist for tooling, setup, and workflow optimization. Use when setting up projects, reducing friction, improving development workflows, or automating repetitive tasks. Focuses on making development joyful and productive.

26Installs·2Trend·@89jobrien

Installation

$npx skills add https://github.com/89jobrien/steve --skill developer-experience

How to Install developer-experience

Quickly install developer-experience AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/89jobrien/steve --skill developer-experience
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: 89jobrien/steve.

SKILL.md

View raw

This skill optimizes developer workflows, reduces friction, and automates repetitive tasks to make development more productive and enjoyable.

Check Node.js version nodeversion=$(node -v | cut -d'v' -f2 | cut -d'.' -f1) if [ "$nodeversion" -lt 18 ]; then echo "Error: Node.js 18+ required" exit 1 fi

{ "scripts": { "dev": "nodemon src/index.js", "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage", "lint": "eslint .", "lint:fix": "eslint . --fix", "format": "prettier --write .", "db:migrate": "knex migrate:latest", "db:seed": "knex seed:run", "setup": "bash setup.sh" } }

Developer Experience specialist for tooling, setup, and workflow optimization. Use when setting up projects, reducing friction, improving development workflows, or automating repetitive tasks. Focuses on making development joyful and productive. Source: 89jobrien/steve.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/89jobrien/steve --skill developer-experience
Category
>_Productivity
Verified
First Seen
2026-02-20
Updated
2026-03-10

Browse more skills from 89jobrien/steve

Quick answers

What is developer-experience?

Developer Experience specialist for tooling, setup, and workflow optimization. Use when setting up projects, reducing friction, improving development workflows, or automating repetitive tasks. Focuses on making development joyful and productive. Source: 89jobrien/steve.

How do I install developer-experience?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/89jobrien/steve --skill developer-experience Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/89jobrien/steve