setup

setup is a command for coding agents from rungchan2/frontend-skills. It costs 0 tokens per session (196 once invoked), scanned A, original, Apache-2.0.

A command that creates the folder structure and starter files for end-to-end testing. End-to-end testing checks a complete user flow through the running application.

In plain words
What is it for?
Use `/setup` to create `.e2e/`, scenario and result folders, setup and credential templates, and the related `.gitignore` entries.
Why use it?
It avoids manually creating the test folders and setup templates. It also checks that credentials and test-result files are kept out of the wrong places.

Command

Part of the e2e-testing plugin — 1 skill, 2 commands, 1 agent 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 commands/rungchan2/frontend-skills/setup
Clone the repo
git clone --depth 1 https://github.com/rungchan2/frontend-skills

Or install e2e-testing, the plugin that ships this one along with the rest of its 1 skill, 2 commands, 1 agent.

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 setup

README.md
[![agentmods](https://agentmods.dev/badge/commands/rungchan2/frontend-skills/setup.svg)](https://agentmods.dev/commands/rungchan2/frontend-skills/setup)
Your own site
<a href="https://agentmods.dev/commands/rungchan2/frontend-skills/setup"><img src="https://agentmods.dev/badge/commands/rungchan2/frontend-skills/setup.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 196 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.00000 $0.00196
Opus 5 $0.00000 $0.00098
Sonnet 5 $0.00000 $0.00039
Haiku 4.5 $0.00000 $0.00020

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

Security

Grade A, and why

setup 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 4d 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.

skills/e2e-testing/skills/e2e-testing/commands/setup.md · 18 lines

What it actually says

E2E 테스트 환경 세팅

.e2e/ 폴더 구조를 scaffold로 생성합니다.

실행

  1. .e2e/ 디렉토리 생성
  2. .e2e/scenarios/ 디렉토리 생성
  3. .e2e/results/ 디렉토리 생성 (.gitkeep 포함)
  4. .e2e/init.md 템플릿 생성 (환경 설정만)
  5. .e2e/credentials.md 템플릿 생성 (계정 정보)
  6. .gitignore.e2e/credentials.md.e2e/results/ 추가 확인. 누락 시 추가.
  7. 유저에게 .e2e/credentials.md를 직접 채우라고 안내

템플릿 내용은 e2e-testing 스킬의 references/templates.md를 참조하세요.

$ARGUMENTS

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. 4d ago First seen · 18 lines · 0 tokens per session scan A f3d9e65c2a90

Subscribe to this mod's changes

setup is a command published in the GitHub repository rungchan2/frontend-skills (2 stars, last pushed 4mo ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 196 tokens. 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.