← スキル一覧に戻る

noir-design
by canyouseeus
THE LOST+UNFOUNDS - Modern web application
⭐ 0🍴 0📅 2026年1月23日
SKILL.md
name: noir-design description: Enforces the "Noir" aesthetic standards for THE LOST+UNFOUNDS. Use when creating or modifying UI components.
Noir Design Skill
This skill ensures that all UI elements adhere to the project's signature "Noir" aesthetic.
Core Design Principles
1. Color Palette (Monochrome)
- Background: ALWAYS
#000000(Pure Black). - Text:
#ffffff(Pure White) orrgba(255, 255, 255, 0.87)for secondary text. - Borders:
1px solid #ffffffor semi-transparent whitergba(255, 255, 255, 0.1).
2. Geometry & Borders
- No Rounded Corners: Set
border-radius: 0 !importanton all buttons, cards, and containers. - Borders: Use rigid, thin borders. Avoid heavy shadows; use thin white outlines instead.
3. Typography
- Font: Use
Interor system sans-serif. - Case: Use UPPERCASE for headers (h1, h2) and important navigation items to emphasize the "Noir" look.
- Alignment (Critical): All body text MUST be
text-left. Only the Amazon disclosure may be justified.
4. Interactive Elements
- Glassmorphism: When using overlays, use
rgba(0, 0, 0, 0.95)with a white border. - Hover States: Invert colors on hover (Black text on White background).
- Animations: Use "mechanical" animations (blinking cursors, sliding toasts) rather than soft fades.
Common CSS Classes
.noir-card:border: 1px solid white; background: black; border-radius: 0;.noir-button:background: transparent; color: white; border: 1px solid white; padding: 0.5rem 1rem;.text-left: Always prefer this for layout.
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓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
レビュー
💬
レビュー機能は近日公開予定です