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 skills add andregusman-raiz/a-gusman-claude --skill ag-7-qualidadegit clone --depth 1 https://github.com/andregusman-raiz/a-gusman-claudeWrote 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/skills/andregusman-raiz/a-gusman-claude/ag-7-qualidade)<a href="https://agentmods.dev/skills/andregusman-raiz/a-gusman-claude/ag-7-qualidade"><img src="https://agentmods.dev/badge/skills/andregusman-raiz/a-gusman-claude/ag-7-qualidade/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/andregusman-raiz/a-gusman-claude/ag-7-qualidade"><img src="https://agentmods.dev/badge/skills/andregusman-raiz/a-gusman-claude/ag-7-qualidade.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 1 finding, up to medium
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- medium Excessive Agency · line 4 Skill selects an external model or provider that may use a different account or billing plan than the operator expects. Undisclosed model switches can cause unexpected cost or quota consumption.Fix: Remove the model/provider override or disclose it prominently and require explicit operator approval before invoking an external coding CLI or billed model.
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.1 | $0.00062 | $0.00764 |
| Opus 5 | $0.00031 | $0.00382 |
| Sonnet 5 | $0.00012 | $0.00153 |
| Haiku 4.5 | $0.00006 | $0.00076 |
Grade A, and why
ag-7-qualidade 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 12d 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 — 68 lines — stays where its author put it; the contents beside it link to each section on GitHub.
QUALIDADE — Maquina Autonoma de Qualidade (MERIDIAN)
Invocacao
/qualidade https://app.example.com
/qualidade ~/Claude/GitHub/raiz-platform
/qualidade https://app.example.com --threshold 90
/qualidade --audit-only https://app.example.com
/qualidade --resume
O que faz
Delega para ag-meridian (MERIDIAN) — a maquina autonoma de QA com 5 fases:
- PRE-FLIGHT: Detecta modo (URL vs local), verifica recursos
- SCOUT: Descobre app, mapeia rotas, detecta auth
- SIEGE: Testa 5 dimensoes (ALIVE, REAL, WORKS, LOOKS, FEELS)
- FORGE: Corrige bugs encontrados (ciclo convergente)
- DELIVER: Quality Certificate, baselines, Fix PR
Convergencia: MQS >= threshold (default 85). Max 5 ciclos.
Implementacao
Este skill delega diretamente para ag-meridian:
Agent({
subagent_type: "ag-meridian",
prompt: "[input completo do usuario]",
model: "fable", // model-fallback:managed
run_in_background: true
})
Toda a logica, state management e convergencia estao em ag-meridian.
Regras Criticas de Verificacao (feedback SophiA — 21 PRs)
O MERIDIAN DEVE seguir estas regras aprendidas de falhas reais:
- NUNCA declarar fix completo baseado em build/typecheck — reproduzir bug via Playwright
- Presenca != Corretude — "pagina tem dados" nao significa "dados corretos"
- API 200 != E2E funcional — tracar dados: API → adapter → state → DOM
- Snapshot estatico != Teste — se nao houve click/select/type, feature NAO foi testada
- Testar interacoes adjacentes — mudar filtro, trocar tab, selecionar outro item apos fix
Regra PDF → Markdown (obrigatoria — economia de tokens)
Qualquer PDF consumido por esta machine DEVE ser convertido ANTES via markitdown:
bash ~/Claude/.claude/scripts/pdf2md.sh <arquivo.pdf> → Read/Grep no .md gerado (cache automatico).
NUNCA Read direto de .pdf para extrair texto. Excecao visual (layout/slides): converter primeiro, Read multimodal depois. Enforcement: hook pdf-read-guard.sh. Detalhes: .claude/rules/pdf-markitdown.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.
- 12d ago First seen · 68 lines · 62 tokens per session scan A 7a4fc0d34d7c
ag-7-qualidade is a skill published in the GitHub repository andregusman-raiz/a-gusman-claude (19 stars, last pushed 3d ago), licensed MIT. It adds 62 tokens to every session and 764 once invoked, about $0.0003 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
figma-to-react-workflow
Orchestrates end-to-end Figma-to-React conversion pipeline with enforced TDD, automated pixel-diff visual QA, E2E testing, and app-type awareness (web apps, Chrome extensions, PWAs). Keywords: Figma to React, design tokens, autonomous component generation, Figma conversion, Tailwind config, component library, TDD…
react-accessibility
Accessibility patterns for React applications. Covers ARIA patterns for common components, eslint-plugin-jsx-a11y, keyboard navigation, focus management, screen reader testing, color contrast validation, and accessible forms. Keywords: accessibility, a11y, WCAG, ARIA, keyboard navigation, screen reader, focus…
tdd-from-figma
Writes failing tests FIRST from Figma structure and the design token lockfile, then implementation makes them pass. Per-component TDD cycle using exact values from design-tokens.lock.json. App-type-aware: generates Chrome extension, PWA, and web app test templates. Keywords: TDD, test-driven development, Figma tests…
react-testing-workflows
Testing strategy and execution for React applications. Covers Vitest configuration, React Testing Library patterns, custom hook testing, Playwright E2E, Storybook stories and play functions, and coverage reporting. Keywords: test, vitest, testing library, playwright, storybook, coverage, unit test, integration test…
create-pi-web-extension
Como criar/extender extensões web no pi com arquitetura determinística, segurança mínima e testes automatizados (smoke + e2e via pi-test-harness).
visual-qa
Rigorous visual QA for any UI you built or changed, across BOTH web/page UIs and TUI/terminal UIs. MUST USE after building or changing any UI to verify it visually before declaring it done. Captures objective reference evidence with a bundled diff script (image-diff for screenshots, tui-check for terminal captures)…