Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

freelancerino

freelancerino 收录了来自 timfewi 的 39 个 skills,并提供仓库级职业覆盖和站内 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