phaserjs-tinyswords: Skill for Codex

.codex/skills/frontend-testing/SKILL.md

frontend-testing is a skill for Codex from chongdashu/phaserjs-tinyswords. It costs 62 tokens per session (1,884 once invoked), scanned A, original, no licence file.

A skill for planning, writing, and debugging frontend tests. It covers tests that check individual units, connected features, full browser flows, visual output, and accessibility.

In plain words
What is it for?
Working with Playwright, Cypress, Vitest, Jest, or React Testing Library; stabilising CI; and testing Phaser canvas or WebGL games with repeatable inputs and screenshot or state checks.
Why use it?
It helps developers investigate unreliable tests and make frontend test runs more dependable in continuous integration.

Skill for Codex

Written for Codex: installed under .codex/.

This is chongdashu/phaserjs-tinyswords's own configuration. It tells Codex how to work on phaserjs-tinyswords itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything phaserjs-tinyswords configures →

Reuse

Borrowing it

Nothing to install: this file belongs to chongdashu/phaserjs-tinyswords. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/chongdashu/phaserjs-tinyswords/main/.codex/skills/frontend-testing/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/chongdashu/phaserjs-tinyswords

Made for: Codex.

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 frontend-testing

README.md
[![agentmods](https://agentmods.dev/badge/skills/chongdashu/phaserjs-tinyswords/frontend-testing.svg)](https://agentmods.dev/skills/chongdashu/phaserjs-tinyswords/frontend-testing)
Your own site
<a href="https://agentmods.dev/skills/chongdashu/phaserjs-tinyswords/frontend-testing"><img src="https://agentmods.dev/badge/skills/chongdashu/phaserjs-tinyswords/frontend-testing.svg" alt="Measured on agentmods" height="20"></a>
Per session 62 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,884 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00062 $0.01884
Opus 5 $0.00031 $0.00942
Sonnet 5 $0.00012 $0.00377
Haiku 4.5 $0.00006 $0.00188

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

Security

Grade A, and why

frontend-testing 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 6d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/imgdiff.py, scripts/with_server.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

.codex/skills/frontend-testing/SKILL.md · 152 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Files

What ships with it

5 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 6d ago First seen · 152 lines · 62 tokens per session scan A a0c2c4e48000

Subscribe to this mod's changes

frontend-testing is a skill published in the GitHub repository chongdashu/phaserjs-tinyswords (37 stars, last pushed 7mo ago), with no licence file. It adds 62 tokens to every session and 1,884 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

frontend-testing

Comprehensive frontend testing strategy covering unit, integration, E2E, visual regression, and accessibility testing.

cosmicstack-labs/mercury-agent-skills · 23 tokens

test-implement

Implements React/TypeScript unit, integration, and browser E2E tests with the repository's configured runner, mocks, setup, and browser harness. Use when creating or completing frontend tests and generated test skeletons.

shinpr/claude-code-workflows · 48 tokens

angular-testing

Write unit and integration tests for Angular v20+ applications using Vitest or Jasmine with TestBed and modern testing patterns. Use for testing components with signals, OnPush change detection, services with inject(), and HTTP interactions. Triggers on test creation, testing signal-based components, mocking…

Kilo-Org/kilo-marketplace · 94 tokens

angular-testing

Testing Angular 18-21: TestBed, component harnesses (@angular/cdk/testing), Karma+Jasmine (default historical) vs Jest (jest-preset-angular, modern), Angular Testing Library (RTL-style). HttpClient mocking via HttpTestingController. NgRx Effects testing. Cypress / Playwright e2e. Use this skill to: Detect runner…

AratKruglik/claude-sdlc · 185 tokens

react-testing

Testing React SPAs: React Testing Library + Vitest/Jest for components and hooks, msw for network mocks, Playwright/Cypress for e2e. Query priority, user events, async assertions, mocking patterns. Use this skill to: Pick the right runner (Vitest vs Jest) and setup. Write component tests with RTL using accessible…

AratKruglik/claude-sdlc · 154 tokens

vue-testing

Testing Vue 3 SPAs: Vitest + @vue/test-utils, RTL-style alternatives, Pinia testing via createTestingPinia, composable testing, msw for network mocks, Cypress component testing, Playwright e2e. Use this skill to: Set up Vitest for Vue 3 with jsdom + @vue/test-utils. Pick mount vs shallowMount. Test components by…

AratKruglik/claude-sdlc · 155 tokens