Skip to main content

이 저장소의 skills

KunanonJ/ai-skills-hub - 5페이지

SkillsMP는 KunanonJ/ai-skills-hub에서 441개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.

KunanonJ/ai-skills-hub

수집된 skill 441개 중 40개를 표시합니다.

직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Code reviewer specialized in Convex best practices, security, performance, and patterns

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Set up Convex authentication with proper user management, identity mapping, and access control patterns. Use when implementing auth flows.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Guide to using Convex components for feature encapsulation. Learn about sibling components, creating your own, and when to use components vs monolithic code.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Discover and use convex-helpers utilities for relationships, filtering, sessions, custom functions, and more. Use when you need pre-built Convex patterns.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Initialize a new Convex backend from scratch with schema, auth, and basic CRUD operations. Use when starting a new project or adding Convex to an existing app.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Create Convex queries, mutations, and actions with proper validation, authentication, and error handling. Use when implementing new API endpoints.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Plan and execute Convex schema migrations safely, including adding fields, creating tables, and data transformations. Use when schema changes affect existing data.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Handle errors properly in Convex - throw for exceptional cases, return null for expected cases, provide clear error messages

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Agent mode is for cloud coding agents (Jules, Devin, Cursor Cloud) to avoid conflicts with your dev deployment. Local agents don't need this.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Design flat, relational schemas with proper indexes instead of deep nesting

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use TypeScript strict mode and avoid 'any' type. Convex provides full type safety from database to client - use it!

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use Convex components to encapsulate features instead of mixing everything in one codebase. Components are self-contained, reusable, and maintainable.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Always use 'npx convex dev' for development, never 'npx convex deploy' which is for production only

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Always use ESLint with @convex-dev/eslint-plugin to catch Convex-specific issues and enforce best practices

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use \"use node\" directive in action files that need Node.js APIs. Cannot write queries or mutations in \"use node\" files.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Design and generate Convex database schemas with proper validation, indexes, and relationships. Use when creating schema.ts or modifying table definitions.

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

Plugin architecture specialist. Use when deciding the right component mix, structure, and metadata for a new Cursor plugin.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Create a new Cursor plugin scaffold with a valid manifest, component directories, and marketplace wiring. Use when starting a new plugin or adding a plugin to a multi-plugin repository.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Audit a Cursor plugin for marketplace readiness. Use when validating manifests, component metadata, discovery paths, and submission quality before publishing.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Render a documentation-style Cursor Canvas that organizes architecture notes, API references, walkthroughs, and how-tos into a navigable layout with sections, tables of contents, and cross-references. Use when the user asks for a docs canvas, documentation…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Creates and maintains Figma Code Connect template files that map Figma components to code snippets. Use when the user mentions Code Connect, Figma component mapping, design-to-code translation, or asks to create/update .figma.ts or .figma.js files.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

**MANDATORY prerequisite** — you MUST invoke this skill BEFORE every `create_new_file` tool call. NEVER call `create_new_file` directly without loading this skill first. Trigger whenever the user wants a new blank Figma file — a new design, FigJam, or Slides…

원문 언어: 영어

업데이트
직업 분류
웹·디지털 인터페이스 디자이너
설명

Use this skill alongside figma-use when the task involves translating an application page, view, or multi-section layout into Figma. Triggers: 'write to Figma', 'create in Figma from code', 'push page to Figma', 'take this app/page and build it in Figma',…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

MANDATORY prerequisite — load this skill BEFORE every `generate_diagram` tool call. NEVER call `generate_diagram` directly without loading this skill first. Trigger whenever the user asks to create, generate, draw, render, sketch, or build a diagram —…

원문 언어: 영어

업데이트
직업 분류
웹·디지털 인터페이스 디자이너
설명

Build or update a professional-grade design system in Figma from a codebase. Use when the user wants to create variables/tokens, build component libraries, create individual components with proper variant sets and variable bindings, set up theming (light/dark…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Translates Figma motion and animations into production-ready application code. Use when implementing animation/motion from a Figma design — user mentions \"implement this motion\", \"add animation from Figma\", \"animate this component\", provides a Figma URL…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

SwiftUI ↔ Figma translation. Use whenever the user mentions Swift, SwiftUI, iOS, iPhone, or iPad — in EITHER direction — translating a Figma design into SwiftUI (design → code), or pushing SwiftUI views / screens / tokens back into a Figma file (code →…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

This skill helps agents use Figma's use_figma MCP tool in the FigJam context. Can be used alongside figma-use which has foundational context for using the use_figma tool.

원문 언어: 영어

업데이트
수집된 skill 441개 중 40개를 표시합니다.