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

freelancerino

يحتوي freelancerino على 39 من skills المجمعة من timfewi، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

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

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

react-performance
مطوّرو البرمجيات

Use this skill when you need to diagnose and fix React 19 performance issues (render churn, slow updates, Suspense/Transitions, memoization, profiling, and React Compiler).

2026-01-10
agent-proof-testing
محللو ضمان جودة البرمجيات والمختبرون

Write clean, behavior-focused unit/integration tests that remain trustworthy when code is written or modified by agents (prevents “test weakening”, enforces invariants, and adds CI guardrails).

2026-01-08
agent-skills-authoring
مطوّرو البرمجيات

Use this skill when you are creating or updating Agent Skills in your project (structure, YAML frontmatter, naming, and progressive disclosure).

2026-01-07
architecture-hardparts-srp
مطوّرو البرمجيات

Use this skill when designing or refactoring boundaries, responsibilities, and change drivers using practical software architecture “hard parts” thinking + SRP.

2026-01-07
bun-workflow
مطوّرو البرمجيات

Use this skill when you need a Bun runbook (dev, build, lint, typecheck, tests, migrations, and verification steps).

2026-01-07
code-hygiene
محللو ضمان جودة البرمجيات والمختبرون

Use this skill when you need a thorough code hygiene pass (dead code, lint escapes, consistency, formatting drift, and subtle smells) on touched files.

2026-01-07
code-review-agent
محللو ضمان جودة البرمجيات والمختبرون

Use this skill when you need a senior-level review of a PR/diff for security, correctness, performance, and maintainability (TypeScript + React 19 + Next.js 16).

2026-01-07
coding-critic
محللو ضمان جودة البرمجيات والمختبرون

Use this skill when you want fast, actionable critique of a file/snippet/approach (not necessarily a PR), focused on security, correctness, performance, and DX.

2026-01-07
drizzle-best-practices
مطوّرو البرمجيات

Use this skill when writing or optimizing Drizzle ORM queries for performance (relations, transactions, batching, prepared statements, indexes, and avoiding N+1).

2026-01-07
drizzle-tenant-queries
مطوّرو البرمجيات

Use this skill when you write or review any Drizzle DB read/write and must enforce strict `workspace_id` tenant isolation.

2026-01-07
next-intl-l10n
مطوّرو البرمجيات

Use this skill when you add or change locale-aware UI (en/de) with next-intl: routing, UI copy, and date/number/currency formatting.

2026-01-07
nextjs-cost-performance
مطوّرو البرمجيات

Use this skill when optimizing Next.js 16 routes/Server Components/Server Actions for Vercel latency and cost (invocations + duration) using tenant-safe caching and streaming.

2026-01-07
nextjs-server-actions
مطوّرو البرمجيات

Use this skill when you implement or review Next.js Server Actions or server-side data fetching that touches tenant/workspace data (auth provider + ORM + i18n, tenant-safe).

2026-01-07
pdf-invoicing-snapshots
مطوّرو البرمجيات

Use this skill when you work on invoices or PDFs draft→finalize, immutable invoice snapshots, numbering, and PDF rendering/export.

2026-01-07
quality-github-issues
مطوّرو البرمجيات

Use this skill when you need to triage, draft, or improve a GitHub issue with strong repro steps and acceptance criteria; use runSubagent to gather evidence and pre-fill the issue.

2026-01-07
react-expert
مطوّرو البرمجيات

Use this skill when you review or write React components (.tsx/.jsx) and need React 19 best practices (especially eliminating unnecessary useEffect).

2026-01-07
security-strict
محللو أمن المعلومات

Use this skill when adding or reviewing code that touches auth, tenancy, input validation, webhooks, secrets, caching, or user-provided content (strict security rules).

2026-01-07
tailwind-ui-patterns
مطوّرو البرمجيات

Use this skill when building dashboard UI with Tailwind v4 + shadcn/ui and you want consistent layouts, components, and patterns.

2026-01-07
typescript-expert
مطوّرو البرمجيات

Use this skill when writing, reviewing, or refactoring TypeScript code for type safety, idiomatic patterns, and modern best practices.

2026-01-07
ui-design-shadcn
مطوّرو البرمجيات

Use this skill when designing and implementing new UI (pages, forms, lists, tables, dialogs, empty states) with shadcn/ui + Tailwind v4.

2026-01-07
zod-v4
مطوّرو البرمجيات

Use this skill when validating untrusted inputs with Zod v4 (Server Actions, Route Handlers, forms), formatting errors, or migrating Zod v3 → v4.

2026-01-07
code-review-agent
محللو ضمان جودة البرمجيات والمختبرون

Use this skill when you need a senior-level review of a PR/diff for security, correctness, performance, and maintainability (TypeScript + React 19 + Next.js 16).

2025-12-29
drizzle-best-practices
مطوّرو البرمجيات

Use this skill when writing or optimizing Drizzle ORM queries for performance (relations, transactions, batching, prepared statements, indexes, and avoiding N+1).

2025-12-29
tailwind-ui-patterns
مطوّرو الويب

Use this skill when building dashboard UI with Tailwind v4 + shadcn/ui and you want consistent layouts, components, and patterns.

2025-12-28
ui-design-shadcn
مطوّرو الويب

Use this skill when designing and implementing new UI (pages, forms, lists, tables, dialogs, empty states) with shadcn/ui + Tailwind v4 in Freelancerino.

2025-12-28
quality-github-issues
مطوّرو البرمجيات

Use this skill when you need to triage, draft, or improve a GitHub issue with strong repro steps and acceptance criteria; use runSubagent to gather evidence and pre-fill the issue.

2025-12-28
agent-skills-authoring
مطوّرو البرمجيات

Use this skill when you are creating or updating Agent Skills in `.github/skills/` (structure, YAML frontmatter, naming, and progressive disclosure).

2025-12-22
architecture-hardparts-srp
مطوّرو البرمجيات

Use this skill when designing or refactoring boundaries, responsibilities, and change drivers using practical software architecture “hard parts” thinking + SRP.

2025-12-22
bun-workflow
مطوّرو البرمجيات

Use this skill when you need the Bun runbook for Freelancerino (dev, build, lint, typecheck, tests, migrations, and verification steps).

2025-12-22
code-hygiene
مطوّرو البرمجيات

Use this skill when you need a thorough code hygiene pass (dead code, lint escapes, consistency, formatting drift, and subtle smells) on touched files.

2025-12-22
coding-critic
محللو ضمان جودة البرمجيات والمختبرون

Use this skill when you want fast, actionable critique of a file/snippet/approach (not necessarily a PR), focused on security, correctness, performance, and DX.

2025-12-22
drizzle-tenant-queries
مطوّرو البرمجيات

Use this skill when you write or review any Drizzle DB read/write and must enforce strict `workspace_id` tenant isolation.

2025-12-22
next-intl-l10n
مطوّرو الويب

Use this skill when you add or change locale-aware UI (en/de) with next-intl: routing, UI copy, and date/number/currency formatting.

2025-12-22
nextjs-cost-performance
مطوّرو البرمجيات

Use this skill when optimizing Next.js 16 routes/Server Components/Server Actions for Vercel latency and cost (invocations + duration) using tenant-safe caching and streaming.

2025-12-22
nextjs-server-actions
مطوّرو البرمجيات

Use this skill when you implement or review Next.js 16 Server Actions or server-side data fetching that touches workspace data (Clerk + Drizzle + next-intl, tenant-safe).

2025-12-22
pdf-invoicing-snapshots
مطوّرو البرمجيات

Use this skill when you work on invoices or PDFs draft→finalize, immutable invoice snapshots, numbering, and PDF rendering/export.

2025-12-22
react-expert
مطوّرو البرمجيات

Use this skill when you review or write React components (.tsx/.jsx) and need React 19 best practices (especially eliminating unnecessary useEffect).

2025-12-22
security-strict
محللو أمن المعلومات

Use this skill when adding or reviewing code that touches auth, tenancy, input validation, webhooks, secrets, caching, or user-provided content (strict security rules).

2025-12-22
zod-v4
مطوّرو البرمجيات

Use this skill when validating untrusted inputs with Zod v4 (Server Actions, Route Handlers, forms), formatting errors, or migrating Zod v3 → v4.

2025-12-22