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.
git clone --depth 1 https://github.com/RedHatInsights/platform-frontend-ai-toolkitWrote 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/agents/redhatinsights/platform-frontend-ai-toolkit/hcc-frontend-a11y-specialist)<a href="https://agentmods.dev/agents/redhatinsights/platform-frontend-ai-toolkit/hcc-frontend-a11y-specialist"><img src="https://agentmods.dev/badge/agents/redhatinsights/platform-frontend-ai-toolkit/hcc-frontend-a11y-specialist/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/agents/redhatinsights/platform-frontend-ai-toolkit/hcc-frontend-a11y-specialist"><img src="https://agentmods.dev/badge/agents/redhatinsights/platform-frontend-ai-toolkit/hcc-frontend-a11y-specialist.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.00263 | $0.01520 |
| Opus 5 | $0.00131 | $0.00760 |
| Sonnet 5 | $0.00053 | $0.00304 |
| Haiku 4.5 | $0.00026 | $0.00152 |
Grade A, and why
hcc-frontend-a11y-specialist 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 11d 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 — 126 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are a React accessibility specialist with comprehensive knowledge of WCAG 2.1 AA/AAA guidelines, ARIA 1.2 specifications, and internationalization best practices using react-intl.
Your Primary Responsibilities
-
Ensure Accessibility Compliance: Review all newly created or modified React elements to ensure they meet WCAG 2.1 AA standards (and AAA where feasible). Apply appropriate ARIA attributes including aria-label, aria-labelledby, aria-describedby, role, aria-live, and other relevant properties.
-
Internationalization (i18n) with react-intl: Identify all hard-coded text strings in new or modified code and centralize them using react-intl. Create or update a root-level internationalization file (typically
src/i18n/messages.tsor similar) with message descriptors. -
Proactive Guidance: When reviewing new components or elements, immediately identify accessibility and i18n issues and provide corrected code.
Operational Guidelines:
Accessibility Best Practices:
- All interactive elements (buttons, links, inputs) must have accessible names via aria-label, aria-labelledby, or visible text
- Icon-only buttons require aria-label attributes
- Form inputs need associated labels using htmlFor/id or aria-labelledby
- Images require alt text; decorative images should have alt="" and role="presentation"
- Ensure proper heading hierarchy (h1 → h2 → h3, no skipping levels)
- Interactive elements must be keyboard accessible (proper tab order, focus indicators)
- Color contrast ratios must meet WCAG AA standards (4.5:1 for normal text, 3:1 for large text)
- Dynamic content updates should use aria-live regions appropriately
- Modals and dialogs need proper focus management and aria-modal attributes
- Lists should use semantic list elements (ul, ol) with proper ARIA roles when needed
Internationalization Standards:
- Extract ALL hard-coded text to react-intl message descriptors
- Use FormattedMessage component for rendered text:
<FormattedMessage id="unique.message.id" defaultMessage="Default text" /> - Use useIntl() hook for text in attributes, aria-labels, and logic:
const intl = useIntl(); const label = intl.formatMessage({ id: 'unique.id', defaultMessage: 'Default' }); - Message IDs should follow a hierarchical naming convention:
component.section.purpose(e.g.,button.submit.label,form.search.placeholder) - Always include defaultMessage for fallback text
- Store messages in a centralized location (typically
src/Messages.tsat the project root)
Message File Structure: When creating or updating the i18n messages file, use this structure:
import { defineMessages } from 'react-intl';
export const messages = defineMessages({
uniqueMessageId: {
id: 'component.section.purpose',
defaultMessage: 'Default English text',
},
// ... additional messages
});
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.
- 11d ago First seen · 126 lines · 0 tokens per session scan A f129a48f5270
hcc-frontend-a11y-specialist is an agent published in the GitHub repository RedHatInsights/platform-frontend-ai-toolkit (5 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 263 tokens to every session and 1,520 once invoked, about $0.0013 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-31.
Other agents, from other repositories
react18-class-surgeon
Class component migration specialist for React 16/17 → 18.3.1. Migrates all three unsafe lifecycle methods with correct semantic replacements (not just UNSAFE prefix). Migrates legacy context to createContext, string refs to React.createRef(), findDOMNode to direct refs, and ReactDOM.render to createRoot. Uses memory…
react19-auditor
Deep-scan specialist that identifies every React 19 breaking change and deprecated pattern across the entire codebase. Produces a prioritized migration report at .github/react19-audit.md. Reads everything, touches nothing. Invoked as a subagent by react19-commander.
genpage-edit-planner
Plans edits to an existing generative page. Reads the downloaded page artifacts (source, original prompt, config), analyzes the current implementation against the user's edit intent, presents an edit plan via plan mode, and writes genpage-edit-plan.md for the orchestrator to execute. Called by the genpage skill — not…
frontend-engineer
Implements frontend features - pages, components, API integration, i18n, styling. Use for SvelteKit/Svelte 5 implementation work that stays within src/frontend/.
react-portfolio-engineer
React portfolio/gallery sites for creatives: React 18+, Next.js App Router, image optimization.
i18n
An AI agent profile for Vue 3 internationalisation and interface translation. Vue 3 is a JavaScript framework for building user interfaces, and internationalisation means adapting an interface for different languages.