dx-first

dx-first is a skill for Claude Code, Codex from joacod/skills. It costs 95 tokens per session (1,530 once invoked), scanned A, original, MIT.

A set of practices for making software projects easier for developers to set up, understand, test, and change. Developer experience covers onboarding, local development, tools, feedback, and everyday workflow.

In plain words
What is it for?
Use it to audit or improve repository setup, build and test workflows, documentation, developer tools, and the path from a new checkout to a useful result.
Why use it?
It helps find and reduce confusing instructions, slow feedback, awkward commands, and other friction that interrupts development.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/joacod/skills/dx-first
Any agent
npx skills add joacod/skills --skill dx-first
Clone the repo
git clone --depth 1 https://github.com/joacod/skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for dx-first

README.md
[![agentmods](https://agentmods.dev/badge/skills/joacod/skills/dx-first.svg)](https://agentmods.dev/skills/joacod/skills/dx-first)
Your own site
<a href="https://agentmods.dev/skills/joacod/skills/dx-first"><img src="https://agentmods.dev/badge/skills/joacod/skills/dx-first.svg" alt="Measured on agentmods" height="20"></a>
Per session 95 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,530 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00095 $0.01530
Opus 5 $0.00048 $0.00765
Sonnet 5 $0.00019 $0.00306
Haiku 4.5 $0.00010 $0.00153

Measured 5d ago against content hash afec61d29c8d, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

dx-first scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/dx-first/SKILL.md · 143 lines

How it starts

The opening of the file, as written. The whole thing — 143 lines — stays where its author put it; the contents beside it link to each section on GitHub.

DX First

Treat the development experience as a product surface of the repository. Optimize for three outcomes:

  1. Reduce cognitive load — make the next useful action findable and the common path understandable.
  2. Shorten feedback loops — give developers fast, trustworthy signals at the smallest useful scope.
  3. Protect flow — remove waiting, context switching, avoidable choices, and surprising recovery work.

This is a human-developer experience skill. Properties that help coding agents are useful when they also make the repository clearer and safer for people.

Select a mode

  • DX Audit — inspect and test the repository, then report prioritized friction. Remain read-only except for safe, ignored artifacts needed for testing.
  • DX Improve — perform a focused audit, implement the smallest coherent set of fixes, update affected documentation, and rerun the journeys.
  • DX Review / Guard — evaluate a feature, plan, pull request, refactor, or tooling change for workflow regressions. Do not edit unless implementation was requested.

If the request is ambiguous, use Audit for questions and Improve only when the user explicitly asks to fix or implement something.

Operating workflow

Follow this pipeline; do not replace it with a checklist of missing tools:

inspect → classify → trace → test → find friction → prioritize → improve → verify → simplify

  1. Inspect. Read references/repo-inspection.md. Map the repository's structure, instructions, manifests, runtime and package-manager declarations, task entrypoints, tests, CI, documentation, and environment configuration. Inspect enough implementation to verify important claims; do not read the entire codebase blindly.
  2. Classify. Identify the repository type, ecosystem, runtime, package manager, monorepo boundaries, setup path, development process, validation strategy, release shape, and any developer-facing API, CLI, SDK, or tool. Evaluate only surfaces that apply.
  3. Trace. Start with the first contribution loop: clone → setup → run → change → validate. Then trace relevant daily tasks such as a targeted test, full validation, debugging, generated artifacts, migrations, CI reproduction, or release preparation.
  4. Test. Execute supported paths when safe and practical. Prefer the real command, help output, invalid-input behavior, targeted check, or setup step over assumptions from file presence. Record step counts or timings only when actually observed.
  5. Find friction. Read references/friction-catalog.md as needed. Record concrete symptoms, not vague quality judgments. Distinguish TESTED (executed or observed), VERIFIED (confirmed statically), and INFERRED (reasonable but unexecuted).
  6. Prioritize. Order work approximately by developer impact × frequency × confidence ÷ implementation and maintenance cost. Fix blockers and repeated inner-loop friction before polish. Treat intentional tradeoffs as context, not automatic findings.
  7. Improve. Prefer removal, simplification, clearer existing commands, and ecosystem-native mechanisms. Add a dependency, wrapper, task runner, hook, container, service, or configuration layer only when it removes evidenced friction and its maintenance cost is justified.
  8. Verify. Rerun the affected journey and relevant repository checks. Compare the observed path before and after; do not claim an improvement from a file edit alone.
  9. Simplify. Remove stale instructions, duplicate paths, temporary helpers, and complexity introduced during the fix. Read references/quality-checklist.md before finishing.

Read the full file on GitHub · 143 lines

Files

What ships with it

6 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 143 lines · 95 tokens per session scan A afec61d29c8d

Subscribe to this mod's changes

dx-first is a skill published in the GitHub repository joacod/skills (3 stars, last pushed 7d ago), licensed MIT. It adds 95 tokens to every session and 1,530 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

channel_message

Use this skill to proactively send a one-way message to a user/session/channel, usually only when the user explicitly asks to send to a channel/session or when proactive notification is needed. First query sessions with qwenpaw chats list, then push with qwenpaw channels send.

agentscope-ai/QwenPaw · 58 tokens

webmcp

Open a user-provided URL in the host's built-in browser and use the page's MCP or WebMCP tools before browser UI automation for app communication or edits.

BuilderIO/skills · 38 tokens

stay-within-limits

Use when long-running or parallel agent work must respect 5-hour and weekly usage limits by checking usage between waves, pausing near the cap, and resuming only when the window is clear.

BuilderIO/skills · 45 tokens

obsidian-bases

Create and edit Obsidian Bases (.base files) with views, filters, formulas, and summaries. Use when working with .base files, creating database-like views of notes, or when the user mentions Bases, table views, card views, filters, or formulas in Obsidian.

kepano/obsidian-skills · 63 tokens

crisis-holding

Draft crisis holding statements, journalist Q&A posture, and what-not-to-say guidance from confirmed incident facts, with a hard legal-counsel gate. Builds each statement through proven crisis-comms frameworks (holding-statement anatomy, SCCT, CAP order, the legitimate non-answer, bridge/flag/block).

elvisun/newsjack · 67 tokens

find-journalists

Build, refine, dedupe, and enrich small fit-checked journalist lists for newsjack campaigns. Uses the newsjack CLI (preferred) or the medialyst MCP for news search and journalist enrichment, and falls back to a best-effort local mode with no verified contacts; the agent owns how returned data is organized.

elvisun/newsjack · 69 tokens