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 Try-catch-finally-awesome/e2e-skills-hub --skill generategit clone --depth 1 https://github.com/Try-catch-finally-awesome/e2e-skills-hubWrote 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/try-catch-finally-awesome/e2e-skills-hub/generate)<a href="https://agentmods.dev/skills/try-catch-finally-awesome/e2e-skills-hub/generate"><img src="https://agentmods.dev/badge/skills/try-catch-finally-awesome/e2e-skills-hub/generate/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/try-catch-finally-awesome/e2e-skills-hub/generate"><img src="https://agentmods.dev/badge/skills/try-catch-finally-awesome/e2e-skills-hub/generate.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.00036 | $0.01440 |
| Opus 5 | $0.00018 | $0.00720 |
| Sonnet 5 | $0.00007 | $0.00288 |
| Haiku 4.5 | $0.00004 | $0.00144 |
Grade A, and why
e2e-skills-hub: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 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 — 151 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/e2e-skills-hub:generate — 生成 Skills
用法
/e2e-skills-hub:generate
/e2e-skills-hub:generate --force
/e2e-skills-hub:generate --only e2e-code-tracer,e2e-testcase-generator
参数
| 参数 | 类型 | 必填 | 默认值 | 说明 |
|---|---|---|---|---|
--force |
boolean | 否 | false | 强制重新生成,覆盖已存在的 SKILL.md 文件(不提示确认) |
--only <skill-names> |
string(逗号分隔) | 否 | 全部 | 仅生成指定的 skills,可选值:e2e-orchestrator, e2e-code-tracer, e2e-testcase-generator, e2e-playwright-runner, e2e-error-fixer, e2e-report-generator |
执行步骤
步骤 1: 检查前置条件
-
查找已有的技术栈配置,按以下优先级搜索:
- 项目级:
{项目根目录}/.claude/skills/e2e/config/projects.yaml - 用户级:
~/.claude/skills/e2e/{项目名}/config/projects.yaml - 项目级配置文件:
{项目根目录}/.claude/e2e-skills-hub.yaml - 用户级配置文件:
~/.claude/e2e-skills-hub.yaml
- 项目级:
-
如果找不到任何技术栈配置:
错误: 未找到技术栈配置。请先运行 /e2e-skills-hub:init 进行初始化, 或使用 /e2e-skills-hub:config set 手动配置技术栈信息。终止执行。
-
读取并解析配置文件,提取
TechStackDetectionResult
步骤 2: 确定生成范围
-
如果指定了
--only参数:- 解析逗号分隔的 skill 名称列表
- 验证每个名称是否合法(必须是 6 个标准 skill 之一)
- 不合法的名称输出警告并跳过
-
如果未指定
--only,默认生成全部 6 个 skills -
确定输出目录(从配置中读取
storage.location)
步骤 3: 检查已有文件
-
检查输出目录中是否已存在 SKILL.md 文件:
Glob: {output_dir}/*/SKILL.md -
如果已有文件存在且未指定
--force:- 列出已存在的文件
- 提示用户确认覆盖:
以下 Skills 已存在,是否覆盖?(y/n) - 用户取消则终止
-
如果指定了
--force,直接覆盖不提示
步骤 4: 加载模板和 Partials
-
读取插件目录下的主模板:
Read: {插件目录}/templates/e2e-orchestrator.md.hbs Read: {插件目录}/templates/e2e-code-tracer.md.hbs ... (仅读取 --only 指定的模板) -
根据技术栈配置选择对应的 Partials:
- 后端:
partials/backend/{framework}.hbs - 前端:
partials/frontend/{framework}.hbs - ORM:
partials/orm/{orm}.hbs - 数据库:
partials/database/{database}.hbs - 测试:
partials/testing/{testFramework}.hbs
- 后端:
-
读取所有需要的 Partial 文件
步骤 5: 渲染模板
- 将技术栈检测结果构造为模板上下文数据
- 对每个待生成的主模板:
- 注册所需的 Partials
- 使用 Handlebars 渲染引擎执行渲染
- 生成最终的 SKILL.md 内容
步骤 6: 写入文件
- 确保输出目录存在:
Bash: mkdir -p {output_dir}/{skill-name}
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 · 151 lines · 36 tokens per session scan A 6191677aa96e
e2e-skills-hub:generate is a skill published in the GitHub repository Try-catch-finally-awesome/e2e-skills-hub (3 stars, last pushed 5mo ago), licensed MIT. It adds 36 tokens to every session and 1,440 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-31.
Other skills, from other repositories
dogfood
Systematically explore and test a mobile app on iOS/Android with agent-device to find bugs, UX issues, and other problems. Use when asked to dogfood, QA, exploratory test, find issues, bug hunt, or test this app on mobile.
test-warp-ui
Guides testing Warp UI features and changes using the computer use tool. Use this skill only when computer-use testing was requested (explicit request or accepted offer) and the computeruse tool is available to the agent. Covers launching Warp and verifying UI behavior.
test-electron-app
Drive the real running PostHog Electron app (live tRPC, workspace-server, real data) over CDP with agent-browser. Connect to the running app on port 9222, test desktop changes against a local Django stack, snapshot the accessibility tree, inspect network requests, and screenshot only when explicitly asked. Use when…
pyats-dynamic-test
Generate and execute deterministic pyATS aetest validation scripts - interface state, OSPF neighbors, BGP paths, ping matrices, and custom compliance tests. Use when writing a network test, validating post-change state, running pass/fail checks, or building automated regression tests.
test-loop
Plan, generate, and heal an executable E2E test suite from approved acceptance criteria (web and mobile).
playwright-cli
Automates browser interactions for testing and validating your own web applications using playwright-cli. Use when you need terminal-first browser control for navigation, form filling, screenshots, tracing, bound browser sessions, debugging, or generating Playwright test code. Only use against applications you own or…