Back to list
jhlee0409

project-feature

by jhlee0409

세상에서 가장 맛있는 사이드 프로젝트 레스토랑

0🍴 0📅 Jan 3, 2026

SKILL.md


name: project-feature description: Adds new fields or features to Project entity. Use when extending project schema, adding new properties, updating forms, or modifying project display. Includes type updates, API changes, and validation.

Add Project Feature Skill

Instructions

When adding a new field to Project:

  1. Update Types

    • src/lib/types.ts - Frontend interface
    • src/lib/db-types.ts - Firestore doc & API response
  2. Add Validation (if needed)

    • src/lib/security-utils.ts - CONTENT_LIMITS & validators
  3. Update API Routes

    • POST /api/projects - Create
    • GET /api/projects/[id] - Read
    • PATCH /api/projects/[id] - Update
  4. Update Form Components

    • src/app/menu/register/page.tsx
    • src/app/menu/edit/[id]/page.tsx
  5. Update Display Components

    • src/components/ProjectCard.tsx
    • src/app/menu/[id]/page.tsx

For complete checklist with code examples, see reference.md.

Score

Total Score

50/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon