← Back to list

design-system
by UsmanBuk
Full Stack Developer | AI Integration Specialist | Cloud Architect ✨ Highlights: • Built healthcare AI chatbot system for NHS South Yorkshire • Developed e-commerce platform handling 500K+ products • 40% performance improvements through microservices migration • AWS Solutions Architect certified 🛠️ Tech Stack: Python • JavaScript • React • Node.
⭐ 0🍴 0📅 Jan 17, 2026
SKILL.md
name: design-system description: Portfolio design tokens, CSS variables, and component patterns. Use when editing HTML, CSS, or styling portfolio pages. allowed-tools: Read, Grep, Glob
Portfolio Design System
CSS Variables (from style.css :root)
Colors
/* Backgrounds */
--smoky-black: hsl(0, 0%, 7%); /* Page background */
--eerie-black-1: hsl(240, 2%, 13%); /* Card backgrounds */
--onyx: hsl(240, 1%, 17%); /* Borders */
--jet: hsl(0, 0%, 22%); /* Secondary borders */
/* Text */
--white-1: hsl(0, 0%, 100%); /* Headings */
--white-2: hsl(0, 0%, 98%); /* Body text */
--light-gray: hsl(0, 0%, 84%); /* Secondary text */
/* Accent */
--orange-yellow-crayola: hsl(45, 100%, 72%); /* Primary gold */
--vegas-gold: hsl(45, 54%, 58%); /* Secondary gold */
Typography
--ff-poppins: 'Poppins', sans-serif;
--fs-1: 24px; /* Titles */
--fs-2: 18px; /* Section titles */
--fs-5: 15px; /* Body default */
--fs-6: 14px; /* Small text */
Component Patterns
Always use CSS variables - never hardcode colors. See patterns.md for full component examples.
Score
Total Score
70/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon