원클릭으로
fontstock-db
FontStock Database Schema and Seeding. Trigger: When defining tables, relations, or initial data.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
FontStock Database Schema and Seeding. Trigger: When defining tables, relations, or initial data.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Protocol for QA, error verification, and skill evolution to prevent recurring bugs.
Guidelines for Domain-Driven Design and Clean Architecture dependency rules. Trigger: When creating new UseCases, Repositories, or planning module structure.
Guidelines for using Drizzle ORM with SQLite. Trigger: When writing SQL queries, migrations, or modifying schema definitions.
Expo Managed Workflow guidelines. Trigger: When configuring app.json, installing native libraries, or dealing with permissions/plugins.
FontStock business logic for inventory (expiry, search indexing). Trigger: When calculating dates, validating product inputs, or implementing search filters.
FontStock Navigation guidelines (Expo Router). Trigger: When adding routes, links, or configuring layouts.
| name | fontstock-db |
| description | FontStock Database Schema and Seeding. Trigger: When defining tables, relations, or initial data. |
| license | Apache-2.0 |
| metadata | {"author":"fontstock-arch","version":"1.0","scope":["data"],"auto_invoke":["Defining Database Schemas (tables)","Seeding initial data (Brands, Boxes)"]} |
| allowed-tools | Read, Edit, Write, Glob, Grep, Bash, WebFetch, WebSearch, Task |
productTable) but plural in DB if Drizzle default (or consistent with team pref). Correction: Drizzle often prefers single, but let's stick to what's defined in schema.ts. If unsure, check existing.created_at and updated_at.deleted_at if soft delete is required.