dx-workflow CLAUDE.md

dx-workflow CLAUDE.md is an instructions file for coding agents from dikamilo/dx-workflow. It costs 949 tokens per session, scanned A, original, MIT.

Repository instructions for maintaining the dx-workflow skill set, including its layout, writing rules, documentation, and versioning.

In plain words
What is it for?
Use them when adding or changing dx skills, updating shared references, keeping docs aligned, or preparing releases.
Why use it?
They give coding agents the project’s rules and explain where the source of truth lives, reducing inconsistent edits and outdated documentation.

Instructions file

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 instructions/dikamilo/dx-workflow/claude-md
Clone the repo
git clone --depth 1 https://github.com/dikamilo/dx-workflow

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-workflow CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/dikamilo/dx-workflow/claude-md.svg)](https://agentmods.dev/instructions/dikamilo/dx-workflow/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/dikamilo/dx-workflow/claude-md"><img src="https://agentmods.dev/badge/instructions/dikamilo/dx-workflow/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 949 This file is loaded in full into every session.
When invoked 949 The same file — it is already loaded in full.
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.00949 $0.00949
Opus 5 $0.00475 $0.00475
Sonnet 5 $0.00190 $0.00190
Haiku 4.5 $0.00095 $0.00095

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

Security

Grade A, and why

dx-workflow CLAUDE.md 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 3d 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.

CLAUDE.md · 45 lines

How it starts

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

dx — maintainer orientation

This repo authors the dx- skill set. DESIGN.md is the source of truth for behavior; this file orients anyone working on the skills. (It is not installed with the skills — each skill ships standalone via skills.sh. The workflow's own rollback principle is written into each target project's CLAUDE.md by dx-init.)

This project uses the dx- SDLC framework; workflow state lives under context/.

Layout

skills/
├── dx-references/        # loader (user-invocable:false) + references/*.md (shared docs)
└── dx-<skill>/SKILL.md   # one directory per skill
DESIGN.md                 # the design spec — authority
package.json              # install-skills / list-skills scripts (npx skills)

Authoring rules (the house style)

  • Frontmatter. name: dx-<x>. User-invoked skills set disable-model-invocation: true and get a terse human-facing description (no trigger lists → zero context load). The two model-invoked skills — dx-diagnose, dx-domain — omit that flag and keep rich trigger phrasing. dx-references uses user-invocable: false (hidden from the / menu, still model-reachable).
  • Body. Short and principle-first. Leading words that recruit pretrained concepts (tight, red-capable, tracer bullet, deep module). Apply the no-op test: delete any sentence the model already obeys. Multi-step skills carry a Done when completion criterion.
  • Shared references are pulled by invoking dx-references with a topic — never deep-link another skill's files. Add a reference to dx-references/references/ only when ≥2 skills use it; otherwise collocate it inside its one skill.
  • Anti-ceremony. Markdown only — no HTML, no sidecar *.yml state. No auto-chain: print the next command and stop. Derive, don't maintain — lists from ls, status from frontmatter, effort progress from child changes.

Keep docs in sync

Adding, removing, or significantly changing a skill (behavior, invocation, reads/writes, Next: output) is not done until docs/ reflects it — update docs/reference/skills.md and any tutorial/explanation page that names the skill, in the same change. A new capability also gets a tutorial; a new workflow idea also gets an explanation page. Use the documentation skill for all of it. A skill diff without a matching docs diff is incomplete.

Read the full file on GitHub · 45 lines

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. 3d ago First seen · 45 lines · 949 tokens per session scan A 0d58a7cdfc83

Subscribe to this mod's changes

dx-workflow CLAUDE.md is an instructions file published in the GitHub repository dikamilo/dx-workflow (5 stars, last pushed 19d ago), licensed MIT. It adds 949 tokens to every session, about $0.0047 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.