← Back to list

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:
-
Update Types
src/lib/types.ts- Frontend interfacesrc/lib/db-types.ts- Firestore doc & API response
-
Add Validation (if needed)
src/lib/security-utils.ts- CONTENT_LIMITS & validators
-
Update API Routes
POST /api/projects- CreateGET /api/projects/[id]- ReadPATCH /api/projects/[id]- Update
-
Update Form Components
src/app/menu/register/page.tsxsrc/app/menu/edit/[id]/page.tsx
-
Update Display Components
src/components/ProjectCard.tsxsrc/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