LanNguyenSi

Agent Dx — AI skill for Claude Code

AI community

Monorepo workshop for agent-development tooling: orchestrator-workflow and okf-kit ship on npm; slop-detector is the AI-slop linter for PRs.

How to install Agent Dx

This entry records only its repository, not the path inside it, so there is no exact command to give. Open LanNguyenSi/agent-dx and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Agent Dx does

Monorepo workshop for agent-development tooling: orchestrator-workflow and okf-kit ship on npm; slop-detector is the AI-slop linter for PRs.

Alternatives in AI

  • Openskills — Universal skills loader for AI coding agents - npm i -g openskills 9.8k ★
  • Waldzell MCP — Waldzell AI's monorepo of MCP servers 202 ★
  • Sloptrim — A local detector for AI-writing patterns 196 ★

README

agent-dx

A monorepo workshop for agent-development tooling: CLIs, linters, and playbooks built while shipping AI-agent coding workflows in practice. Two packages ship on npm; the rest are working tools used inside this workshop and its sibling repos.

Shipping on npm

orchestrator-workflow

Installer for an orchestrator-led agent workflow: a `.ai/` directory for run state, a marker-fenced policy section in `AGENTS.md`, and subagent definitions with preselected models for Claude Code, OpenAI Codex, and opencode.

npx orchestrator-workflow init

See [packages/orchestrator-workflow](packages/orchestrator-workflow) for the full install and usage guide.

okf-kit

Validates knowledge bundles against the Open Knowledge Format (OKF) v0.1 spec: frontmatter shape, reserved files, link resolution, absolute-link warnings, `sources` shape.

npx okf-kit check path/to/bundle

See [packages/okf-kit](packages/okf-kit) for the full install and usage guide.

slop-detector

[`slop-detector`](packages/slop-detector) is the AI-slop linter for PRs: it catches leaked tool-call XML, doubled `## Summary` headings, hedging openers, marketing adjectives, JSDoc on trivial getters, and other agent-generated tells across six rule packs (`agent-tics`, `prose-slop`, `comment-slop`, `code-slop`, `ui-slop`, `placement-slop`; some packs are opt-in). It runs in pre-commit, in CI as a status check, or ad-hoc against a path.

Not yet published to npm (the bare `slop-detector` name belongs to an unrelated third-party package), so it runs from a local build:

cd packages/slop-detector && npm install && npm run build && cd ../..
node packages/slop-detector/dist/cli.js check examples/slop-sample.md --explain

Full pack reference, sample output, the scan pipeline, and the rationale (including a data point from running it against 20 recently merged PRs): [packages/slop-detector/README.md](packages/slop-detector/README.md).

Packages

| Package | What it d