Agent skills

Give your agent good instincts.

Teach your coding agent when to use a decision call, how to describe the task, and how to check the result. Then build something useful together.

Start with the work

Describe the workflow.
Let it wire the calls.

The skills teach capability selection, described labels, SDK usage, review thresholds, and evaluation. Your agent gets concrete patterns to apply in your project.

See an intake workflow
A prompt to tryYour coding agent
Prompt
Using the milliseconds skill, route inbound support tickets
into billing, shipping, or account queues.

Use the TypeScript SDK and the key in MS_API_KEY.
Keep labels and thresholds in one file.
Send uncertain cases to a review queue.
Build an evaluation set before choosing the thresholds.

Install once. Build often.

Bring the skills
to your editor.

The open-source package includes an umbrella skill and focused guides for capabilities and evaluation.

Claude Code

Add the marketplace, then install the milliseconds plugin.

Claude Code install
claude plugin marketplace add CloudRaker/milliseconds-skills
claude plugin install milliseconds@milliseconds-skills

Invoke /milliseconds:milliseconds or name the skill in your prompt. The plugin also registers the docs MCP server.

Codex & other agents

Install through the Agent Skills CLI and select your agent.

Agent Skills install
npx skills add CloudRaker/milliseconds-skills

Use the milliseconds skill by name in your prompt. Source and manual installation.

Making API calls requires your own key. Set MS_API_KEY in your environment. Get a free test key.

Patterns worth teaching

Good calls start
before the API.

Choose by the output.

Labels, booleans, scales, fields, or source spans: use the capability that returns what the application needs.

Describe the case.

Give labels and fields meaningful descriptions. Keep them in one place so they are easy to review.

Measure before you automate.

Build an evaluation set from your own examples. Choose thresholds for each action and keep a path for uncertainty.

Explore the skill catalog