con un clic
minimalblock
minimalblock contiene 12 skills recopiladas de ofcskn, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.
Skills en este repositorio
Automatically internationalize React components in the minimalblock app for Turkish (tr) and English (en). Detects static text, generates keys, adds translations to both locale files, and replaces hardcoded strings with t() calls. No static text allowed — only i18n.
Write and maintain unit tests for React components (libs/ui), feature hooks (libs/features), domain logic (libs/core), and AI prompt builders (libs/ai). Covers rendering, interaction, performance guards, and input validation. Use after every UI, hook, or domain change.
Expert in Google Gemini multimodal API integration for the 3D generative media app. Handles prompt engineering, image-to-3D conversion pipelines, token budgeting, error handling, and response parsing in libs/ai.
Manage and extend the Nx workspace for the 3D media app. Use for adding libs, configuring targets, fixing project graph issues, adjusting tsconfig paths, and running tasks correctly.
Audit and optimise frontend performance for the 3D media app. Covers Vite bundle analysis, 3D asset loading, route code-splitting, image optimisation, and Supabase query performance. Use for slow pages, heavy bundles, or poor loading experience.
Strategic authority for the 3D Generative Media App. Translates ambiguous requests into scoped product decisions, milestone cuts, acceptance criteria, and implementation priorities aligned with the 2-day sprint constraint.
Design and implement Supabase schema, migrations, Storage configuration, and typed client usage for the 3D media app. Use for new tables, views, RPC functions, storage buckets, and migration authoring.
Review and harden Supabase RLS policies, storage access policies, auth configuration, SQL function privileges, and schema exposure for the 3D media app. Use for any auth-sensitive migration, policy design, or security audit.
Coordinate and enforce unit testing across all layers of the minimalblock workspace. Use when new code is written, a bug is fixed, a migration lands, or a feature is complete. Delegates to frontend-unit-tester and database-unit-tester as needed.
Build and maintain the React + Vite + Tailwind CSS web app at apps/web. Use for feature pages, routing, component wiring, state management, and integrating libs/features and libs/ui into the app shell.
Create and maintain technical documentation for the 3D generative media app — README, architecture docs, API contracts, contribution guides, and skill reference pages. Use when docs are missing, outdated, or need restructuring.
Write and maintain integration tests for Supabase repositories (libs/data), RLS policies, schema migrations, and storage access rules. Tests run against a local Supabase instance. Use after every migration, repository change, or RLS policy update.