Getting it into your agent
It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.
git clone --depth 1 https://github.com/ricneves-ai/flowgrammers-skillsnpx agentmods add skills/ricneves-ai/flowgrammers-skills/a11y-auditWrote 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/ricneves-ai/flowgrammers-skills/a11y-audit)<a href="https://agentmods.dev/skills/ricneves-ai/flowgrammers-skills/a11y-audit"><img src="https://agentmods.dev/badge/skills/ricneves-ai/flowgrammers-skills/a11y-audit/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/ricneves-ai/flowgrammers-skills/a11y-audit"><img src="https://agentmods.dev/badge/skills/ricneves-ai/flowgrammers-skills/a11y-audit.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00093 | $0.02827 |
| Opus 5 | $0.00046 | $0.01413 |
| Sonnet 5 | $0.00019 | $0.00565 |
| Haiku 4.5 | $0.00009 | $0.00283 |
Grade A, and why
a11y-audit 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 9d 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 — 214 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Auditoria de Acessibilidade
Skill de Auditoria e Remediação de Acessibilidade WCAG 2.2
Descrição
A skill a11y-audit fornece um pipeline completo de auditoria de acessibilidade para aplicações web modernas. Implementa um fluxo de trabalho em três fases — Escanear, Corrigir, Verificar — que identifica violações WCAG 2.2 Nível A e AA, gera código de correção preciso por framework e produz relatórios de conformidade prontos para partes interessadas.
Para cada violação encontrada, fornece o código de correção preciso antes/depois, adaptado ao seu framework (React, Next.js, Vue, Angular, Svelte ou HTML puro).
O que esta skill faz:
- Escaneia seu codebase em busca de todas as violações WCAG 2.2 Nível A e AA, categorizadas por severidade (Crítica, Maior, Menor)
- Corrige cada violação com padrões de código antes/depois específicos para o framework
- Verifica que as correções resolvem as violações originais e não introduzem regressões
- Reporta os resultados em formato estruturado adequado para desenvolvedores, PMs e partes interessadas em conformidade
- Integra em pipelines CI/CD para prevenir regressões de acessibilidade
Funcionalidades
| Funcionalidade | Descrição |
|---|---|
| Escaneamento WCAG 2.2 Completo | Verifica todos os critérios de sucesso Nível A e AA em seu codebase |
| Detecção de Framework | Detecta automaticamente React, Next.js, Vue, Angular, Svelte ou HTML puro |
| Classificação de Severidade | Categoriza cada violação como Crítica, Maior ou Menor |
| Geração de Código de Correção | Produz diffs de código antes/depois para cada problema |
| Verificador de Contraste de Cores | Valida pares de cores de primeiro e segundo plano contra as proporções AA e AAA |
| Relatórios de Conformidade | Gera relatórios para partes interessadas com resumos de aprovação/reprovação |
| Integração CI/CD | Configurações de pipeline para GitHub Actions, GitLab CI, Azure DevOps |
| Auditoria de Navegação por Teclado | Detecta gerenciamento de foco ausente e problemas de ordem de tabulação |
| Validação ARIA | Verifica atributos ARIA incorretos, redundantes ou ausentes |
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.
- 9d ago First seen · 214 lines · 93 tokens per session scan A eab505ebaac0
a11y-audit is a skill published in the GitHub repository ricneves-ai/flowgrammers-skills (112 stars, last pushed 3mo ago), licensed MIT. It adds 93 tokens to every session and 2,827 once invoked, about $0.0005 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-09-03.
Other skills, from other repositories
next-cache-components-optimizer
Drive a Next.js route to instant navigation by setting up an agentic loop, under Cache Components / PPR, on initial load (hard navigation) and client-side navigation (soft navigation). Encode the goal as a failing @next/playwright instant() e2e and work it to green, one verified route at a time; the shipped test then…
playwright-component-testing
Set up component testing with Playwright using a story gallery — scaffold stories and a gallery dev page driven by the built-in mount fixture, no dedicated component-testing runtime. Use when asked to test React or Vue components in isolation with Playwright, or to migrate off @playwright/experimental-ct-react / -vue.
next-partial-prefetching-optimizer
Optimize what selected Next.js client navigations include before the click under Partial Prefetching. Use after Cache Components and Partial Prefetching are adopted when the user wants selected URL-specific UI to be instant, wants reusable content to wait for navigation, or needs to choose between default, viewport…
screen-reader-testing
Test web applications with screen readers including VoiceOver, NVDA, and JAWS. Use when validating screen reader compatibility, debugging accessibility issues, or ensuring assistive technology support.
vscode-visual-regression
Write Storybook stories and visual regression tests for the Kilo VS Code extension webview UI.
break
Renders a component you choose in every state and scenario on a temporary page and stress tests it.