demo

demo is a skill for Claude Code from resolve-ai-oss/resolve-ai-plugins. It costs 105 tokens per session (2,593 once invoked), scanned A, original, Apache-2.0.

A guided tour of Resolve using data from your connected organization. Resolve is a tool for investigating software incidents and their causes.

In plain words
What is it for?
Use it to demonstrate Resolve, show its investigation workflow, examine a real root-cause analysis, or turn findings into a code-fix pull request.
Why use it?
It gives new users a structured way to see the product in action without having to decide what to explore first. Each part can be paused or skipped independently.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter.

Part of the resolve-ai plugin — 13 skills, 1 MCP server shipped together

Good fit Use it to demonstrate Resolve, show its investigation workflow, examine a real root-cause analysis, or turn findings into a code-fix pull request.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/resolve-ai-oss/resolve-ai-plugins/demo
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add resolve-ai-oss/resolve-ai-plugins --skill demo
Clone the repo
git clone --depth 1 https://github.com/resolve-ai-oss/resolve-ai-plugins

Made for: Claude Code.

Or install resolve-ai, the plugin that ships this one along with the rest of its 13 skills, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for demo

README.md
[![agentmods](https://agentmods.dev/badge/skills/resolve-ai-oss/resolve-ai-plugins/demo.svg)](https://agentmods.dev/skills/resolve-ai-oss/resolve-ai-plugins/demo)
Your own site
<a href="https://agentmods.dev/skills/resolve-ai-oss/resolve-ai-plugins/demo"><img src="https://agentmods.dev/badge/skills/resolve-ai-oss/resolve-ai-plugins/demo.svg" alt="Measured on agentmods" height="20"></a>
Per session 105 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,593 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00105 $0.02593
Opus 5 $0.00053 $0.01296
Sonnet 5 $0.00021 $0.00519
Haiku 4.5 $0.00011 $0.00259

Measured 8d ago against content hash 5e5716244ce1, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

demo scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/claude/resolve-ai/skills/demo/SKILL.md · 128 lines

How it starts

The opening of the file, as written. The whole thing — 128 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Demo Resolve

A guided, checkpointed walkthrough of Resolve using your connected org's live data. You drive each step at your own pace. The arc escalates:

surface → resume a chat → many in parallel → drill a real RCA (evidence + live thread) → turn the findings into a code-fix PR → investigate from scratch.

Every beat stands alone — stop anywhere and it's still a complete demo.

This skill orchestrates with direct tool calls and its own narration. For the streaming beats it follows the stream_command streaming already documented in the ask and investigate skills rather than restating the host-specific mechanics here.

Arguments

If $ARGUMENTS carries an emphasis (e.g. "focus on logs", "keep it short"), bias curation and beat selection toward it. Otherwise run the default arc. Treat a bare start as "begin the tour".

Two run modes

Establish the mode at the start and honor it for every command, every beat:

  • Auto (default — today's behavior): you run each command via the tools, pausing at checkpoints for the user's "go" or to let them pick an option.
  • Manual (hand-me-the-commands): you do not execute the beat's action. Compose the full command with its args/message filled in and present it for the user to type themselves, then stop and wait for them to run it before moving on. You may still run read-only setup (e.g. overview) so the commands you hand over carry real IDs/values, but every action command (ask, investigate, steer, apply-fix) is theirs to enter. Because they're invoking the real skills, those skills' own run/format behavior (streaming, citations, canvas URLs) applies as-is.

Select via $ARGUMENTS (auto / manual); if unset, ask once at pre-flight.

Two registers in your output

  • Tour narration (plain prose): the lines you walk the user through — clean, jargon-light, short.
  • Control cue (prefix ): meta prompts to the user, not part of the narration. End every beat with a cue that previews exactly what the next step will do, e.g. ▶ Next: open a real RCA and pull the raw telemetry behind its top theory. Say "go", pick from the menu, or tell me what to show.
  • Command tag (prefix ): name the slash command for each beat's capability. In auto mode it's just the label, so the user learns it — ▷ Run it yourself: /resolve-ai:overview. In manual mode it's the full runnable command with composed args, and you stop and wait for the user to enter it — e.g. ▷ Type this: /resolve-ai:ask Follow-up: of the error spikes in svc-analysis, which one is most worth acting on first?. Mapping (args from each skill's own argument-hint): surface → /resolve-ai:overview (focused lists /resolve-ai:alerts, /resolve-ai:investigations, /resolve-ai:chats); resume / ask / thread / parallel → /resolve-ai:ask <message>; redirect a live investigation → /resolve-ai:steer <message>; drill or start an RCA → /resolve-ai:investigate <url-or-id | problem>; apply a fix → /resolve-ai:apply-fix.

Read the full file on GitHub · 128 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 128 lines · 105 tokens per session scan A 5e5716244ce1

Subscribe to this mod's changes

demo is a skill published in the GitHub repository resolve-ai-oss/resolve-ai-plugins (4 stars, last pushed today), licensed Apache-2.0. It adds 105 tokens to every session and 2,593 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

debug-optimize-lcp

Guides debugging and optimizing Largest Contentful Paint (LCP) using Chrome DevTools MCP tools. Use this skill whenever the user asks about LCP performance, slow page loads, Core Web Vitals optimization, or wants to understand why their page's main content takes too long to appear. Also use when the user mentions…

ChromeDevTools/chrome-devtools-mcp · 99 tokens

systematic-debugging

Use when debugging a failing test, build error, or runtime issue that isn't immediately obvious. Guides a 4-phase root cause analysis instead of random fix attempts.

open-metadata/OpenMetadata · 37 tokens

diagnose

Trace from a reproduced symptom to the source code that causes it. Pin the specific file and approximate line, rate confidence in the cause and clarity of the fix independently, and always propose a concrete fix.

emdash-cms/emdash · 43 tokens

repro-admin

Reproduce an EmDash admin UI bug. Attach a container, start the demo dev server, drive the admin with agent-browser using the dev-bypass session, and capture the reproduction as screenshots plus a replayable transcript.

emdash-cms/emdash · 48 tokens

log-error-digest

Analyze log files to troubleshoot errors, identify peak error periods, and produce error clustering, frequency statistics, and time distribution reports. Supports JSON, syslog, and Nginx formats with automatic detection. Use when a user uploads a .log file and asks to analyze errors, find patterns, debug issues, or…

zebbern/claude-code-guide · 71 tokens

byted-util-volcengine-detect-retry

An orchestration workflow for Volcengine Cloud Detect, a service that checks websites or network endpoints from test locations.

bytedance/agentkit-samples · 101 tokens