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

nakafa.com

nakafa.com에는 nakafaai에서 수집한 skills 31개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
31
Stars
78
업데이트
2026-07-17
Forks
18
직업 범위
직업 카테고리 8개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

nakafa-content
기타 중등 후 교사

Create educational content (MDX) and exercises for Nakafa platform. Use when creating or editing subject materials, exercises, questions, answers/explanations, or any educational content in MDX format.

2026-07-17
audit-website
소프트웨어 개발자

Audit a website with the squirrelscan CLI and fix the findings in code. Runs SEO, performance, security, technical, content, accessibility, and 15 other rule categories (249+ rules), returns an LLM-optimized report, then drives an iterative fix loop, mapping issues to source files, applying fixes, and re-auditing until the site scores well. Use to discover and assess website or webapp issues and drive them to fixed.

2026-07-12
coss-particles
웹 개발자

Index of all COSS UI particle examples. Use when implementing UI features to find copy-paste-ready component patterns built on coss primitives. Each particle has a description and a JSON URL for easy installation.

2026-07-12
coss
웹 개발자

Helps implement coss UI components correctly. Use when building UIs with coss primitives (buttons, dialogs, selects, forms, menus, tabs, inputs, toasts, etc.), migrating from shadcn/Radix to coss/Base UI, composing trigger-based overlays, or troubleshooting coss component behavior. Covers imports, accessibility, Tailwind styling, and common pitfalls.

2026-07-12
effect-ts
소프트웨어 개발자

Effect-TS library usage in TypeScript — Effect.gen generators, Schema.Struct/Schema.Class definitions, Layer/Context.Tag/Service patterns, Effect.pipe pipelines, Data.TaggedError/Data.Class error types, Ref/Queue/PubSub/Deferred concurrency primitives, Match module, Config providers, Scope/Exit/Cause/Runtime patterns, or any code using Effect's typed error channel (E parameter). Trigger when writing, reviewing, debugging, or refactoring TypeScript code that uses Effect — when you see imports from `effect`, `effect/*`, or any `@effect/*` scoped package (schema, platform, sql, opentelemetry, cli, cluster, rpc, vitest). Also trigger when the user asks about Effect patterns, migration from Promises/fp-ts/neverthrow to Effect, or how to structure an Effect application. Do NOT trigger for React's useEffect, Redux side effects, or general English usage of "effect" unless the context clearly involves the Effect-TS library.

2026-07-12
kami
그래픽 디자이너

Typeset professional documents and product landing pages: resumes, one-pagers, white papers, letters, portfolios, slide decks, landing pages. Warm parchment, ink-blue accent, serif-led hierarchy. CN uses TsangerJinKai02, EN uses Charter, JA uses YuMincho (best-effort). Triggers on "做 PDF / 排版 / 一页纸 / 白皮书 / 作品集 / 简历 / PPT / slides / Marp / markdown slides / マークダウンのスライド / 落地页 / 官网 / landing page / product page", or "build me a resume / make a one-pager / design a slide deck / turn this into a PDF / make this presentable / create a landing page".

2026-07-12
next-cache-components
소프트웨어 개발자

Next.js 16 Cache Components guidance — PPR, use cache directive, cacheLife, cacheTag, updateTag, and migration from unstable_cache. Use when implementing partial prerendering, caching strategies, or migrating from older Next.js cache patterns.

2026-07-12
nextjs
소프트웨어 개발자

Next.js App Router expert guidance. Use when building, debugging, or architecting Next.js applications — routing, Server Components, Server Actions, Cache Components, layouts, middleware/proxy, data fetching, rendering strategies, and deployment on Vercel.

2026-07-12
remotion-create
소프트웨어 개발자

Creating a new Remotion video

2026-07-12
remotion-markup
소프트웨어 개발자

Best practices for writing Remotion React Markup

2026-07-12
remotion-saas
소프트웨어 개발자

Building video apps with Remotion - framework, rendering and Player advice

2026-07-12
remotion-best-practices
소프트웨어 개발자

Best practices for Remotion

2026-07-12
shadcn
웹 개발자

Manages shadcn components and projects — adding, searching, fixing, debugging, styling, and composing UI, including chat interfaces. Provides project context, component docs, and usage examples. Applies when working with shadcn/ui, component registries, presets, --preset codes, or any project with a components.json file. Also triggers for "shadcn init", "create an app with --preset", or "switch to --preset".

2026-07-12
turborepo
소프트웨어 개발자

Turborepo monorepo build system guidance. Triggers on: turbo.json, task pipelines, dependsOn, caching, remote cache, the "turbo" CLI, --filter, --affected, CI optimization, environment variables, internal packages, monorepo structure/best practices, and boundaries. Use when user: configures tasks/workflows/pipelines, creates packages, sets up monorepo, shares code between apps, runs changed/affected packages, debugs cache, or has apps/packages directories.

2026-07-12
convex-component-authoring
소프트웨어 개발자

How to create, structure, and publish self-contained Convex components with proper isolation, exports, and dependency management

2026-06-27
convex-cron-jobs
소프트웨어 개발자

Scheduled function patterns for background tasks including interval scheduling, cron expressions, job monitoring, retry strategies, and best practices for long-running tasks

2026-06-27
convex-file-storage
소프트웨어 개발자

Complete file handling including upload flows, serving files via URL, storing generated files from actions, deletion, and accessing file metadata from system tables

2026-06-27
convex-functions
소프트웨어 개발자

Writing queries, mutations, actions, and HTTP actions with proper argument validation, error handling, internal functions, and runtime considerations

2026-06-27
convex-http-actions
소프트웨어 개발자

External API integration and webhook handling including HTTP endpoint routing, request/response handling, authentication, CORS configuration, and webhook signature validation

2026-06-27
convex-migrations
데이터베이스 아키텍트

Schema migration strategies for evolving applications including adding new fields, backfilling data, removing deprecated fields, index migrations, and zero-downtime migration patterns

2026-06-27
convex-realtime
소프트웨어 개발자

Patterns for building reactive apps including subscription management, optimistic updates, cache behavior, and paginated queries with cursor-based loading

2026-06-27
convex-schema-validator
데이터베이스 아키텍트

Defining and validating database schemas with proper typing, index configuration, optional fields, unions, and migration strategies for schema changes

2026-06-27
convex-security-audit
정보 보안 분석가

Deep security review patterns for authorization logic, data access boundaries, action isolation, rate limiting, and protecting sensitive operations

2026-06-27
convex-security-check
정보 보안 분석가

Quick security audit checklist covering authentication, function exposure, argument validation, row-level access control, and environment variable handling

2026-06-27
effect-best-practices
소프트웨어 개발자

Enforces Effect-TS patterns for services, errors, layers, and atoms. Use when writing code with Effect.Service, Schema.TaggedError, Layer composition, or effect-atom React components.

2026-06-27
grill-me
프로젝트 관리 전문가

A relentless interview to sharpen a plan or design.

2026-06-27
grill-with-docs
프로젝트 관리 전문가

A relentless interview to sharpen a plan or design, which also creates docs (ADR's and glossary) as we go.

2026-06-27
improve-codebase-architecture
소프트웨어 개발자

Scan a codebase for deepening opportunities, present them as a visual HTML report, then grill through whichever one you pick.

2026-06-27
mcp-apps-builder
기타 컴퓨터 관련 직업

**MANDATORY for ALL MCP server work** - mcp-use framework best practices and patterns. **READ THIS FIRST** before any MCP server work, including: - Creating new MCP servers - Modifying existing MCP servers (adding/updating tools, resources, prompts, widgets) - Debugging MCP server issues or errors - Reviewing MCP server code for quality, security, or performance - Answering questions about MCP development or mcp-use patterns - Making ANY changes to server.tool(), server.resource(), server.prompt(), or widgets This skill contains critical architecture decisions, security patterns, and common pitfalls. Always consult the relevant reference files BEFORE implementing MCP features.

2026-06-11
convex-helpers-patterns
소프트웨어 개발자

Guide for convex-helpers library patterns including Triggers, Row-Level Security (RLS), Relationship helpers, Custom Functions, Rate Limiting, and Workpool. Use when implementing automatic side effects, access control, relationship traversal, auth wrappers, or concurrency management. Activates for triggers setup, RLS implementation, custom function wrappers, or convex-helpers integration tasks.

2026-02-10
convex-performance-patterns
소프트웨어 개발자

Guide for Convex performance optimization including denormalization, index design, avoiding N+1 queries, OCC (Optimistic Concurrency Control), and handling hot spots. Use when optimizing query performance, designing data models, handling high-contention writes, or troubleshooting OCC errors. Activates for performance issues, index optimization, denormalization patterns, or concurrency control tasks.

2026-02-10