Esdeveniments
Official@esdeveniments · Spain
Esdeveniments.cat és una iniciativa ciutadana per veure de manera fàcil i ràpida tots els actes culturals que es fan a Catalunya.
Agent Skills by Esdeveniments
Showing 15 vetted skills indexed across 1 GitHub repositories.
service-worker-updates
Update service worker caching by editing sw-template.js and running yarn prebuild.
filter-system-dev
Implement configuration-driven filter systems in config/filters.ts with FilterOperations.
pre-implementation-checklist
Enforce pre-implementation reviews to search for existing patterns and canonical locations.
security-headers-csp
Configure CSP and security headers for Next.js apps with host allowlisting.
react-nextjs-patterns
Codifies React 19 and Next.js 16 App Router best practices for server components and client boundaries.
testing-patterns
Standardize unit and E2E testing workflows with Vitest and Playwright.
env-variable-management
Synchronizes environment variables across code, SST config, workflows, and GitHub secrets.
type-system-governance
Enforce TypeScript type definitions in the /types directory during development and code reviews.
i18n-best-practices
Enforce i18n best practices for Next.js projects using next-intl.
code-review-evaluation
Evaluate external code-review suggestions against repository conventions.
url-canonicalization
Enforce URL canonicalization with middleware redirects and URL-building helpers in Next.js apps.
api-layer-patterns
Implement a three-layer API pattern for Next.js apps with HMAC signing.
data-validation-patterns
Validate external data against Zod schemas with safeParse fallbacks.
bundle-optimization
Minimize JavaScript bundle sizes and optimize image delivery in Next.js applications.
design-system-conventions
Enforce semantic design tokens and UI styling rules across frontend codebases.
Frequently Asked Questions About Esdeveniments
FAQPage SchemaWhat specific tasks are enabled by these architectural patterns?▼
These patterns enable standardized Next.js development, including HMAC-signed data layers, Zod-based schema validation, and rigorous URL canonicalization. They facilitate consistent frontend styling through semantic design tokens and ensure optimized bundle delivery for high-traffic cultural event platforms.
Which personas benefit from these development standards?▼
Frontend engineers, full-stack developers, and technical leads working within the Next.js ecosystem benefit from these standards. They are designed for teams requiring strict code governance, consistent type definitions, and reliable testing patterns for complex, data-driven web interfaces.
What are the prerequisites for implementing these patterns?▼
Implementation requires a Next.js environment, TypeScript, and familiarity with the App Router architecture. Projects must support Vitest and Playwright for testing, and utilize next-intl for internationalization, alongside Zod for runtime data validation and HMAC for secure communication layers.