mirroir-mcp: Skill for Claude Code

.claude/skills/mirroir-onboard/SKILL.md

mirroir-onboard is a skill for Claude Code from jfarcand/mirroir-mcp. It costs 85 tokens per session (3,824 once invoked), scanned A, original, Apache-2.0.

A web-app exploration tool that creates a replayable test suite for mirroir, a system for checking whether an app’s user interface still works. It explores the running app, records real controls and actions, then replays them to verify the results.

In plain words
What is it for?
Use it to inspect a consumer web app, record each main user action, create its .mirroir/ test files, and validate them through live replay.
Why use it?
It helps catch tests that only prove a page loads while missing broken buttons, wrong selectors, or actions that no longer work.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

This is jfarcand/mirroir-mcp's own configuration. It tells Claude Code how to work on mirroir-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 mirroir-mcp configures →

Reuse

Borrowing it

Nothing to install: this file belongs to jfarcand/mirroir-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/jfarcand/mirroir-mcp/main/.claude/skills/mirroir-onboard/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/jfarcand/mirroir-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 mirroir-onboard

README.md
[![agentmods](https://agentmods.dev/badge/skills/jfarcand/mirroir-mcp/mirroir-onboard/github.svg)](https://agentmods.dev/skills/jfarcand/mirroir-mcp/mirroir-onboard)
Your own site
<a href="https://agentmods.dev/skills/jfarcand/mirroir-mcp/mirroir-onboard"><img src="https://agentmods.dev/badge/skills/jfarcand/mirroir-mcp/mirroir-onboard/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for mirroir-onboard

Your own site · 80×15
<a href="https://agentmods.dev/skills/jfarcand/mirroir-mcp/mirroir-onboard"><img src="https://agentmods.dev/badge/skills/jfarcand/mirroir-mcp/mirroir-onboard.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 85 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,824 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00085 $0.03824
Opus 5 $0.00043 $0.01912
Sonnet 5 $0.00017 $0.00765
Haiku 4.5 $0.00009 $0.00382

Measured 12d ago against content hash f2bd1f058bbd, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

mirroir-onboard 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 12d 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/skills/mirroir-onboard/SKILL.md · 306 lines

How it starts

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

mirroir-onboard

You are the web explorer. You drive a consumer's running web app the way an agent drives an iPhone in generate_skill action=explore: navigate, read the live accessibility tree, find each surface's primary action, derive the exact selector that resolves it, execute it, capture the resulting state change, and emit a replayable .mirroir/ suite. Then you prove it by live replay and self-heal any selector that doesn't resolve.

The output is a .mirroir/ tree at the consumer root that goes green under mirroir-run (a real boot + real Playwright replay against the real backend), not merely one that compiles. Compile-clean is necessary but not sufficient — selectors that pass --emit playwright still fail at replay (wrong element, strict-mode, or never resolves). The replay is the gate.

You do not hand-author from spec files. Every selector comes from a DOM you observed via mcp__chrome-devtools__take_snapshot. You are mechanizing the human loop, not transcribing a test plan.


What makes this worth doing (read before you start)

A mocked Playwright/Cypress suite (page.route(...)) verifies the frontend in isolation — it stays green even when the backend wiring, DB seed, auth gate, dev proxy, or LLM path is broken. mirroir's only job is to catch exactly those: "the real stack boots and the headline journeys actually work." If your scenarios don't exercise real primary actions against the real backend, you've rebuilt the mocked suite slower — delete them and stop.

So: complementary, never a replacement. Run find <root> -name '*.spec.ts' -o -name '*.cy.ts' | grep -v node_modules | wc -l first; if non-zero, the mirroir.yaml description must say "complementary" and name that count. Assume an existing suite exists until proven otherwise.


Phase 0 — Get the app to a usable, logged-in-able state

This is the phase that silently eats hours. A web app being "up on :PORT" does not mean a real user can log in and reach an authenticated surface. Confirm each link of the chain before exploring, because every one of these has bitten real onboarding:

Read the full file on GitHub · 306 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 12d ago First seen · 306 lines · 85 tokens per session scan A f2bd1f058bbd

Subscribe to this mod's changes

mirroir-onboard is a skill published in the GitHub repository jfarcand/mirroir-mcp (214 stars, last pushed 2d ago), licensed Apache-2.0. It adds 85 tokens to every session and 3,824 once invoked, about $0.0004 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 skills, from other repositories

walkthrough

Generate a hands-on browser walkthrough of a PR's user-facing changes to exercise before review; --publish posts the final version to the PR for QA.

joshukraine/dotfiles · 33 tokens

blazemeter-recorders

Comprehensive guide for BlazeMeter Recorders, including Chrome Extension and Proxy Recorder. Use when working with recorders for (1) Recording tests with Chrome Extension, (2) Creating and using Proxy Recorder, (3) Configuring browsers and devices for proxy recording, (4) Setting port ranges for proxy recorder, or any…

Blazemeter/bzm-mcp · 76 tokens

browser-automation

This skill should be used when the user asks about browser automation, testing web pages, extracting content, filling forms, taking screenshots, or monitoring console/network activity. Activates for E2E testing, form automation, browsing tasks, or debugging web applications.

mozilla/firefox-devtools-mcp · 55 tokens

qa-use

E2E testing and browser automation with qa-use CLI. Use when the user needs to run tests, verify features, automate browser interactions, or debug test failures.

desplega-ai/qa-use · 36 tokens

playwright-cli

Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages.

Wide-Moat/open-computer-use · 52 tokens

webapp-testing

Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.

Wide-Moat/open-computer-use · 35 tokens