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 agentmods add skills/anhtester/antigravity-testing-kit/framework_architectnpx skills add anhtester/antigravity-testing-kit --skill framework_architectgit clone --depth 1 https://github.com/anhtester/antigravity-testing-kitWhat 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 | $0.00040 | $0.02660 |
| Opus 5 | $0.00020 | $0.01330 |
| Sonnet 5 | $0.00008 | $0.00532 |
| Haiku 4.5 | $0.00004 | $0.00266 |
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.
Copies of this mod
1 near-identical copy found in the catalogue:
- Framework Architect — 100% identical, 0 lines differ
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 |
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.
- 2d ago First seen · 297 lines · 40 tokens per session scan A 9b731e963820
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.
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.…
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.
skills-smart-locator-agent
Skill sinh locator ổn định và dễ bảo trì cho UI automation, hỗ trợ Playwright, Selenium và Appium.
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.
quinn
Proves the system works by writing and executing comprehensive test suites.
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…