Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

freelancerino

freelancerino에는 timfewi에서 수집한 skills 39개가 있으며, 저장소 수준 직업 범위와 사이트 내 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