e2e-generate

e2e-generate is a skill for Claude Code, Codex from theam/claude-dev-kit. It costs 52 tokens per session (701 once invoked), scanned A, original, Apache-2.0.

A procedure for creating or updating end-to-end tests for changes that users can see or interact with. End-to-end tests exercise a complete flow, such as opening a page, submitting a form, or changing routes.

In plain words
What is it for?
It is for finding the relevant screens and actions, following the repository's current end-to-end testing setup, and adding or updating tests when appropriate.
Why use it?
It prevents user-facing changes from being considered complete without checking the affected flow in the project's existing test system.

Skill for Claude CodeCodex

Part of the fullstack-dev-kit plugin — 10 skills, 2 commands, 6 agents, 3 hooks, 3 MCP servers shipped together

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 skills/theam/claude-dev-kit/e2e-generate
Any agent
npx skills add theam/claude-dev-kit --skill e2e-generate
Clone the repo
git clone --depth 1 https://github.com/theam/claude-dev-kit

Made for: Claude Code, Codex.

Or install fullstack-dev-kit, the plugin that ships this one along with the rest of its 10 skills, 2 commands, 6 agents, 3 hooks, 3 MCP servers.

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 e2e-generate

README.md
[![agentmods](https://agentmods.dev/badge/skills/theam/claude-dev-kit/e2e-generate.svg)](https://agentmods.dev/skills/theam/claude-dev-kit/e2e-generate)
Your own site
<a href="https://agentmods.dev/skills/theam/claude-dev-kit/e2e-generate"><img src="https://agentmods.dev/badge/skills/theam/claude-dev-kit/e2e-generate.svg" alt="Measured on agentmods" height="20"></a>
Per session 52 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 701 The whole file, excluding the scripts and references it only reads on demand.
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 $0.00052 $0.00701
Opus 5 $0.00026 $0.00351
Sonnet 5 $0.00010 $0.00140
Haiku 4.5 $0.00005 $0.00070

Measured 3d ago against content hash 448a47c51f45, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

e2e-generate 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 3d 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.

plugins/fullstack-dev-kit/skills/e2e-generate/SKILL.md · 36 lines

How it starts

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

E2E Test Generation

When a user story changes user-facing behavior and the project already does e2e, an existing e2e test must be updated or a new one created before the story is done. This skill is framework-agnostic — it uses whatever e2e stack the consuming repo already has, and never introduces a new one unprompted.

Adaptive gate (see instructions/testing-standards.md): if the repo has no e2e setup, this is a recommendation, not a blocker — report "no e2e setup; recommend adding one" (and offer to, if the user wants), and do not scaffold a framework. Only treat missing e2e as a hard failure when gates.e2e is required in .claude/dev-kit.json.

Process

  1. Identify the affected flow(s) from the story's acceptance criteria and the diff: which pages, routes, forms, and roles are involved.
  2. Discover the project's e2e framework and conventions first — before writing anything. If .claude/dev-kit.json names a stack, instructions/stacks/<id>.md lists the frameworks common for it as a starting hint. Then look for the config and test tree of whatever the repo actually uses (e.g. playwright.config.* + e2e/, cypress.config.* + cypress/, a Selenium/WebDriver test project, *.feature files for Cucumber, etc.) and reuse its existing page objects, fixtures, helpers, and app/API seeding or stubbing. Follow them exactly; do not introduce a new pattern or framework when one exists. If the repo has no e2e setup at all, say so and propose one that fits the stack instead of scaffolding silently.
  3. Prefer updating an existing test for the flow over creating a parallel one.
  4. Write the scenarios. Every generated suite must cover realistic edge cases, not just the happy path:
    • Empty states
    • API failures and timeouts
    • Validation errors
    • Role/permission differences where applicable
    • Navigation and back-flow behavior where applicable
  5. Run the tests with the project's e2e command (check the consuming repo's CLAUDE.md; e.g. npx playwright test <file>, npx cypress run, or the repo's WebDriver test command). Related e2e tests must pass before PR creation.

Read the full file on GitHub · 36 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. 3d ago First seen · 36 lines · 52 tokens per session scan A 448a47c51f45

Subscribe to this mod's changes

e2e-generate is a skill published in the GitHub repository theam/claude-dev-kit (11 stars, last pushed 3d ago), licensed Apache-2.0. It adds 52 tokens to every session and 701 once invoked, about $0.0003 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

verify-e2e-smoke

Playwright E2E smoke 설정, 앱별 smoke spec, 고정 포트, artifact upload 범위를 검증할 때 사용합니다.

TEAM-DONGCHIMI/DONGCHIMI-CLIENT · 36 tokens

use-agent-browser-for-airi

Test AIRI display-model imports with agent-browser across stage-tamagotchi Electron, stage-web, and stage-pocket mobile web layouts. Use when uploading and verifying contributor-supplied Live2D ZIP, VRM, or MMD ZIP/PMX/PMD files through AIRI's model selector, including onboarding bypass, format-specific import…

moeru-ai/airi · 87 tokens

agui-dotnet-cross-language-tests

Author cross-language interop tests that verify the AG-UI .NET SDK is wire-compatible with the TypeScript SDK — a Vitest TS client driving a C# CrossLanguage.TestServer over HTTP, both directions, including protobuf byte-parity against @ag-ui/proto. USE FOR: adding or modifying cross-language interop coverage…

ag-ui-protocol/ag-ui · 146 tokens

cli-e2e-testcase-writer

Use when adding or updating Go CLI E2E coverage for one tests/clie2e/{domain} domain of the compiled lark-cli, especially when the work requires live --help or schema exploration, scenario-based clie2e.RunCmd workflows, and per-domain coverage.md maintenance.

larksuite/cli · 78 tokens

harness-test-writer

Add regression test cases to the Bifrost provider harness (the Postman collection run via make run-provider-harness-test) based on a merged PR or a GitHub issue. Fetches the PR/issue, traces the affected wire path in the codebase, checks existing harness coverage, designs cases following harness conventions, inserts…

maximhq/bifrost · 133 tokens

develop-web-game

Use when Codex is building or iterating on a web game (HTML/JS) and needs a reliable development + testing loop: implement small changes, run a Playwright-based test script with short input bursts and intentional pauses, inspect screenshots/text, and review console errors with rendergametotext.

netease-youdao/LobsterAI · 64 tokens