claudex-e2e-skill

claudex-e2e-skill is a skill for Claude Code from caixiaoshun/claudex. It costs 42 tokens per session (106 once invoked), scanned A, original, GPL-3.0.

A testing workflow that responds only to the exact phrase “claudex e2e skill trigger” or a request for the claudex live skill sentinel. E2E means end-to-end testing of a complete user flow.

In plain words
What is it for?
Use it when a user asks for the named phrase-based trigger or the claudex live skill sentinel.
Why use it?
It gives those specific requests a defined way to invoke the related claudex testing skill.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

Good fit Use it when a user asks for the named phrase-based trigger or the claudex live skill sentinel.

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

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 claudex-e2e-skill

README.md
[![agentmods](https://agentmods.dev/badge/skills/caixiaoshun/claudex/claudex-e2e-skill.svg)](https://agentmods.dev/skills/caixiaoshun/claudex/claudex-e2e-skill)
Your own site
<a href="https://agentmods.dev/skills/caixiaoshun/claudex/claudex-e2e-skill"><img src="https://agentmods.dev/badge/skills/caixiaoshun/claudex/claudex-e2e-skill.svg" alt="Measured on agentmods" height="20"></a>
Per session 42 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 106 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.
Origin unknown 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.00042 $0.00106
Opus 5 $0.00021 $0.00053
Sonnet 5 $0.00008 $0.00021
Haiku 4.5 $0.00004 $0.00011

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

Security

Grade A, and why

claudex-e2e-skill 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 8d 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.

e2e-fixtures/claude-code-workspace/.claude/skills/claudex-e2e-skill/SKILL.md · 13 lines

The source is not reproduced here

Licensed GPL-3.0

The repository is licensed GPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

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. 8d ago First seen · 13 lines · 42 tokens per session scan A b95b84c9f7d4

Subscribe to this mod's changes

claudex-e2e-skill is a skill published in the GitHub repository caixiaoshun/claudex (11 stars, last pushed 5mo ago), licensed GPL-3.0. It adds 42 tokens to every session and 106 once invoked, about $0.0002 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

dogfood

Exploratory QA of web apps: find bugs, evidence, reports.

NousResearch/hermes-agent · 18 tokens

verify

Verify that a code change actually does what it's supposed to by exercising it end-to-end and observing behavior — drive the affected flow, not just tests or typecheck. Run before committing nontrivial changes; bootstraps this repo's project verify skill if none exists yet. Don't invoke it on a diff that only touches…

asgeirtj/system_prompts_leaks · 95 tokens

memstack-development-test-writer

Use this skill when the user says 'write tests', 'add tests', 'test coverage', 'unit tests', 'integration tests', 'component tests', 'mocking', 'edge cases', or needs to generate tests with proper mocking and edge case coverage. Do NOT use for refactoring plans or database migrations.

cwinvestments/memstack · 70 tokens

memstack-development-webapp-testing

Use when the user says 'write browser tests', 'test this page', 'playwright test', 'e2e test', 'end to end test', 'browser test', 'test the UI', or needs Playwright-based browser testing for a web application. Do NOT use for unit tests, API tests, or non-browser testing.

cwinvestments/memstack · 75 tokens

api-integration-test

Create, maintain, and run gated Go integration tests for internal APIs and service-to-service clients (HTTP/gRPC). Use for endpoint verification, contract checks with real runtime config, opt-in execution, timeout/retry safety, and integration failure triage in Go services.

johnqtcg/awesome-skills · 58 tokens

e2e-test

Design, maintain, and execute reliable end-to-end tests for critical user journeys with Agent Browser as first choice for exploration and Playwright as the preferred code path for suites and CI. Use for E2E strategy, journey coverage, flaky test triage, artifact collection, CI gating, regression prevention, and…

johnqtcg/awesome-skills · 70 tokens