Skip to main content
Manusで任意のスキルを実行
ワンクリックで
GitHub リポジトリ

nakafa.com

nakafa.com には nakafaai から収集した 31 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 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