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 instructions/mrkanitkar/playwright-praman/copilot-instructionsgit clone --depth 1 https://github.com/mrkanitkar/playwright-pramanWrote 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.
[](https://agentmods.dev/instructions/mrkanitkar/playwright-praman/copilot-instructions)<a href="https://agentmods.dev/instructions/mrkanitkar/playwright-praman/copilot-instructions"><img src="https://agentmods.dev/badge/instructions/mrkanitkar/playwright-praman/copilot-instructions.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.03222 | $0.03222 |
| Opus 5 | $0.01611 | $0.01611 |
| Sonnet 5 | $0.00644 | $0.00644 |
| Haiku 4.5 | $0.00322 | $0.00322 |
Grade C, and why
playwright-praman copilot-instructions.md scanned grade C with 1 finding 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 5d 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.
Recursive force deletehighDestructive command
rm -rf with a variable or a broad path is one typo away from removing the wrong tree.
- No bash-only npm scripts — use Node.js built-ins (`fs.rmSync`, not `rm -rf`) How it starts
The opening of the file, as written. The whole thing — 285 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Praman v1.0 Copilot Instructions
Project
Agent-First SAP UI5 Test Automation Plugin for Playwright.
Single npm package playwright-praman with sub-path exports.
Ground-up rewrite — NO copy-paste from v2.5.0.
Architecture
- 5-layer architecture: Core → Bridge → Proxy → Fixtures → AI
- All modules ≤ 300 LOC (warning, not blocking)
- Layer dependency: lower layers NEVER import from higher layers
Agent Skills (Read Before Working)
Load the appropriate skill file based on the task:
| Task | Skill File |
|---|---|
| Architecture decisions, module boundaries | skills/playwright-praman-sap-testing/skills-architect.md |
| TypeScript implementation, proxy, bridge | skills/playwright-praman-sap-testing/skills-implementer.md |
| Test-driven development (TDD), RED-GREEN-REFACTOR | skills/playwright-praman-sap-testing/skills-tdd.md |
| Unit/integration tests, coverage | skills/playwright-praman-sap-testing/skills-tester.md |
| Playwright fixtures, selectors, matchers | skills/playwright-praman-sap-testing/skills-playwright-expert.md |
| SAP UI5 controls, FLP, OData, RecordReplay | skills/playwright-praman-sap-testing/skills-sap-ui5-expert.md |
| SAP UI5 Web Components, Shadow DOM, hybrid testing | skills/playwright-praman-sap-testing/skills-sap-ui5-webcomponents-expert.md |
| SAP Fiori consulting, E2E scenarios, auth testing | skills/playwright-praman-sap-testing/skills-sap-fiori-consultant.md |
| OData V2/V4 protocol, Gateway, mock strategies | skills/playwright-praman-sap-testing/skills-sap-odata-expert.md |
| PR review, quality gates | skills/playwright-praman-sap-testing/skills-reviewer.md |
| CI/CD, security, build, release | skills/playwright-praman-sap-testing/skills-security-build.md |
| Team overview, collaboration model | skills/playwright-praman-sap-testing/skills-team-overview.md |
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.
- 5d ago First seen · 285 lines · 3,222 tokens per session scan C 4d600bc227bf
playwright-praman copilot-instructions.md is an instructions file published in the GitHub repository mrkanitkar/playwright-praman (11 stars, last pushed yesterday), licensed Apache-2.0. It adds 3,222 tokens to every session, about $0.0161 per session on Opus 5. A static security scan graded it C with 1 finding (recursive force delete). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other instructions, from other repositories
playwright CLAUDE.md
Claude Code instructions for microsoft/playwright, covering monorepo packages, browser packages, tooling packages, key directories and build.
playwright copilot-instructions.md
Copilot instructions for microsoft/playwright, a project described as: Playwright is a framework for Web Testing and Automation. It allows testing Chromium, Firefox and WebKit with a single API.
playwright-mcp CLAUDE.md
Claude Code instructions for microsoft/playwright-mcp, covering commit convention, ... make changes .., summary, rolling playwright and preparing a release.
playwright-cli CLAUDE.md
Claude Code instructions for microsoft/playwright-cli, covering commit convention, ... make changes .. and summary.
playwriter AGENTS.md
Instructions for remorses/playwriter, covering backward compatibility, architecture, development, running mcp locally and running cli locally.
moli AGENTS.md
AGENTS.md instructions for lexmount/moli: Before committing changes that modify Rust source code or Rust build metadata (such as Cargo.toml, Cargo.lock, or rust-toolchain), run all of the following from the repository root and ensure they pass.