manta-e2e-smoke

manta-e2e-smoke is a skill for Claude Code, Codex from antoinedc/MantaUI. It costs 102 tokens per session (2,967 once invoked), scanned A, original, MIT.

A testing skill that opens MANTA's Electron desktop app in a real browser-like window and checks that key user-interface areas render and connect correctly.

In plain words
What is it for?
Use it before declaring frontend or interface work complete, especially to check the sidebar, chat, terminal, renderer, and communication with the app's background process.
Why use it?
A type check, unit test, or build can pass even when the app shows a blank screen, crashes, or places important panels incorrectly.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions OpenCode.

Good fit Use it before declaring frontend or interface work complete, especially to check the sidebar, chat, terminal, renderer, and communication with the app's background process.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/antoinedc/mantaui/manta-e2e-smoke
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 antoinedc/MantaUI --skill manta-e2e-smoke
Clone the repo
git clone --depth 1 https://github.com/antoinedc/MantaUI

Made for: Claude Code, Codex.

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 manta-e2e-smoke

README.md
[![agentmods](https://agentmods.dev/badge/skills/antoinedc/mantaui/manta-e2e-smoke/github.svg)](https://agentmods.dev/skills/antoinedc/mantaui/manta-e2e-smoke)
Your own site
<a href="https://agentmods.dev/skills/antoinedc/mantaui/manta-e2e-smoke"><img src="https://agentmods.dev/badge/skills/antoinedc/mantaui/manta-e2e-smoke/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 manta-e2e-smoke

Your own site · 80×15
<a href="https://agentmods.dev/skills/antoinedc/mantaui/manta-e2e-smoke"><img src="https://agentmods.dev/badge/skills/antoinedc/mantaui/manta-e2e-smoke.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 102 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,967 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.00102 $0.02967
Opus 5 $0.00051 $0.01484
Sonnet 5 $0.00020 $0.00593
Haiku 4.5 $0.00010 $0.00297

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

Security

Grade A, and why

manta-e2e-smoke 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.

.multica/skills/manta-e2e-smoke/SKILL.md · 253 lines

How it starts

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

manta-e2e-smoke

typecheck proves the code compiles. Unit tests prove isolated logic. npm run build proves the bundle produces artifacts. NONE of them prove the Electron app renders correctly in a real renderer with real IPC wiring.

This gate exists because an empty renderer, a crashed main process, or a layout regression (sidebar collapsed onto nothing, chat panel off-screen) all pass a green build and green unit tests. A text fetch cannot see any of these. A real Electron renderer can. This skill is that renderer.

PUSH YOUR BRANCH BEFORE RUNNING THIS GATE. The Electron launch below can hang (first-run download, a wedged renderer, no display teardown) long enough to trip multica's 30-min "no new messages" force-stop. If you ran this gate before git push, that timeout discards your entire implementation — the workdir is ephemeral and the rerun starts from a clean origin clone. Per manta-pr-workflow step 8, your committed work must already be on origin before you get here. If it isn't, git push -u origin <branch> NOW, then run the gate. Push any post-gate fixes again afterward.

You CAN run this — do not claim you can't. Playwright's electron.launch spawns the actual built app. On the FIRST call it does a one-time Electron fetch + launch (~15-30s) — that is normal init, not a failure; wait for it. "My sandbox has no Electron / no display" is FALSE for this runtime on Linux — Playwright handles the headless display internally. The ONLY legitimate "I couldn't run it" is a launch step that actually errors — capture and quote that exact error.

When to run

  • manta-frontend / manta-backend: before marking ANY change to:
    • src/renderer/ (ChatPanel, Terminal, Sidebar, Settings, App, ProvidersCard)
    • src/preload/ (IPC bridge surface)
    • src/main/ (IPC handlers, setup, transport)
    • src/shared/ (types consumed by renderer) Paste the result into the Test results block. A green build does NOT prove the sidebar renders, the chat panel mounts, or the app didn't crash on load.
  • manta-pr-workflow / manta-handle-reviewer-return: when verifying a delivered frontend feature (the per-task "verify on dev" step). This is the check that makes "renders in Electron, confirm no crash" a REAL gate instead of an unenforceable instruction.

Read the full file on GitHub · 253 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. 12d ago First seen · 253 lines · 102 tokens per session scan A 5c9baa14005e

Subscribe to this mod's changes

manta-e2e-smoke is a skill published in the GitHub repository antoinedc/MantaUI (12 stars, last pushed 6d ago), licensed MIT. It adds 102 tokens to every session and 2,967 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

tmux-real-user-testing

A real-user test workflow for Qwen Code's terminal interface, using tmux to drive the program and capture readable screen snapshots. tmux is a tool for running and observing terminal sessions.

QwenLM/qwen-code · 98 tokens

e2e-testing

Guide for running end-to-end tests of the Qwen Code CLI, including headless mode, MCP server testing, and API traffic inspection. Use this skill whenever you need to verify CLI behavior with real model calls, reproduce user-reported bugs end-to-end, test MCP tool integrations, or inspect raw API request/response…

QwenLM/qwen-code · 94 tokens

terminal-capture

Automates terminal UI screenshot testing for CLI commands. Applies when reviewing PRs that affect CLI output, testing slash commands (/about, /context, /auth, /export), generating visual documentation, or when 'terminal screenshot', 'CLI test', 'visual test', or 'terminal-capture' is mentioned.

QwenLM/qwen-code · 66 tokens

agent-reproduce-align

Use after a Codex or Claude Code feature has been implemented in Qwen Code to run the selected reference agent and Qwen Code under the same scenario, capture HTTP and terminal traces, compare request bodies, tool/function schemas, outputs, and iterate until the reproduced behavior is close enough.

QwenLM/qwen-code · 62 tokens

qa-testing

Verify your work by actually operating the app or website you changed, instead of assuming it works. Strongly recommended whenever you build, modify, or debug a web app, website, or desktop GUI app. Drive real browsers with the agent-browser CLI and native desktop apps with the cua-driver CLI. These are installed on…

openinterpreter/openinterpreter · 77 tokens

verify

Exercise the real app/API/CLI and collect observable evidence; tests alone do not count as end-to-end verification.

Hmbown/CodeWhale · 25 tokens