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.
Agent Claude Code
React lint specialist. Use proactively to scan, explain, and fix React and TypeScript ESLint errors (especially hooks and architecture rules) in the Client workspace.
Agent Claude Code
Analyze the import graph, prevent circular dependencies, and enforce SilverKey's layered architecture and platform parity rules.
Agent Claude Code
Fix post-audit architecture smells - fat app imports, harmful barrels, context-as-store, layout pulling half the app; align with layered imports and thin apps.
Agent Claude Code
Fix audit axis 1 issues - oversized components, mixed responsibilities; split UI, hooks, and data per thin-app architecture.
Agent Claude Code
Fix audit axis 2 issues - prop surface, typing, drilling; composition and stable contracts without kitchen-sink props.
Agent Claude Code
Fix audit axis 3 issues - state placement, derived data, effect misuse; align with React hooks and SilverKey data patterns.
Agent Claude Code
Fix audit axis 4 issues - unnecessary re-renders, unstable keys, context/value churn, list performance; evidence-driven memoization.
Agent Claude Code
Fix audit axis 5 and fat-import issues - tree-shaking, targeted imports, lazy routes and heavy modules; pairs with bundle visualizer.
Agent Claude Code
Analyze build/bundle configuration to reduce bundle size and improve tree-shaking and code splitting.
Agent Claude Code
Find and safely clean unused files, exports, utilities, and dependencies across the monorepo.