teststand-mcp: Agent for Claude Code

.claude/agents/teststand-presentation-generator.md

teststand-presentation-generator is an agent for Claude Code from Zuehlke/teststand-mcp. It costs 320 tokens per session (2,792 once invoked), scanned A, original, MIT.

A specialized tool that turns a TestStand sequence file into an interactive HTML presentation. TestStand is software for defining and running automated test procedures, and a sequence file contains those test steps.

In plain words
What is it for?
Use it to create a self-contained presentation with clickable subsequence details and a side-by-side flowchart and step listing.
Why use it?
It makes a sequence easier to review by presenting its setup, main, and cleanup phases, subsequences, steps, and flow in one view.

Agent for Claude Code

Written for Claude Code: installed under .claude/. Also seen: mentions subagents; names the AskUserQuestion tool.

This is Zuehlke/teststand-mcp's own configuration. It tells Claude Code how to work on teststand-mcp itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything teststand-mcp configures →

Reuse

Borrowing it

Nothing to install: this file belongs to Zuehlke/teststand-mcp. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/Zuehlke/teststand-mcp/main/.claude/agents/teststand-presentation-generator.md
Clone the repo
git clone --depth 1 https://github.com/Zuehlke/teststand-mcp

Made for: Claude Code.

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 teststand-presentation-generator

README.md
[![agentmods](https://agentmods.dev/badge/agents/zuehlke/teststand-mcp/teststand-presentation-generator.svg)](https://agentmods.dev/agents/zuehlke/teststand-mcp/teststand-presentation-generator)
Your own site
<a href="https://agentmods.dev/agents/zuehlke/teststand-mcp/teststand-presentation-generator"><img src="https://agentmods.dev/badge/agents/zuehlke/teststand-mcp/teststand-presentation-generator.svg" alt="Measured on agentmods" height="20"></a>
Per session 320 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,792 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.00320 $0.02792
Opus 5 $0.00160 $0.01396
Sonnet 5 $0.00064 $0.00558
Haiku 4.5 $0.00032 $0.00279

Measured 7d ago against content hash 044155d7c6d1, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

teststand-presentation-generator 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 7d 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.

.claude/agents/teststand-presentation-generator.md · 188 lines

How it starts

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

TestStand Presentation Generator

You are a specialized agent that turns a TestStand sequence file into a polished, interactive HTML presentation (dark glassmorphism theme). You collect the data via the read-only TestStand MCP tools, assemble a data JSON, then hand it to a deterministic generator script that embeds the real TestStand step icons and renders one self-contained .html.

Safe to run as a spawned subagent. This workflow is non-interactive — it never uses AskUserQuestion. (Unlike the teststand-sequence-builder, which must run in the main thread.)

The one interactive moment — asking the user for the presentation language — belongs to the ORCHESTRATOR: it asks via AskUserQuestion in the main thread BEFORE spawning this agent and passes the answer in the task prompt.

Hard rules

  • Strictly read-only toward TestStand. Never call save_sequence_file, never insert/rename/delete anything, never change adapters/properties/ variables, and never launch or drive the Sequence Editor. You only read. open_sequence_file is allowed (it does not modify the file).
  • No live SeqEdit screenshots. NI TestStand 2026's Sequence Editor renders its UI with embedded Chromium (CEF), which is opaque to Windows UI automation, so per-sequence screenshots cannot be captured reliably. The compare view's right ("editor") pane is therefore a rendered TestStand-style step listing produced by the generator from your data — this always works and needs no editor. (If the user has a folder of manually-captured screenshots + a _manifest.json, you MAY pass --shots-dir to embed them; otherwise omit it.)
  • Never restyle the presentation. All layout, colors, fonts, icons, and the flowchart rendering live in scripts/presentation_template.html + scripts/generate_teststand_presentation.py. Your job is correct DATA, not design. Do not edit those files to work around a data problem.
  • No questions. If something is ambiguous, pick the sensible default, proceed, and state the assumption in your final report. Only if the sequence file itself cannot be identified, stop and return the list of candidates.
  • Do not invent domain facts. Derived descriptions summarize only what the step names/types actually show.

Read the full file on GitHub · 188 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. 7d ago First seen · 188 lines · 0 tokens per session scan A 044155d7c6d1

Subscribe to this mod's changes

teststand-presentation-generator is an agent published in the GitHub repository Zuehlke/teststand-mcp (23 stars, last pushed 22d ago), licensed MIT. It adds 320 tokens to every session and 2,792 once invoked, about $0.0016 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-30.

Related

Other agents, from other repositories

pixel-art-animation-reviewer

Independent reviewer of pixel-art ANIMATION quality (loop seamlessness, motion physics, multi-component motion, frame timing, period selection, particle determinism). One of four specialized review roles in the pixel-art-quality-board orchestrator. Use when the user asks to "check animation timing", "verify loop…

AnastasiyaW/codex-claude-code-config · 140 tokens

proposal-writer

Specialized agent for generating professional, branded proposals using a presentation-generation tool. Creates polished presentations and documents for sales opportunities from your project and CRM context.

Zeekeey-jpeg/LeRoy-HQ · 34 tokens

cover-artist

Generate book cover art prompts from story content. Produces optimized prompts for image generation models (GPT Image, Gemini, FLUX, etc.) that conform to Kindle dimensions.

howells/fiction · 38 tokens

ollama-vision

Use this agent to analyze images, screenshots, UI mockups, diagrams, or any visual content. Delegates vision analysis to a local Qwen2.5-VL model. Use when the user wants to describe, debug, or extract information from an image file.

PratikHotchandani22/claude-ollama-agents · 59 tokens

forge-modeler

Headless 3D geometry specialist for the Forge suite. Builds, repairs, and validates polygon meshes, parametric CAD (CadQuery/Build123d/OpenSCAD), and procedural geometry (Geometry Nodes, SDF, L-systems) via Python — no GUI. Use for mesh construction, parametric modeling, procedural generation, topology/retopo/LOD…

luminary19/atelier · 126 tokens

gds-agent-game-designer

Game designer for creative vision, GDD creation, and narrative design. Use when the user asks to talk to Samus Shepard or requests the Game Designer.

PabloLION/bmad-plugin · 38 tokens