Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

freelancerino

freelancerino contient 39 skills collectées depuis timfewi, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
39
Stars
1
mis à jour
2026-01-10
Forks
0
Couverture métier
4 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

react-performance
Développeurs de logiciels

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
Analystes en assurance qualité des logiciels et testeurs

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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

2026-01-07
code-hygiene
Analystes en assurance qualité des logiciels et testeurs

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
Analystes en assurance qualité des logiciels et testeurs

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
Analystes en assurance qualité des logiciels et testeurs

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Analystes en sécurité de l'information

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Analystes en assurance qualité des logiciels et testeurs

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
Développeurs de logiciels

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
Développeurs web

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
Développeurs web

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Analystes en assurance qualité des logiciels et testeurs

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
Développeurs de logiciels

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
Développeurs web

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Analystes en sécurité de l'information

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
Développeurs de logiciels

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