Agent skill · Security

market

Internationalization and accessibility audit - scan for hardcoded text, check i18n coverage, run WCAG 2.1 accessibility audit. Use when user says "go to market", "i18n check", "accessibility audit", "translation check", or wants to prepare app for international users.

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
npx skills add majiayu000/claude-skill-registry --skill market --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: none
Allowed tools: ReadEditGlobGrepTask
Path: skills/analysis/market/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Market Skill Prepare the application for international markets with i18n and accessibility checks. ## When to Use - Preparing for international launch - Adding new language support - Accessibility compliance check - Before major releases ## Workflow ### Step 1: i18n Scan 1. Search for hardcoded text in components: - JSX text content - Placeholder attributes - Title attributes - Alt text (check if translatable) 2. Check for i18n usage patterns: - `t()` or `useTranslation` hooks - Translation file coverage - Missing translation keys 3. Report hardcoded strings that need i18n ### Step 2: Launch i18n Translator Agent Spawn `i18n-locale-translator` agent to: - Extract hardcoded text - Create translation keys - Generate locale files (en, jp, etc.) - Update components with translation hooks ### Step 3: Accessibility Audit Launch `accessibility-auditor` agent for WCAG 2.1 Level AA: - Alt text on images - Color contrast ratios - Keyboard navigation - ARIA labels and roles - Form accessibility - Focus management ### Step 4: Update Audit Documents Update `_AUDIT/ACCESSIBILITY.md` with findings. ## Output Format ``` ## Market Readiness Check ### i18n Status - Hardcoded strings found: X - Tra

What's inside
Steps it walks through
  1. When to Use
  2. Workflow
  3. Step 1: i18n Scan
  4. Step 2: Launch i18n Translator Agent
  5. Step 3: Accessibility Audit
  6. Step 4: Update Audit Documents
  7. Output Format
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the market skill do?

Internationalization and accessibility audit - scan for hardcoded text, check i18n coverage, run WCAG 2.1 accessibility audit. Use when user says "go to market", "i18n check", "accessibility audit", "translation check", or wants to prepare app for international users.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill market --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going