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

antigravity-fullstack-hq

يحتوي antigravity-fullstack-hq على 28 من skills المجمعة من sabahattink، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
28
Stars
27
محدث
2026-05-15
Forks
9
التغطية المهنية
9 فئات مهنية · 100% مصنفة
مستكشف المستودعات

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

git-workflow
مطوّرو البرمجيات

Git branching strategy, commit messages, PR workflow, conflict resolution. Use when setting up a branching strategy, writing commit messages, creating pull requests, or resolving merge conflicts.

2026-05-15
code-review-patterns
محللو ضمان جودة البرمجيات والمختبرون

Code review checklist, what to look for, how to give feedback, PR review flow. Use when reviewing a pull request, or when preparing code for review.

2026-05-15
skill-creator
مطوّرو البرمجيات

How to create new skills for this HQ — format, frontmatter, content structure. Use when you need to add a new skill to this repository, or when reviewing whether an existing skill is well-formed.

2026-05-15
brainstorming
متخصصو إدارة المشاريع

Structured brainstorming techniques, idea generation, trade-off analysis. Use when exploring design options, choosing between architectural approaches, generating feature ideas, or making technology decisions.

2026-05-15
xlsx-official
مطوّرو البرمجيات

Generating Excel files with xlsx/exceljs in Node.js. Use when generating .xlsx reports, data exports, dashboards, or spreadsheets from database data.

2026-05-15
pptx-official
مطوّرو البرمجيات

Generating PowerPoint presentations with pptxgenjs in Node.js. Use when creating automated presentations, slide decks, pitch decks, or reports in .pptx format from data.

2026-05-15
pdf-official
مطوّرو البرمجيات

Generating PDFs with pdfkit or puppeteer in Node.js. Use when generating PDF reports, invoices, certificates, or any printable document from data or HTML templates.

2026-05-15
docx-official
مطوّرو البرمجيات

Generating Word documents programmatically with docx library in Node.js. Use when generating .docx reports, contracts, invoices, or any structured Word document from data.

2026-05-15
security-checklist
محللو أمن المعلومات

OWASP Top 10, input validation, SQL injection prevention, rate limiting, CORS. Use when reviewing code for security issues, setting up a new API, or doing a pre-deploy security audit.

2026-05-15
auth-patterns
مطوّرو البرمجيات

JWT access/refresh tokens, Passport.js strategies, session management, OAuth. Use when implementing authentication, authorization, or setting up OAuth providers in a NestJS + Next.js app.

2026-05-15
deployment-guide
مديرو الشبكات وأنظمة الحاسوب

Vercel frontend + Railway/Fly.io backend deployment, env vars, health checks. Use when deploying a Next.js frontend to Vercel or a NestJS backend to Railway or Fly.io, or troubleshooting a deployment issue.

2026-05-15
github-actions
مديرو الشبكات وأنظمة الحاسوب

CI/CD workflow patterns, testing pipelines, deployment automation. Use when setting up GitHub Actions workflows for testing, building, linting, or deploying a fullstack app.

2026-05-15
docker-patterns
مديرو الشبكات وأنظمة الحاسوب

Dockerfile best practices, multi-stage builds, docker-compose for dev/prod. Use when setting up containerization for a NestJS backend or Next.js frontend, or configuring a local dev environment with docker-compose.

2026-05-15
webapp-testing
محللو ضمان جودة البرمجيات والمختبرون

Playwright E2E patterns, Testing Library component tests, test selectors. Use when writing browser tests, component tests, or setting up an E2E testing pipeline for a Next.js or React app.

2026-05-15
systematic-debugging
مطوّرو البرمجيات

Debugging methodology, hypothesis testing, reading stack traces, isolating issues. Use when facing an unexpected bug, a flaky test, a production incident, or any situation where the cause isn't immediately obvious.

2026-05-15
test-driven-development
محللو ضمان جودة البرمجيات والمختبرون

TDD red-green-refactor cycle, test structure, mocking patterns for Vitest/Jest. Use when starting a new feature, fixing a bug, or refactoring — write the test first, then the implementation.

2026-05-15
api-design-patterns
مطوّرو البرمجيات

REST API design, versioning, error responses, pagination, OpenAPI conventions. Use when designing new API endpoints, reviewing API contracts, or setting up Swagger/OpenAPI documentation.

2026-05-15
software-architecture
مطوّرو البرمجيات

System design patterns, Clean Architecture, SOLID principles, domain modeling. Use when making architectural decisions, designing new modules, refactoring a tangled codebase, or reviewing system design.

2026-05-15
backend-dev-guidelines
مطوّرو البرمجيات

Backend architecture principles, layering, error handling, logging patterns for NestJS. Use when designing NestJS modules, writing service logic, structuring error handling, or setting up structured logging.

2026-05-15
web-design-guidelines
مصممو واجهات الويب والرقمية

Web design best practices, accessibility, responsive layout, color contrast. Use when auditing a UI for a11y compliance, designing responsive layouts, or establishing design standards across a web app.

2026-05-15
frontend-design
مصممو واجهات الويب والرقمية

UI component design principles, visual hierarchy, spacing, typography for Next.js apps. Use when building or reviewing React/Next.js components, setting up design tokens, or establishing visual consistency.

2026-05-15
tailwind-patterns
مطوّرو الويب

Tailwind CSS v4 patterns, component styling, dark mode, responsive design, and design system integration. Use when styling components or reviewing CSS.

2026-05-15
typescript-patterns
مطوّرو البرمجيات

TypeScript type system patterns, generics, utility types, and strict mode best practices. Use when writing or reviewing TypeScript code.

2026-05-15
react-best-practices
مطوّرو الويب

React component patterns, hooks, state management, and performance best practices. Use when building or reviewing React components.

2026-05-15
nestjs-patterns
مطوّرو البرمجيات

NestJS best practices, module architecture, DTOs, Guards, Interceptors, and common patterns. Use when building or reviewing NestJS backend services.

2026-01-20
nextjs-app-router
مطوّرو الويب

Next.js App Router best practices, Server Components, Server Actions, routing patterns, and data fetching strategies. Use when building Next.js applications with the App Router.

2026-01-20
prisma-workflow
مصممو قواعد البيانات

Prisma ORM best practices, schema design, migrations, seeding, and query optimization for PostgreSQL. Use when working with database schemas, migrations, or Prisma queries.

2026-01-20
prompt-engineering
علماء البيانات

Comprehensive prompt engineering framework for designing, optimizing, and iterating LLM prompts. Use when creating prompts, optimizing existing prompts, or improving AI instructions.

2026-01-20