Esdeveniments avatar

Esdeveniments

Official

@esdeveniments · Spain

0Followers
|
2Public Repos
|
15Published Skills

Esdeveniments.cat és una iniciativa ciutadana per veure de manera fàcil i ràpida tots els actes culturals que es fan a Catalunya.

Skills Distribution
DomainDeveloper To...Frontend Architect.. (40%)Code Governance (30%)Performance Optimi.. (30%)

Agent Skills by Esdeveniments

Showing 15 vetted skills indexed across 1 GitHub repositories.

EsdevenimentsEsdeveniments
2

service-worker-updates

Update service worker caching by editing sw-template.js and running yarn prebuild.

Official
Intermediate
EsdevenimentsEsdeveniments
2

filter-system-dev

Implement configuration-driven filter systems in config/filters.ts with FilterOperations.

Official
Advanced
EsdevenimentsEsdeveniments
2

pre-implementation-checklist

Enforce pre-implementation reviews to search for existing patterns and canonical locations.

Official
Basic
EsdevenimentsEsdeveniments
2

security-headers-csp

Configure CSP and security headers for Next.js apps with host allowlisting.

Official
Intermediate
EsdevenimentsEsdeveniments
2

react-nextjs-patterns

Codifies React 19 and Next.js 16 App Router best practices for server components and client boundaries.

Official
Intermediate
EsdevenimentsEsdeveniments
2

testing-patterns

Standardize unit and E2E testing workflows with Vitest and Playwright.

Official
Intermediate
EsdevenimentsEsdeveniments
2

env-variable-management

Synchronizes environment variables across code, SST config, workflows, and GitHub secrets.

Official
Intermediate
EsdevenimentsEsdeveniments
2

type-system-governance

Enforce TypeScript type definitions in the /types directory during development and code reviews.

Official
Basic
EsdevenimentsEsdeveniments
2

i18n-best-practices

Enforce i18n best practices for Next.js projects using next-intl.

Official
Basic
EsdevenimentsEsdeveniments
2

code-review-evaluation

Evaluate external code-review suggestions against repository conventions.

Official
Intermediate
EsdevenimentsEsdeveniments
2

url-canonicalization

Enforce URL canonicalization with middleware redirects and URL-building helpers in Next.js apps.

Official
Intermediate
EsdevenimentsEsdeveniments
2

api-layer-patterns

Implement a three-layer API pattern for Next.js apps with HMAC signing.

Official
Advanced
EsdevenimentsEsdeveniments
2

data-validation-patterns

Validate external data against Zod schemas with safeParse fallbacks.

Official
Intermediate
EsdevenimentsEsdeveniments
2

bundle-optimization

Minimize JavaScript bundle sizes and optimize image delivery in Next.js applications.

Official
Intermediate
EsdevenimentsEsdeveniments
2

design-system-conventions

Enforce semantic design tokens and UI styling rules across frontend codebases.

Official
Basic

Frequently Asked Questions About Esdeveniments

FAQPage Schema
What 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.