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/pramoddutta/qaskills/agents-mdgit clone --depth 1 https://github.com/PramodDutta/qaskillsWrote 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/pramoddutta/qaskills/agents-md)<a href="https://agentmods.dev/instructions/pramoddutta/qaskills/agents-md"><img src="https://agentmods.dev/badge/instructions/pramoddutta/qaskills/agents-md.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.02851 | $0.02851 |
| Opus 5 | $0.01425 | $0.01425 |
| Sonnet 5 | $0.00570 | $0.00570 |
| Haiku 4.5 | $0.00285 | $0.00285 |
Grade A, and why
qaskills AGENTS.md 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.
How it starts
The opening of the file, as written. The whole thing — 164 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md
This file provides guidance to Codex (Codex.ai/code) when working with code in this repository.
Project Overview
QASkills.sh is a QA skills directory for AI coding agents. It's a pnpm monorepo (pnpm 9.15.0, Node >= 20) using Turborepo for orchestration.
Common Commands
pnpm install # Install all dependencies
pnpm build # Build all packages (Turbo, respects dependency graph)
pnpm dev # Dev servers for all packages
pnpm test # Run tests across all packages (vitest)
pnpm lint # Lint all packages
pnpm format # Format with Prettier
pnpm format:check # Check formatting
# Run a single package
pnpm --filter @qaskills/cli test
pnpm --filter @qaskills/web dev
pnpm --filter @qaskills/shared build
# Run tests in watch mode
pnpm --filter @qaskills/cli test:watch
# Database (proxied to @qaskills/web)
pnpm db:push # Push schema to Neon Postgres (dev)
pnpm db:migrate # Run Drizzle migrations (prod)
pnpm db:seed # Seed 20 initial skills (tsx src/db/seed.ts)
pnpm db:studio # Open Drizzle Studio
# CLI testing after build
node packages/cli/dist/index.js <command>
Build order matters: @qaskills/shared must build before packages that depend on it (cli, sdk, web, skill-validator). Turbo handles this via "dependsOn": ["^build"]. After changing shared, rebuild it before restarting dependent dev servers.
Monorepo Layout
| Package | Path | Purpose |
|---|---|---|
@qaskills/shared |
packages/shared |
Types, constants, Zod schemas, SKILL.md parser (private, dependency of all others) |
@qaskills/cli |
packages/cli |
CLI tool — qaskills add/search/init/list/remove/publish (Commander.js + @clack/prompts) |
@qaskills/sdk |
packages/sdk |
Programmatic TypeScript SDK |
@qaskills/skill-validator |
packages/skill-validator |
Validates SKILL.md files against schema |
@qaskills/web |
packages/web |
Next.js 15 App Router dashboard + API |
| (standalone) | landingpage/ |
Separate Next.js 16 marketing site (not in pnpm workspace) |
| (data) | seed-skills/ |
20 seed QA skill definitions as SKILL.md files |
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.
- 4d ago First seen · 164 lines · 2,851 tokens per session scan A aec85315737a
qaskills AGENTS.md is an instructions file published in the GitHub repository PramodDutta/qaskills (214 stars, last pushed 4d ago), licensed MIT. It adds 2,851 tokens to every session, about $0.0143 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 instructions, from other repositories
true-skills AGENTS.md
Instructions for katalon-labs/true-skills, covering agents.md - katalon true platform skills, find your skill by role, skills (single source of truth: skills/), platform-setup and test-plan.
true-skills copilot-instructions.md
Instructions for katalon-labs/true-skills, covering katalon true platform - copilot instructions, skills and katalon mcp server.
rrweb-stack AGENTS.md
Instructions for Cubenest/rrweb-stack, covering project context for ai coding assistants, what the repo is, build, test & dev commands, planning context — the context/ convention and maintainer-only setup (do this once per fresh checkout).
rrweb-stack CLAUDE.md
Instructions for Cubenest/rrweb-stack, covering claude code and deploying the docs sites.
vibe-testing CLAUDE.md
Claude Code instructions for AishwaryShrivastav/vibe-testing, covering vibe test — code-aware browser testing agent, what this project does, architecture, mcp tools (13) and development.
hiveshare CLAUDE.md
Instructions for KB-perByte/hiveshare, covering hiveshare — claude.md, repo layout, build & run, key env vars (server) and naming: hive vs memory.