Skip to main content
Ejecuta cualquier Skill en Manus
con un clic
Repositorio de GitHub

cliqrelay

cliqrelay contiene 17 skills recopiladas de CliqRelay, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.

skills recopiladas
17
Stars
33
actualizado
2026-06-24
Forks
0
Cobertura ocupacional
3 categorías ocupacionales · 100% clasificado
explorador de repositorios

Skills en este repositorio

handlers-and-http
Desarrolladores de software

Implement HTTP handlers that parse requests, invoke use cases, and format responses following REST conventions.

2026-06-24
constants-configuration-pattern
Desarrolladores de software

Centralize all configuration constants — environment variables, cache keys — in the constants/ directory with strict naming and export conventions

2026-06-24
error-handling
Desarrolladores de software

Handle errors across the three tiers — HTTP/Drizzle layer rejection, service factory validation failure, and component-level try/catch with toast notifications

2026-06-24
factory-method-pattern
Desarrolladores de software

Implement the functional factory method pattern used across all service layers — the single most important architectural convention in this project

2026-06-24
form-handling
Desarrolladores de software

Build forms using TanStack Form with Zod — `formOptions`, `useForm` with `validators`, render-prop `form.Field`, and try/catch submission with toast errors

2026-06-24
functional-dependency-injection
Desarrolladores de software

Apply functional dependency injection where dependencies are passed as function parameters instead of constructor injection — enables trivial testability and loose coupling

2026-06-24
http-client-abstraction
Desarrolladores de software

Use @repo/api-client SDK hooks (preferred) or raw fetch directly in domain-specific HTTP implementations (extension app only) — no generic HTTP wrapper layer needed

2026-06-24
react-components
Desarrolladores de software

Use when writing, refactoring, or reviewing React components inside a TanStack Start application. Focuses on SOLID component design, composition, and correct use of loaders, server functions, and React Query for client-side state.

2026-06-24
react-query-cache-utilities
Desarrolladores de software

Use TanStack React Query with auto-generated hooks from @repo/api-client (preferred) or a centralized QueryKeys enum and cache utility for manual setup

2026-06-24
service-architecture
Desarrolladores de software

Structure every domain using @repo/api-client (preferred) or as three independent tiers — HTTP/Drizzle implementation, business logic factory, and wiring composition

2026-06-24
service-layer-composition
Desarrolladores de software

Wire factories to implementations at a single composition point — but the primary pattern uses @repo/api-client which needs no composition

2026-06-24
frontend
Desarrolladores de software

Reusable frontend patterns for React projects — covering forms, error handling, service architecture, state management, HTTP, validation, testing, and configuration conventions

2026-06-24
type-contract-architecture
Desarrolladores de software

Define TypeScript function signature types in each project's models/ folder — for domains not covered by @repo/api-client, these types act as contracts between service factories and their implementations

2026-06-24
unit-testing
Analistas de garantía de calidad de software y probadores

Write tests at two layers — server function tests with mocked api-client (preferred) or factory function tests with mocked dependencies

2026-06-24
zod-schema-validation
Desarrolladores de software

Use Zod schemas for runtime validation of form data — API response validation is handled by @repo/api-client which provides auto-generated Zod schemas

2026-06-24
zustand-state-management
Desarrolladores de software

Manage global application state using Zustand — each domain gets its own store file with typed state and actions, consumed via selector-based hooks

2026-06-24
typst
Redactores técnicos

Use this skill to write and generate documents using Typst, a markup-based typesetting system. Provides structured access to Typst's full reference documentation: tutorial chapters, language reference modules, and standalone pages for syntax, scripting, styling, and context.

2026-06-24