← Back to list

implement-page-or-components
by Oungseik
⭐ 0🍴 0📅 Jan 25, 2026
SKILL.md
name: implement-page-or-components description: Implement a new page in the project license: MIT compatibility: opencode
What I do
- read and understand the plan in provided file carefully.
- ask unclear questions.
- implement svelte kit page with lastest rune api. For example:
import type { PageProps } from "./$types";const { params, data }: PageProps = $props();let isInviteDialogOpen = $state(false); - import necessary shad cn components from
@repo/ui. For exampleimport * as Card from "@repo/ui/card". Components are already installed so no need to reinstall and check exist or not. - use the
@tanstack/svelte-querylatest api to make api calls if necessary. - use full import of lucide icons import. For example
import UserPlusIcon from "@lucide/svelte/icons/user-plus"; - use data table with
@tanstack/table-coreif need to implement table. Also check out tables fromapps/website/src/lib/components/tablesfor reference. - use
@tanstack/svelte-formif need to implement form. - follow Refactoring UI book design guidelines to implement the UI.
When to use me
Use this when you are going to design and write code to implement page or components. Ask clarifying questions if the you are unclear about features or necessary actions.
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