Works with the AI tools you already use

    Claude CodeClaude CodeCursorCursorCodex CLICodex CLIGitHub CopilotGitHub CopilotGemini CLIGemini CLI+20 more

    Bilingual Architecture Guard

    1

    Enforce a strict, hardcoding-free, bilingual-first architecture for React and TypeScript projects.

    $5

    Secure checkout via Stripe

    30-day refund guarantee

    Converts to your local currency at checkout

    0 installsSecurity scanned
    Bilingual Architecture Guard

    Bilingual Architecture Guard

    Example session with this skill installed

    Add a 'Submit' button to the contact form with a primary blue background and 16px padding. Make sure it works for our English and Arabic users.

    • Read your context and instructions
    • Compiled the bilingual architecture guard
    • Generated the UI component
    1. Added contact.form.submit to en.json and ar.json.
    2. Verified tokens.color.primary.main and tokens.spacing.md exist.
    3. Implemented: <Button sx={{ p: tokens.spacing.md, bg: tokens.color.primary.main }}>{t('contact.form.submit')}</Button>
    4. Confirmed no hardcoded px or hex values.

    bilingual-architecture-guard.tsx

    TSX · React component

    Generated

    Example file from a real run - the skill writes it into your workspace.

    Connects securely to your tools. The creator never sees your data.

    What you get

    Eliminate hardcoded hex colors and spacing values in UI components.Ensure every new feature is localized in all languages before the first commit.Consolidate status strings and enums into a single source of truth.Automate the enforcement of design system tokens across the codebase.

    About this skill

    The problem

    Most AI agents write UI code with hardcoded strings and magic numbers, making localization and theme updates a manual nightmare. Developers often end up with scattered hex codes, duplicated status strings, and "English-first" codebases that require extensive refactoring to support new languages.

    What it does

    • Enforces a strict single-source-of-truth (SSOT) architecture for all UI values.
    • Prevents hardcoded hex colors, pixel values, and status strings from entering the codebase.
    • Requires all user-facing strings to be added to all supported locale files simultaneously.
    • Mandates sentence-case text in source files to keep styling logic in CSS.
    • Verifies that RTL/LTR logic is driven by locale rather than manual CSS overrides.

    Frameworks & tools

    React, Next.js, TypeScript, i18next, Tailwind CSS, and standard Design System token architectures.

    Why this beats prompting it yourself

    Simple prompts often fail to catch "temporary" hardcoding or missing keys in secondary locale files. This skill embeds a rigid workflow that stops feature work until the underlying tokens and translations are defined, ensuring 100% architectural compliance without manual audits.

    Use cases

    • Initializing a new multi-tenant or multi-lingual SaaS project.
    • Refactoring a legacy component library to use a central design system.
    • Onboarding AI agents to high-compliance codebases where hardcoding is a linting failure.
    • Scaling a React application from a single language to global support.

    Known limitations

    Assumes the existence of a translation function like t() and central token files. If these are missing, the skill will require their creation before proceeding with UI tasks.

    How to install

    Works the same in every agent - Claude, Cursor, Codex, Copilot and 20+ more.

    ~30 seconds
    1. 1

      Download the ZIP

      Free skills download straight away. Paid skills unlock right after purchase.

    2. 2

      Unzip into your skills folder

      Every agent reads skills from one folder on your machine. Drop the unzipped folder in there.

    3. 3

      Ask your agent to use it

      Restart the agent if it was already running. It picks the skill up automatically - no config needed.

    Skills folder by agent

    Click the path to copy it. Create the folder if it does not exist yet.

    Reviews

    No reviews yet

    Be one of the first to try it. Every listed skill passes our trust checks below.

    Security scanned

    Passed our 8-point scan before listing

    Fresh listing

    Recently published to Agensi

    30-day refund

    Not a fit? Get your money back

    Trust & safety

    Security scanned

    Verified clean 1 month ago

    • Passed all security checks, Safe to install

    Listed1 month ago

    What's inside

    Frequently Asked Questions