Framework Architect

Framework Architect is a skill for Claude Code, Codex from anhtester/ClaudeCode_Playwright_Demo. It costs 40 tokens per session (2,660 once invoked), scanned A, a copy of Framework Architect, MIT.

A design and setup tool for building automated tests for websites, mobile apps, and APIs using Playwright, Selenium, or Appium. It creates the project structure and shared pieces needed to run and maintain those tests.

In plain words
What is it for?
Use it to start an automation framework, organize tests with common patterns, add test reports, create configuration files, or connect test runs to CI/CD systems that run checks automatically.
Why use it?
It removes the need to assemble the test project, configuration, browser or device setup, reports, and build-system integration 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/claudecode_playwright_demo/framework_architect
Any agent
npx skills add anhtester/ClaudeCode_Playwright_Demo --skill framework_architect
Clone the repo
git clone --depth 1 https://github.com/anhtester/ClaudeCode_Playwright_Demo

Made for: Claude Code, 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 Framework Architect

README.md
[![agentmods](https://agentmods.dev/badge/skills/anhtester/claudecode_playwright_demo/framework_architect.svg)](https://agentmods.dev/skills/anhtester/claudecode_playwright_demo/framework_architect)
Your own site
<a href="https://agentmods.dev/skills/anhtester/claudecode_playwright_demo/framework_architect"><img src="https://agentmods.dev/badge/skills/anhtester/claudecode_playwright_demo/framework_architect.svg" alt="Measured on agentmods" height="20"></a>
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 100% copy Near-identical to another mod 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 4d 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 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.

Origin

This is a copy

100% identical to Framework Architect — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.claude/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. 4d 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/ClaudeCode_Playwright_Demo (2 stars, last pushed 3mo 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. It is 100% identical to Framework Architect, differing in 0 lines, and is treated as a copy.

Related

Other skills, from other repositories

playwright-best-practices

Use when writing Playwright tests, fixing flaky tests, debugging failures, implementing Page Object Model, configuring CI/CD, optimizing performance, mocking APIs, handling authentication or OAuth, testing accessibility (axe-core), file uploads/downloads, date/time mocking, WebSockets, geolocation, permissions…

currents-dev/playwright-best-practices-skill · 214 tokens

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/antigravity-testing-kit · 40 tokens

Smart Locator Agent

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

anhtester/antigravity-testing-kit · 28 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

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/antigravity-testing-kit · 41 tokens