Agent Dx — AI skill for Claude Code
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
Related Skills
Dsh Plugin Publish
Ship your skills, grow your influence — a model-agnostic publishing protocol for AI agent skills: preflight ch
Ag.Sh
Command-line ADE tooling to run multiple Claude Code/AI agents in parallel - each in its own isolated git work
Devlyn CLI
AI development toolkit for Claude Code — ideate, auto-resolve, and ship with context engineering and agent orc
Development Tasks — Agent-skill-manager
Source: prd.md Generated: 2026-03-19 Strategy: "npm for AI skills" — become the package manager standard ---
Aspm
A Git-based package manager designed for AI-assisted development, similar to npm but supporting skills, agents
Swarm System
AI Multi-Agent Development Orchestrator - Coordinates 5 Claude terminals for collaborative software developmen
Related Agents
Nodejs Expert
Use this agent for Node.js ES module patterns, TypeScript configuration and build tooling, monorepo NPM packag
Slop Detector
Adversarial generic-design hunt with fresh context — finds structural, component, visual, copy, interaction, a
npm Release Engineer
Automated NPM release and package publishing protocol for @onlytests/eitr. Enforces pre-release quality checks