igniteui-mcp-testbed CLAUDE.md

igniteui-mcp-testbed CLAUDE.md is an instructions file for Claude Code from IgniteUI/igniteui-mcp-testbed. It costs 16,891 tokens per session, scanned A, original, MIT.

Instructions for a testbed that runs Ignite UI tools and agent skills in temporary rootless Podman containers. An Express web wizard collects choices, creates an Ignite UI project, configures the tools, and opens the opencode web interface.

In plain words
What is it for?
Use it to build the container, start the wizard, pass a matrix configuration, and understand the repository's architecture and test status.
Why use it?
It explains how to build and run the testbed and warns that the complete workflow has not yet been tested with the real dependencies. That helps developers treat the first run as a trial.

Instructions file for Claude Code

Written for Claude Code: the file is CLAUDE.md. Also seen: reads .claude/ paths; mentions CLAUDE.md; mentions Claude Code.

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.

agentmods
npx agentmods add instructions/igniteui/igniteui-mcp-testbed/claude-md
Clone the repo
git clone --depth 1 https://github.com/IgniteUI/igniteui-mcp-testbed

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 igniteui-mcp-testbed CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/igniteui/igniteui-mcp-testbed/claude-md.svg)](https://agentmods.dev/instructions/igniteui/igniteui-mcp-testbed/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/igniteui/igniteui-mcp-testbed/claude-md"><img src="https://agentmods.dev/badge/instructions/igniteui/igniteui-mcp-testbed/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 16,891 This file is loaded in full into every session.
When invoked 16,891 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
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.16891 $0.16891
Opus 5 $0.08446 $0.08446
Sonnet 5 $0.03378 $0.03378
Haiku 4.5 $0.01689 $0.01689

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

Security

Grade A, and why

igniteui-mcp-testbed CLAUDE.md 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 6d 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.md · 261 lines

How it starts

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

CLAUDE.md

This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.

What this is

A single-container appliance for exercising the Ignite UI AI toolchain (the Ignite UI CLI MCP server, the Theming MCP server, and the Agent Skills) against opencode. A small Express web wizard collects the user's choices, scaffolds an Ignite UI project, wires the AI config, and hands off to the opencode web UI. Each session runs in a fresh, ephemeral rootless Podman container.

This repo's logic (the MCP translation and server classification) is unit-/syntax-tested, but the README notes it has not been run end-to-end against real igniteui-cli / opencode / Podman — treat first builds as a shakedown, and expect the "adjust to your packages" spots (see below) to need tuning.

Commands

./run.sh build           # podman build -t localhost/igniteui-testbed:latest .
./run.sh build --prune   # build, then `podman image prune -f` to drop dangling <none> images
./run.sh                 # run a fresh ephemeral container; publishes ports 8080 / 4096 / 5000
./run.sh --matrix-config <file>  # run with a matrix JSON config: bind-mounts it to
                         # /matrix-config.json, sets MATRIX_CONFIG, and (by default)
                         # auto-runs the matrix headlessly; the UI prefills from it
./stop.sh [<sess>]       # stop running testbed container(s) (all, or one by session id)
# all four scripts take -h/--help/help (PowerShell: -Help, `help`, -? or Get-Help) and print usage

npm start                # run the wizard backend directly (node src/server.ts), for host-side dev
npm run typecheck        # tsc --noEmit gate over backend (tsconfig.json) + frontend (web/tsconfig.json)
npm run build:web        # esbuild web/main.ts -> public/vendor/app.js (run alongside `npm start` for host dev)
npm run dev:web          # build:web in --watch mode

On Windows, run.ps1 / stop.ps1 are PowerShell ports of run.sh / stop.sh with the same arguments (.\run.ps1 build, .\run.ps1 build -Prune, .\run.ps1, .\run.ps1 -MatrixConfig <file> [-Validate], .\stop.ps1 [<sess>]). The prune step (--prune / -Prune) only runs after a successful build and removes only untagged images. Keep the two implementations in sync — a change to one platform's run/stop logic should be mirrored in the other.

Read the full file on GitHub · 261 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. 6d ago First seen · 261 lines · 16,891 tokens per session scan A 12249066b207

Subscribe to this mod's changes

igniteui-mcp-testbed CLAUDE.md is an instructions file published in the GitHub repository IgniteUI/igniteui-mcp-testbed (50 stars, last pushed 9d ago), licensed MIT. It adds 16,891 tokens to every session, about $0.0845 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.