diva-agents

Run Example — Development skill for Claude Code

Development community

Run a runnable example from the Diva SDK docs (quickstart, tools, mcp, subagents, streaming.

How to install Run Example

Installs to ~/.claude/skills/diva-agents-diva-sdk-plugin-run-example/SKILL.md

Terminal
mkdir -p ~/.claude/skills/diva-agents-diva-sdk-plugin-run-example && curl -fsSL https://raw.githubusercontent.com/diva-agents/diva-sdk-plugin/HEAD/commands/run-example.md -o ~/.claude/skills/diva-agents-diva-sdk-plugin-run-example/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Run Example does


description: Run a runnable example from the Diva SDK docs (quickstart, tools, mcp, subagents, streaming, ...) argument-hint: [example name, e.g. "tools" or "subagents"]

Fetch and run a real, documented example from the Diva SDK docs. `$ARGUMENTS` names the example (e.g. `tools`, `mcp`, `subagents`).

1. Determine language

Infer from the current project (`@diva-ai/sdk` in `package.json` vs `diva-ai` in `pyproject.toml`/`requirements.txt`), or ask if there's no project yet.

2. Kn

Alternatives in Development

Full documentation available on GitHub

View Source Repository