next-intl-app-router

A collection of open-source ai agent skills.

インストール
CLI
npx skills add https://github.com/liuchiawei/agent-skills --skill next-intl-app-router

CLI を使用してこのスキルをインストールし、ワークスペースで SKILL.md ワークフローの使用を開始します。

最終更新日: 4/30/2026

Agent Skills

Give your AI agent superpowers. A curated collection of Agent Skills for Cursor—frontend craft, 3D & real-time, code quality, and design intelligence, plus community favorites.

English · 简体中文 · 日本語


What’s in here

This repo holds skills (in /skills) that teach AI agents domain-specific know-how. Each skill is a Markdown bundle with metadata and instructions so your assistant writes better code in that context.

Themes:

  • 🖥️ Frontend (React, Next.js, Three.js)
  • 📱 React Native & mobile
  • 🎮 3D, WebGL, MediaPipe
  • ✨ UI/UX and accessibility
  • 🔧 Code quality, refactoring, and review

Skills index

Short, at-a-glance list. Each link goes to the skill folder.

3D & real-time (3d/)

Skill What it does
3d-web-experience Build 3D web experiences with Three.js, R3F, WebGL, Spline.
google-3d-tiles-r3f Use Google Photorealistic 3D Tiles with React Three Fiber and ECEF→ENU coordinates.
threejs-skills Add 3D elements and interactive 3D to the web.
mediapipe-usage MediaPipe on the web: pose and hand tracking, landmarks, real-time video.
multiplayer-websocket Real-time multiplayer over WebSocket: sync, hooks, message protocol.

Frontend & React (frontend/)

Skill What it does
frontend-patterns Patterns for React, Next.js, state, performance, and UI.
frontend-dev-guidelines Opinionated React + TypeScript standards: Suspense, MUI, TanStack Router, performance.
frontend-developer Build React components and responsive layouts.
react-ui-patterns Loading states, error handling, and data fetching in React.
vercel-react-best-practices React & Next.js performance (Vercel Engineering).
vercel-composition-patterns React composition: compound components, render props, context.
tailwind-patterns Tailwind CSS v4: CSS-first config, container queries, design tokens.
next-intl-app-router i18n with next-intl and App Router.

UI/UX & design (design/)

Skill What it does
ui-ux-pro-max UI/UX design intelligence: styles, palettes, typography, stacks, components.
claude-frontend-design Distinctive, production-grade frontend interfaces and layouts.
web-design-guidelines Review UI against web interface and accessibility guidelines.
mobile-design Mobile-first design for iOS/Android: touch, performance, platform conventions.
scroll-experience Scroll-driven and parallax experiences, cinematic storytelling.

Code quality & refactoring (refactor/)

Skill What it does
clean-code Pragmatic coding: concise, direct, no over-engineering.
code-refactoring-refactor-clean Refactor toward clean code and SOLID.
code-refactoring-tech-debt Find, measure, and prioritize technical debt.
code-refactoring-context-restore Restore refactoring context and semantic memory.

Code review (review/)

Skill What it does
code-reviewer Expert code review.
code-review-excellence Effective code review and constructive feedback.
code-review-checklist Checklist for functionality, security, performance, maintainability.
code-review-ai-ai-review AI-powered code review and static analysis.

Content & marketing (content/)

Skill What it does
copywriting Write and improve marketing and UI copy.
brainstorming Turn ideas into concrete designs and next steps.
marketing-ideas Marketing strategies for SaaS with feasibility scoring.

Data & backend (backend/)

Skill What it does
backend-dev-guidelines Node.js + Express + TypeScript backend standards: layers, Prisma, Zod, Sentry, testing.
neon-postgres Neon serverless Postgres: branching, pooling, Prisma/Drizzle.
rag-implementation Build RAG systems for LLMs: vectors, chunks, retrieval.

Analytics & conversion (analytics/)

Skill What it does
analytics-tracking Design and audit analytics (GA4, GTM, events, conversions) for reliable, decision-ready data.
page-cro Analyze and optimize pages for conversion; diagnose underperformance and recommend tests.

Error diagnostics & debugging (debug/)

Skill What it does
error-diagnostics-error-analysis Debug distributed systems, analyze production incidents, root-cause and observability.
error-diagnostics-error-trace Set up error tracking, alerts, and structured logging for production.
error-diagnostics-smart-debug AI-assisted debugging and root-cause analysis with modern tooling.

Mobile & tooling (mobile/)

Skill What it does
vercel-react-native-skills React Native & Expo best practices (Vercel).
screenshots Generate app screenshots with Playwright for marketing or docs.
search-specialist Advanced web research and search techniques.

Project structure

agent-skills/
├── skills/           # Skill definitions (each has SKILL.md + optional refs)
│   ├── 3d/           # 3D, WebGL, real-time
│   ├── frontend/     # React, Next.js, Tailwind
│   ├── design/       # UI/UX, accessibility
│   ├── refactor/     # Clean code, tech debt
│   ├── review/       # Code review
│   ├── content/      # Copy, brainstorming, marketing
│   ├── backend/      # Node, DB, RAG
│   ├── analytics/    # GA4, CRO, tracking
│   ├── debug/        # Error diagnostics
│   └── mobile/       # React Native, tooling
├── docs/             # Translations
│   ├── README.zh-CN.md
│   └── README.ja.md
└── README.md

Typical skill contents:

  • SKILL.md – Main definition, metadata, and instructions
  • reference.md / rules/ – Extra references and rules

How to use

  1. Clone or copy this repo.
  2. Symlink or copy the skills/ folder into your project’s .cursor/skills/, or put the repo under ~/.cursor/skills/ for global use.
  3. Cursor loads skills by metadata and trigger conditions.

See Cursor Docs: Skills for setup details.


Contributing

  • Open an issue to suggest new skills or changes.
  • Send a PR for new skills, fixes, or docs.

License

Skills may have their own licenses (e.g. MIT for Vercel-derived content). Check each skill folder.