btw: MoQ is under active development. The APIs and protocols are still evolving and will change. Most of this documentation is AI generated until things get more stable.

Skip to content

Agent Setup

Using an AI coding agent like Claude Code, Cursor, or Codex? Teach it MoQ by pasting this prompt:

Follow the instructions at https://doc.moq.dev/setup/agent/prompt.md

The agent will fetch the instructions and install the MoQ skill into your project. The skill is an index of the MoQ ecosystem: what you can build (live streaming, conferencing, voice AI, real-time data, and more) and which @moq/* packages, moq-* crates, gateways, and plugins to reach for, so the agent starts from the right layer instead of hallucinating an API.

Manual Installation

Prefer to run it yourself? The skill installs with the skills CLI, which supports Claude Code, Cursor, Codex, OpenCode, Windsurf, GitHub Copilot, and more:

bash
npx -y skills add moq-dev/moq --yes

Add --global for a user-level install, or -a <agent> to target a specific agent.

What's in the Skill?

The skill is a single markdown file, skills/moq/SKILL.md, that your agent loads when a task involves MoQ. It's a map rather than a manual: use cases matched to the libraries, binaries, and gateways that implement them, plus links back to doc.moq.dev for the details.

Contributions welcome; it's just markdown.

Licensed under MIT or Apache-2.0