Agent skill
Drop-in skills for Claude Code, Codex and other coding agents, with the full decision-machine-1 context.
The milliseconds.ai skills give your coding agent the eight capabilities, the rules for writing labels, the threshold bands and the evaluation loop. The agent reads the live docs as part of each task. Source: github.com/CloudRaker/milliseconds-skills.
Installation
Claude Code
Other agents
Copy to your agent
Run these two commands in your terminal:
The plugin also registers the docs MCP server, so the agent can search these pages.
Choose one installation method. Two copies of the same skill confuse the agent.
What the skills contain
Updates
For the Claude Code plugin:
Restart Claude Code or run /reload-plugins. For skills.sh installations, run npx skills update.
Example prompts
Name the skill in your prompt. In Claude Code you can also invoke /milliseconds:milliseconds.
Find where a typed decision replaces fragile code:
Let the agent run cheap experiments with a key from the console:
Point the agent at a recipe:
Working with the agent
- Review the plan before the agent writes code. The capability choice and the label wording decide the outcome.
- Keep the labels, statements, scales and thresholds in one file. That file is what a person reviews.
- Agents write vague statements. Expect to edit wording together. The writing guide has the rules.
- Ask the agent to build a golden set before it tunes any threshold. Do not accept a threshold without a table behind it.
Common issues
The agent does not use the skill
Invoke /milliseconds:milliseconds in Claude Code, or write “use the milliseconds skill” in another agent. If it still does not load, confirm the installer targeted the agent you use, then restart it.
Routing does not behave as expected
Read the label text first, then the thresholds. Labels that name a verdict rather than a case score noise. A threshold set too high causes false negatives. Too low causes false positives. The thresholds page gives the bands.
The agent thresholds on confidence everywhere
When you only need the best option, take the winner. Use confidence as a second axis on classify and rate, and probability on the rest. Never compare a yes-no probability with a classify probability on one scale.
The agent invents request or response fields
A stale skill causes this. Update it with the commands above. The agent can also read any page of these docs as Markdown by adding .md to the URL.