iii is a software system that eliminates integration complexity. It organizes software into three primitives (Worker, Trigger, Function), so every capability (queues, cron, streaming, sandboxing, observability, agents, frontend UIs) can be built and composed from the same set of pieces. The rendered documentation site is the canonical reference; this directory holds the Mintlify source.
Scanned 9/3/2026
Install to Claude Code
npx -y skills add iii-hq/iii --skill docs --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Docs?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/iii-hq-docs)More formats (shields.io, HTML) on the badges page.
<!-- generated by iii-skill-render. DO NOT EDIT (changes here are overwritten on the next render). Edit docs/README.md. -->
# iii Docs
iii is a software system that eliminates integration complexity. It organizes software into three
primitives (Worker, Trigger, Function), so every capability (queues, cron, streaming, sandboxing,
observability, agents, frontend UIs) can be built and composed from the same set of pieces. The
rendered documentation site is the canonical reference; this directory holds the Mintlify source.
## Development
From the repository root:
```bash
pnpm dev:docs
```
Or directly from this directory:
```bash
npx mint dev
```
The docs config is in `docs.json`. Local preview is typically available at `http://localhost:3000`.
## API Reference
To refresh generated SDK API reference files before previewing docs:
```bash
pnpm generate:api-docs
```
## Releasing
The docs are versioned with a Next / Latest / archive scheme. To author upcoming docs in `docs/next/`
and understand how a release promotes them into the published Latest, see
[RELEASING.md](./RELEASING.md).
Is this your skill, or is something wrong with this listing? . Author removals are honored within 72 hours.
No comments yet. Be the first to comment!