Skip to main content
Manusで任意のスキルを実行
ワンクリックで
GitHub リポジトリ

esdeveniments-frontend

esdeveniments-frontend には Esdeveniments から収集した 16 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。

収集済み skills
16
Stars
2
更新
2026-06-30
Forks
0
職業カバレッジ
4 件の職業カテゴリ · 100% 分類済み
リポジトリエクスプローラー

このリポジトリの skills

env-variable-management
ソフトウェア開発者

Guide for adding environment variables. Use when adding new env vars to ensure all 5 locations are updated (code, env files, Coolify, workflow, GitHub secrets).

2026-06-30
api-layer-patterns
ソフトウェア開発者

Enforce the internal API proxy layer pattern. Use when adding API endpoints, fetching data from backend, implementing HMAC signing, or working with lib/api/* or app/api/*.

2026-06-27
react-nextjs-patterns
ウェブ開発者

Best practices for React 19 and Next.js 16 App Router. Use when creating components, hooks, or pages. Enforces server-first rendering, proper client boundaries, and modern React patterns.

2026-04-24
pre-implementation-checklist
ソフトウェア品質保証アナリスト・テスター

MANDATORY checklist before writing ANY new code. Use this skill FIRST before implementing any feature, component, utility, type, or hook. Enforces DRY principle and existing pattern reuse.

2026-04-20
code-review-evaluation
ソフトウェア品質保証アナリスト・テスター

Evaluate external PR suggestions (Gemini, CodeRabbit) against project conventions. Use when asked to review or agree with external code review comments.

2026-04-05
security-headers-csp
情報セキュリティアナリスト

Guide for CSP, security headers, and external scripts. Use fetchWithHmac for APIs, safeFetch for external services.

2026-04-05
url-canonicalization
ソフトウェア開発者

Enforce URL rules to prevent SEO issues and cost incidents. CRITICAL - never add searchParams to listing pages ($300 incident).

2026-04-05
ai-review-responder
ソフトウェア品質保証アナリスト・テスター

Automate responding to AI code review comments (Gemini, CodeRabbit, Cubic, Sentry) on PRs. Use when asked to "check comments", "check new suggestions", or "respond to AI reviews".

2026-03-12
bundle-optimization
ソフトウェア開発者

Guide for optimizing bundle size and images. Server Components by default, use image quality caps.

2026-02-16
data-validation-patterns
ソフトウェア開発者

Guide for validating external data with Zod. Use when fetching from APIs, processing webhooks, or handling user input.

2026-01-16
design-system-conventions
ソフトウェア開発者

Guide for UI styling with semantic design system classes. Never use gray-* colors or arbitrary Tailwind utilities.

2026-01-16
filter-system-dev
ソフトウェア開発者

Guide for working with the configuration-driven filter system. Use when adding/modifying filters, updating URL parsing, debugging filter-related issues, or working with config/filters.ts.

2026-01-16
i18n-best-practices
ウェブ開発者

Guide for internationalization with next-intl. Use when adding links, translations, or localized URLs. Always use Link from @i18n/routing.

2026-01-16
service-worker-updates
ウェブ開発者

Guide for modifying service worker caching. Edit sw-template.js (not sw.js), run yarn prebuild after changes.

2026-01-16
testing-patterns
ソフトウェア品質保証アナリスト・テスター

Guide for writing tests. Vitest for unit tests, Playwright for E2E. Includes SEO and sitemap testing patterns.

2026-01-16
type-system-governance
ソフトウェア開発者

Enforce TypeScript type organization rules. Use when creating types, interfaces, or DTOs. All types MUST go in /types directory - never inline in components.

2026-01-16