Framework Architect

A framework-design and project-scaffolding guide for automated tests across websites, mobile apps, and APIs, using tools such as Playwright, Selenium, and Appium. It covers project structure, shared code, settings, reports, and continuous integration.

In plain words
What is it for?
Use it to start or standardize an automation framework, generate page-object templates and helpers, configure test runners and build files, add reports, and connect tests to CI/CD systems.
Why use it?
It helps create a consistent test project without assembling its folders, configuration, browser or device handling, reporting, and build automation from scratch.

Skill for Claude CodeCodex

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/anhtester/antigravity-testing-kit/framework_architect
Any agent
npx skills add anhtester/antigravity-testing-kit --skill framework_architect
Clone the repo
git clone --depth 1 https://github.com/anhtester/antigravity-testing-kit

Made for: Claude Code, Codex.

Per session 40 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,660 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.00040 $0.02660
Opus 5 $0.00020 $0.01330
Sonnet 5 $0.00008 $0.00532
Haiku 4.5 $0.00004 $0.00266

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

Security

Grade A, and why

Framework Architect 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 2d 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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

.agent/skills/framework_architect/SKILL.md · 297 lines

How it starts

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

Framework Architect

Description

Skill chuyên biệt giúp agent thiết kế, scaffold và triển khai automation framework từ đầu. Hỗ trợ đa nền tảng (Web, Mobile, API) với các framework phổ biến nhất.

Agent có thể:

  • Thiết kế project structure theo best practices
  • Sinh base classes, config management, driver/browser management
  • Tích hợp reporting (Allure, HTML Report, Playwright Report)
  • Cấu hình CI/CD pipeline (GitHub Actions, GitLab CI, Jenkins)
  • Sinh template Page Object Model, fixtures, helpers
  • Tạo file cấu hình (package.json, pom.xml, build.gradle, playwright.config.ts)

When to Use

Sử dụng skill này khi:

  • User yêu cầu tạo/thiết kế automation framework mới
  • User cần scaffold project structure cho test automation
  • User muốn chuẩn hóa framework hiện tại
  • User cần tích hợp reporting hoặc CI/CD vào framework
  • User hỏi về best practices cho framework design

Trigger keywords: "create framework", "design framework", "scaffold project", "thiết kế framework", "tạo project mới"


Supported Stacks

🌐 Web Automation

Stack Ngôn ngữ Runner Report Build Tool
Playwright + TypeScript TypeScript Playwright Test HTML Report, Allure npm
Playwright + Java Java TestNG / JUnit5 Allure Report Maven / Gradle
Playwright + Python Python Pytest Allure, pytest-html pip
Selenium + Java Java TestNG Allure, ExtentReports Maven / Gradle
Selenium + Python Python Pytest Allure, pytest-html pip

📱 Mobile Automation

Stack Ngôn ngữ Runner Report Build Tool
Appium + Java Java TestNG Allure, ExtentReports Maven / Gradle
Appium + Python Python Pytest Allure, pytest-html pip

🔌 API Automation

Stack Ngôn ngữ Runner Report
REST Assured Java TestNG Allure
Playwright API TypeScript Playwright Test HTML Report
Requests + Pytest Python Pytest Allure

Read the full file on GitHub · 297 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. 2d ago First seen · 297 lines · 40 tokens per session scan A 9b731e963820

Subscribe to this mod's changes

Framework Architect is a skill published in the GitHub repository anhtester/antigravity-testing-kit (131 stars, last pushed 1mo ago), licensed MIT. It adds 40 tokens to every session and 2,660 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

keploy-e2e-test

End-to-end verification of a change to keploy/keploy using keploy's own record/replay against a real sample application. Use whenever the user asks to test a change, verify a fix, prove that a modification works in practice, add e2e coverage for a PR, reproduce a bug against a sample app, or wire a behavior into CI.…

keploy/keploy · 118 tokens

skills-framework-architect

Skill thiết kế và scaffold automation framework hoàn chỉnh cho Playwright, Selenium, và Appium — bao gồm project structure, base classes, config management, reporting, và CI/CD integration.

anhtester/claude-testing-kit · 42 tokens

skills-smart-locator-agent

Skill sinh locator ổn định và dễ bảo trì cho UI automation, hỗ trợ Playwright, Selenium và Appium.

anhtester/claude-testing-kit · 30 tokens

skills-qa-automation-engineer

Skill hỗ trợ agent thực hiện các tác vụ QA automation testing bao gồm generate test cases, automation scripts, API tests, locators, phân tích flaky tests, và tạo test data.

anhtester/claude-testing-kit · 45 tokens

quinn

Proves the system works by writing and executing comprehensive test suites.

sickn33/agentic-awesome-skills · 16 tokens

browser-testing-with-devtools

Tests in real browsers via Chrome DevTools MCP. Use when building or debugging anything that runs in a browser. Use when you need to inspect the DOM, capture console errors, analyze network requests, profile performance, or verify visual output with real runtime data. Requires the chrome-devtools MCP server to be…

addyosmani/agent-skills · 68 tokens