frontend-design by dengineproblem/agents-monorepo
npx skills add https://github.com/dengineproblem/agents-monorepo --skill frontend-design擅长打造独特、生产级的前端界面。
在编码之前,先确定一个大胆的美学方向:
关键:选择一个清晰的概念方向并精确执行。
选择独特、有个性的字体。避免通用选项:
致力于统一的美学:
:root {
/* 使用 CSS 变量定义你的调色板 */
--primary: #1A237E;
--secondary: #FF6B35;
--accent: #4CAF50;
--background: #0A0A0A;
--text: #FAFAFA;
}
主导色搭配鲜明的点缀色,胜过保守的调色板。
使用动画实现效果和微交互:
/* 用于 HTML 的纯 CSS */
@keyframes reveal {
from { opacity: 0; transform: translateY(20px); }
to { opacity: 1; transform: translateY(0); }
}
.staggered-reveal > * {
animation: reveal 0.6s ease forwards;
}
.staggered-reveal > *:nth-child(1) { animation-delay: 0.1s; }
.staggered-reveal > *:nth-child(2) { animation-delay: 0.2s; }
.staggered-reveal > *:nth-child(3) { animation-delay: 0.3s; }
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
对于 React,使用 Motion 库。通过错开的动画和滚动触发的交互来编排页面加载时的展现效果。
采用出人意料的布局:
通过以下方式营造氛围:
切勿默认使用通用的人工智能美学:
使实现复杂度与美学愿景相匹配:
记住:不要退缩——展示当跳出思维定式并完全致力于一个独特愿景时,真正能够创造出什么。
每周安装量
72
代码仓库
GitHub 星标数
3
首次出现
2026年1月29日
安全审计
安装于
github-copilot71
opencode70
gemini-cli70
amp70
codex70
kimi-cli70
Expert in creating distinctive, production-grade frontend interfaces.
Before coding, commit to a BOLD aesthetic direction:
CRITICAL : Choose a clear conceptual direction and execute with precision.
Choose distinctive, characterful fonts. Avoid generic options:
Commit to cohesive aesthetics:
:root {
/* Define your palette with CSS variables */
--primary: #1A237E;
--secondary: #FF6B35;
--accent: #4CAF50;
--background: #0A0A0A;
--text: #FAFAFA;
}
Dominant colors with sharp accents outperform timid palettes.
Use animations for effects and micro-interactions:
/* CSS-only for HTML */
@keyframes reveal {
from { opacity: 0; transform: translateY(20px); }
to { opacity: 1; transform: translateY(0); }
}
.staggered-reveal > * {
animation: reveal 0.6s ease forwards;
}
.staggered-reveal > *:nth-child(1) { animation-delay: 0.1s; }
.staggered-reveal > *:nth-child(2) { animation-delay: 0.2s; }
.staggered-reveal > *:nth-child(3) { animation-delay: 0.3s; }
For React, use Motion library. Orchestrate page load reveals with staggered animations and scroll-triggered interactions.
Employ unexpected layouts:
Create atmosphere through:
Never default to generic AI aesthetics:
Match implementation complexity to the aesthetic vision:
Remember: Don't hold back—show what can truly be created when thinking outside the box and committing fully to a distinctive vision.
Weekly Installs
72
Repository
GitHub Stars
3
First Seen
Jan 29, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
github-copilot71
opencode70
gemini-cli70
amp70
codex70
kimi-cli70
React 组合模式指南:Vercel 组件架构最佳实践,提升代码可维护性
118,000 周安装
DOCX文档技能:Python/Node.js创建、编辑、分析.docx文件,支持模板填充与转换
169 周安装
shadcn/Tailwind 布局指南:解决CSS高度、Flex/Grid滚动问题,实现首次渲染正确
172 周安装
SwiftUI 布局 API 参考:ViewThatFits、AnyLayout、Layout协议等自适应界面开发指南
170 周安装
SSL证书自动化管理指南 - Cert-Manager、Let's Encrypt与AWS ACM最佳实践
168 周安装
构建dbt语义层完整指南:语义模型、实体、维度与指标创建教程
170 周安装
iOS/Swift 内存调试与泄漏修复指南 - 使用 Instruments 和 Xcode 诊断循环引用、计时器泄漏
169 周安装