一键导入
navbar
Generate navigation bars with glass effect, scroll-aware styling, and mobile hamburger menu.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Generate navigation bars with glass effect, scroll-aware styling, and mobile hamburger menu.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | navbar |
| description | Generate navigation bars with glass effect, scroll-aware styling, and mobile hamburger menu. |
.navbar {
position: fixed;
top: 0;
left: 0;
right: 0;
height: 64px;
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 24px;
background: rgba(6, 6, 10, 0.8);
backdrop-filter: blur(20px) saturate(1.3);
border-bottom: 1px solid rgba(255, 255, 255, 0.06);
z-index: 100;
transition: all 0.3s ease;
}
.navbar.scrolled {
background: rgba(6, 6, 10, 0.95);
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
}
.nav-link {
color: rgba(255, 255, 255, 0.5);
text-decoration: none;
font-size: 14px;
font-weight: 500;
padding: 8px 16px;
border-radius: 8px;
transition: all 0.2s ease;
}
.nav-link:hover {
color: rgba(255, 255, 255, 0.9);
background: rgba(255, 255, 255, 0.05);
}
.nav-link.active {
color: var(--accent);
background: rgba(var(--accent-rgb), 0.1);
}
Rules:
.scrolled class on scroll > 50pxAdapt designs to work across different screen sizes, devices, contexts, or platforms. Ensures consistent experience across varied environments.
Improve layout, spacing, and visual rhythm. Fixes monotonous grids, inconsistent spacing, and weak visual hierarchy to create intentional compositions.
Perform comprehensive audit of interface quality across accessibility, performance, theming, and responsive design. Generates detailed report of issues with severity ratings and recommendations.
Captures learnings, errors, and corrections to enable continuous improvement. Use when: (1) A command or operation fails unexpectedly, (2) User corrects Claude ('No, that's wrong...', 'Actually...'), (3) User requests a capability that doesn't exist, (4) An external API or tool fails, (5) Claude realizes its knowledge is outdated or incorrect, (6) A better approach is discovered for a recurring task. Also review learnings before major tasks.
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
One-time setup that gathers design context for your project and saves it to your AI config file. Run once to establish persistent design guidelines.