원클릭으로
shared-types-builder
Use when generating or managing TypeScript types in libs/shared-types/
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when generating or managing TypeScript types in libs/shared-types/
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Record browser-based feature demos as GIFs via Playwright and optionally document them in docs/features/index.md. Trigger with "Demo <feature>" or "Demo and Document <feature>".
Use when creating service modules in apps/api/skillhub/services/
Use when writing API tests in apps/api/tests/
Use when implementing division-based access control on any endpoint
Use when adding services to docker-compose.yml or creating Dockerfiles
Use when implementing error handling across the API, frontend, or MCP server
| name | shared-types-builder |
| description | Use when generating or managing TypeScript types in libs/shared-types/ |
mise run gen:openapi # Flask/APIFlask → specs/openapi.json
mise run gen:types # openapi.json → libs/shared-types/src/api.generated.ts
Add to libs/shared-types/src/index.ts for types not in OpenAPI spec.
import type { SkillSummary, UserProfile } from '@skillhub/shared-types';
libs/shared-types/libs/shared-types/src/api.generated.tsspecs/openapi.json