← スキル一覧に戻る

web-designer
by HuxleyMc
Turn your annual leave into extended vacations. Leave Maximiser analyzes public holidays to find the perfect dates to book, allowing you to maximize your consecutive days off while minimizing your annual leave usage.
⭐ 0🍴 0📅 2026年1月24日
SKILL.md
name: web-designer description: Design and implement modern, clean, and usable UI components for the Leave Maximiser project (SolidJS, Tailwind, Biome).
Web Designer Skill
This skill guides you through creating professional UI components that match the Leave Maximiser project's architectural and stylistic constraints.
Instructions
1. Gather Context
- Read
AGENTS.mdto refresh memory on naming conventions and tech stack. - Read
.factory/skills/web-designer/references.mdto see the "Gold Standard" component structure. - Read
src/styles.cssto understand global styles.
2. Design Phase
- Propose a layout that fits the "modern, clean, and usable" aesthetic (Dark mode default:
bg-slate-900,text-slate-100, accentscyan-500/blue-500). - Plan for responsiveness (mobile-first approach).
- Select icons from
lucide-solid.
3. Implementation Phase
- Create/Edit the component file (e.g.,
src/components/MyComponent.tsx). - Strictly follow:
- SolidJS: Use
createSignal,<Show>,<For>. - Tailwind: Use utility classes directly in JSX.
- Typography: Use standard Tailwind sans/mono stacks.
- SolidJS: Use
- Ensure
tabindentation (Biome requirement).
4. Verification Phase
- Run
npm run checkto verify linting and formatting. Fix all errors. - Review the code against
.factory/skills/web-designer/checklist.md. - Ensure no
anytypes are used (Strict TS).
Example Usage
# User: "Create a footer component"
# Droid: Invokes web-designer skill
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です