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.
npx skills add parisgroup-ai/imersao-ia-setup --skill e2e-architectgit clone --depth 1 https://github.com/parisgroup-ai/imersao-ia-setupWrote 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.
[](https://agentmods.dev/skills/parisgroup-ai/imersao-ia-setup/e2e-architect)<a href="https://agentmods.dev/skills/parisgroup-ai/imersao-ia-setup/e2e-architect"><img src="https://agentmods.dev/badge/skills/parisgroup-ai/imersao-ia-setup/e2e-architect/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.
<a href="https://agentmods.dev/skills/parisgroup-ai/imersao-ia-setup/e2e-architect"><img src="https://agentmods.dev/badge/skills/parisgroup-ai/imersao-ia-setup/e2e-architect.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00086 | $0.03273 |
| Opus 5 | $0.00043 | $0.01636 |
| Sonnet 5 | $0.00017 | $0.00655 |
| Haiku 4.5 | $0.00009 | $0.00327 |
Grade A, and why
e2e-architect 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 11d 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.
How it starts
The opening of the file, as written. The whole thing — 505 lines — stays where its author put it; the contents beside it link to each section on GitHub.
E2E Architect Skill
Design and strategy for E2E tests. Complements e2e-run, e2e-analyze, and e2e-fix-cycle which focus on execution and fixing.
Project Memory
This skill reads and writes memory in the project's auto-memory directory to track architecture decisions across sessions.
On Start — Read Memory
Before executing, read <project-memory-dir>/e2e-architect.md if it exists. Use it to:
- Know which areas have test plans already created
- Recall audit findings from previous sessions
- Reference fixture suggestions already made
On Completion — Write Memory
After execution, update <project-memory-dir>/e2e-architect.md:
# E2E Architect Memory
## Test Plans Created
| Date | Feature | Spec File | Status |
|------|---------|-----------|--------|
| <date> | <feature> | <file> | planned/implemented |
## Audit Findings
- **Last audit:** <date> — scope: <scope>
- **Coverage gaps:** <list of uncovered routes/features>
- **Anti-patterns found:** <count>
## Fixture Suggestions
- <fixture name> — <purpose> — <status: suggested/implemented>
## Debug History
| Date | Spec | Root Cause | Resolution |
|------|------|------------|------------|
| <date> | <file> | <cause> | <fix> |
The memory directory is the project's auto-memory path (e.g., ~/.claude/projects/<project-path>/memory/). Create the file if it doesn't exist; merge with existing content if it does.
Usage
/e2e-architect <subcommand> [args]
| Subcommand | Purpose | Example |
|---|---|---|
plan |
Design tests for feature/flow | /e2e-architect plan checkout |
audit |
Coverage and quality analysis | /e2e-architect audit --scope admin |
debug |
Structured failure investigation | /e2e-architect debug payments.spec.ts |
fixtures |
Analyze/suggest fixtures | /e2e-architect fixtures --area creator |
Parse Arguments
Extract subcommand and arguments from: {{ARGUMENTS}}
SUBCOMMAND = first word (plan|audit|debug|fixtures)
ARGS = remaining words
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.
- 11d ago First seen · 505 lines · 86 tokens per session scan A 7f22161e8643
e2e-architect is a skill published in the GitHub repository parisgroup-ai/imersao-ia-setup (1 stars, last pushed 29d ago), licensed MIT. It adds 86 tokens to every session and 3,273 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-31.
Other skills, from other repositories
browser-validator
Automatically validate implementations in real browsers after code is written or when user says "test this", "test what you built in the browser", "check it in a real browser", or "validate at the breakpoints". Uses Chrome DevTools MCP to test responsive breakpoints (320px, 768px, 1024px), check accessibility…
test-scaffolding
Automatically generate test scaffolding when user writes new code without tests or mentions needing tests. Supports unit, integration, e2e, and data tests for PHP and JavaScript. Invoke when user mentions "tests", "testing", "coverage", "write tests", or shows new untested code.
feature-acceptance
A browser-based acceptance testing process that compares an online implementation with a product requirements document and, when available, an HTML prototype. It records what is complete, partial, missing, or inconsistent, with screenshots and prioritized blockers.
test-native-extension
Validate a third-party control repo across four automated layers plus one printed manual recipe. Layer 1 asserts native-source structure (Android getName() and iOS +moduleName to manifest nativeModule; @ReactMethod / RCTEXPORTMETHOD to methods; no @ReactModule) plus load/init readiness (ReactPackage public no-arg…
test-site
Tests a deployed, activated Power Pages site at runtime using browser-based navigation, page crawling, and API request verification via Playwright. Use when the user wants to test, verify, or smoke-test their deployed site.
asc-shots-pipeline
Orchestrate iOS screenshot automation with xcodebuild/simctl for build-run, AXe for UI actions, JSON settings and plan files, Koubou-based framing (asc screenshots frame), and screenshot upload (asc screenshots upload). Use when users ask for automated screenshot capture, AXe-driven simulator flows, frame composition…