← Back to list

best-practices
by abdullah7041
Transform your resume into a job-winning document with AI-powered optimization Designed for Vision 2030
⭐ 0🍴 0📅 Jan 21, 2026
SKILL.md
name: best-practices description: Ensure code and design follow the latest industry standards, premium UI/UX trends, and library documentation.
Best Practices Skill
Proactively research latest standards before implementation.
When to Use
- Adding new UI components
- Fixing bugs in libraries
- Refactoring existing code
- Performance optimization
1. Research Protocol
Before writing code, you MUST:
- Library Check: Use
context7 mcp→resolve-library-id→query-docs - Design Trends: Use
search_webfor "2025/2026 [component] trends" - Performance: Check for modern optimizations (lazy loading, CSS-only animations)
2. Premium UI Standards
/* Glassmorphism Example */
.glass-card {
background: rgba(255, 255, 255, 0.1);
backdrop-filter: blur(12px);
border: 1px solid rgba(255, 255, 255, 0.2);
border-radius: 16px;
}
/* Vibrant Gradient */
.gradient-bg {
background: linear-gradient(135deg, hsl(240, 80%, 60%), hsl(280, 90%, 50%));
}
/* Micro-interaction */
.btn-hover {
transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.btn-hover:hover {
transform: translateY(-2px);
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}
Checklist
- Glassmorphism with blur + semi-transparent borders
- Micro-interactions (hover, focus, active states)
- HSL gradients, avoid flat colors
- Engagement loops (progress bars, success states)
- WCAG accessibility compliance
3. Execution Flow
- Discover: Research using context7 + search_web
- Propose: Explain WHY it's best practice
- Implement: Use latest syntax
- Validate: Test against research findings
4. Code Style
- Prefer fewer lines of code
- Use modern JS/TS: optional chaining (
?.), nullish coalescing (??) - Graceful degradation for unsupported features
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