Skill Claude CodeCodex
Place new SilverKey prose in documentation/ only; never create repo-root docs/. Run placement and link checks before claiming done. Use when adding or moving markdown guides, README indexes, or fixing broken doc links.
Skill Claude CodeCodex
Place new SilverKey prose in documentation/ only; never create repo-root docs/. Run placement and link checks before claiming done. Use when adding or moving markdown guides, README indexes, or fixing broken doc links.
Skill Claude CodeCodex
Ensures translation keys used in feature components resolve to human-friendly copy via typed feature translation modules under Client/packages/features//types/translations.ts. Use when UI shows raw i18n keys, or when adding new t(\"feature.\") keys that need corresponding user-facing text.
Skill Claude CodeCodex
Choose the correct platform file extension (.tsx vs .web.tsx) when creating or renaming files under apps/web. Use when adding new files under apps/web, deciding whether to use .web, or when the user asks about platform extensions.
Skill Claude CodeCodex
After a major feature or architecture change, update canonical documentation under documentation/, Cursor rules (.mdc), skills, and the cursor audit inventory. Use when the user ships cross-cutting routing, workspace/auth, OpenAPI, or monorepo structure changes and must keep agents and humans aligned.
Skill Claude CodeCodex
Converts React (Web) components to production-ready React Native components. Preserves separated business logic in .ts files; converts only JSX/UI and view logic. Use when migrating a Web component to React Native, converting .tsx/.jsx to RN, or when the user says "migrate this file" in a React Native context.
Skill Claude CodeCodex
@../../../.cursor/skills/remove-unused-files/SKILL.md.
Skill Claude CodeCodex
Resolves ESLint violations from the layouts-justification rule by either consolidating files or documenting legitimate layout pattern exceptions.
Skill Claude CodeCodex
Resolves ESLint violations from the primitives-justification rule by either consolidating files or documenting legitimate UI primitive exceptions.
Skill Claude CodeCodex
Resolves ESLint violations from the variants-justification rule by either consolidating files or documenting legitimate technology swap exceptions.
Skill Claude CodeCodex
Apply SilverKey responsive UI standards (web Tailwind + React Native/NativeWind) across seven area passes; use when auditing mobile/tablet/desktop layout, overflow, safe area, keyboard, or touch targets. Follow documentation/guides/responsive-ui-standards.md and .cursor/rules/frontend/responsive-ui.mdc.
Skill Claude CodeCodex
Reworks a folder with too many files by grouping some into subfolders, then updates all imports within those files and everywhere that references them. Use when the user asks to reorganize a folder, split a directory, group files into subfolders, or reduce clutter in a file-heavy directory.
Skill Claude CodeCodex
Runs the repo's unified linter script (fix phase then linters) and reports output. Use when the user asks for linter errors, lint status, run linters, check lint, fix lint, or to see what's failing in the build.
Skill Claude CodeCodex
Scans the Client codebase for import and module resolution errors, categorizes them, and applies fixes following project architecture. Use when the user asks to fix import errors, resolve module not found, fix broken imports after refactors, or run an import-error subagent.
Skill Claude CodeCodex
Parallel read-only subagent workflow to find duplicated or misplaced feature utilities, consolidate into packages/utils or packages/schemas, and use ESLint silverkey/no-cross-feature-utils-imports. Use when deduplicating helpers, fixing cross-feature imports, or running utility consolidation passes.
At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: