Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

next-template

يحتوي next-template على 16 من skills المجمعة من rocket-generator، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
16
Stars
6
محدث
2026-04-18
Forks
0
التغطية المهنية
4 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

admin-page-scaffolding
مطوّرو البرمجيات

Use when creating pages under src/app/(site)/(authorized)/admin/. Covers list/detail/edit/create page patterns with DataTable/DataView/DataForm, repositories under src/repositories/, request schemas under src/requests/admin/, and AdminPageHeader breadcrumbs.

2026-04-18
auth-implementation
مطوّرو البرمجيات

Use when modifying Better Auth + Prisma authentication: src/libraries/auth.ts, src/libraries/auth-client.ts, src/proxy.ts, src/services/auth_service.ts, auth-related actions.ts, or prisma/schema.prisma auth models (User/Session/Account/Verification). Covers session helpers, URL/secret env resolution, DB TLS, and PUBLIC_PATHS.

2026-04-18
data-access-repository
مطوّرو البرمجيات

Use when creating or modifying files under src/repositories/, src/models/, or src/requests/. Covers BaseRepository inheritance (Prisma/API/Local/Airtable/Dify), Zod schema placement, and separation between repository and schema files.

2026-04-18
email-provider
مطوّرو البرمجيات

Use when changing this template's mail delivery backend, reviewing email env setup, switching between `ses` and `smtp`, or adding a new provider such as Resend, SendGrid, Postmark, or Mailgun. Covers EMAIL_PROVIDER routing, EMAIL_FROM priority, dynamic import for Node-only SDKs, and test coverage for both email.test.ts and Better Auth callback smoke.

2026-04-18
i18n-messages
مطوّرو الويب

Use when adding or changing translations in messages/ja.json or messages/en.json, using getTranslations/useTranslations, or updating next-intl configuration under src/i18n/. Covers message key hierarchy, Server/Client Component APIs, dynamic and rich-text patterns, and JSON duplicate-key pitfalls.

2026-04-18
nextjs-component-design
مطوّرو البرمجيات

Use when adding or modifying pages under src/app, or components under src/components (atoms/molecules/organisms) in this Next.js App Router project. Covers Server/Client Component boundary, Atomic Design placement, Server Actions in actions.ts, URL-based state management, sidebar active-state, and shadcn-only atoms rule.

2026-04-18
storage-provider
مطوّرو البرمجيات

Use when changing this template's object storage backend, reviewing storage env setup, switching between `s3`, `s3-compatible`, and `gcs`, or adding a new provider such as R2, MinIO, Spaces, Azure Blob, or GCS. Covers STORAGE_PROVIDER routing, S3Provider reuse for compatible services, forcePathStyle handling, SYSTEM_AWS_* env, and separation from image-display CSP/EXTRA_REMOTE_IMAGE_URLS.

2026-04-18
writing-storybook
مطوّرو البرمجيات

Use when adding or updating *.stories.tsx files under src/components/. Covers pure-component discipline, required story variations (Default/Loading/Empty/Error/LongText), @storybook/addon-actions usage, and keeping components free of business logic.

2026-04-18
writing-tests
محللو ضمان جودة البرمجيات والمختبرون

Use when writing or updating Jest / React Testing Library tests under __tests__/. Covers data-testid rules (getByText/getByLabelText/getByRole-with-name forbidden), lucide-react/next-intl/next navigation mocks, library vs component test patterns, and coverage targets.

2026-04-18
email-provider-extension
مطوّرو البرمجيات

Use when changing this template's mail delivery backend, reviewing email env setup, switching between `ses` and `smtp`, or adding a new provider such as Resend, SendGrid, Postmark, or Mailgun.

2026-04-17
storage-provider-extension
مطوّرو البرمجيات

Use when changing this template's object storage backend, reviewing storage env setup, switching between `s3`, `s3-compatible`, and `gcs`, or adding a new provider such as R2, MinIO, Spaces, Azure Blob, or GCS.

2026-04-17
database-schema-design
مصممو قواعد البيانات

Design database schema for the project

2026-03-22
python-development
مطوّرو البرمجيات

Develop python server backend and cli tools

2026-03-22
react-component-design
مطوّرو الويب

Design the structure of the react components

2026-03-22
restful-api-design
مطوّرو البرمجيات

Design restful web api for the project

2026-03-22
typescript-development
مطوّرو البرمجيات

Develop typescript frontend and/or backend

2026-03-22