前端

前端框架、UI 组件、CSS 和 Web 应用

491 个 Skills 可用

Skills 列表

vite

vite

5.4Kfrontend

Vite 构建工具配置、插件 API、SSR 以及 Vite 8 Rolldown 迁移。适用于处理 Vite 项目、vite.config.ts、Vite 插件或使用 Vite 构建库/SSR 应用。

antfu avatarantfu
获取
android-tombstone-symbolication

android-tombstone-symbolication

5.3Kfrontend

Symbolicate the .NET runtime frames in an Android tombstone file. Extracts BuildIds and PC offsets from the native backtrace, downloads debug symbols from the Microsoft symbol server, and runs llvm-symbolizer to produce function names with source file and line numbers. USE FOR triaging a .NET MAUI or Mono Android app crash from a tombstone, resolving native backtrace frames in libmonosgen-2.0.so or libcoreclr.so to .NET runtime source code, or investigating SIGABRT, SIGSEGV, or other native signals originating from the .NET runtime on Android. DO NOT USE FOR pure Java/Kotlin crashes, managed .NET exceptions that are already captured in logcat, or iOS crash logs. INVOKES Symbolicate-Tombstone.ps1 script, llvm-symbolizer, Microsoft symbol server.

dotnet avatardotnet
获取
explain-interface

explain-interface

4.5Kfrontend

Answers "how was this built?" about an interface. Give it a URL and name the thing you're curious about, and it reads the layers that produce the effect. Reads the whole frontend instead when you don't name a thing. From a screenshot it reconstructs rather than reads and says so.

jakubkrehel avatarjakubkrehel
获取
remotion-markup

remotion-markup

4.5Kfrontend

Content, animation and effects best practices

remotion-dev avatarremotion-dev
获取
remotion-saas

remotion-saas

4Kfrontend

使用 Remotion 构建视频应用 - 框架、渲染和 Player 建议

remotion-dev avatarremotion-dev
获取
react-component-performance

react-component-performance

4Kfrontend

Analyze and optimize React component performance issues (slow renders, re-render thrash, laggy lists, expensive computations). Use when asked to profile or improve a React component, reduce re-renders, or speed up UI updates in React apps.

dimillian avatardimillian
获取
extract-design

extract-design

3.9Kfrontend

Extract the full design language from any website URL. Produces 8 output files including AI-optimized markdown, visual HTML preview, Tailwind config, React theme, shadcn/ui theme, Figma variables, W3C design tokens, and CSS variables. Also runs WCAG accessibility scoring. Use when user says 'extract design', 'get design system', 'design language', 'design tokens', 'what colors/fonts does this site use', or '/extract-design'.

manavarya09 avatarmanavarya09
获取
hallmark

hallmark

3.5Kfrontend

反“AI塑料感”设计 Skill,适用于全新页面设计、设计审计、改版重构以及从 URL 或截图提取设计 DNA。当用户需要新建应用或落地页、对现有设计进行改版重构、明确提及 Hallmark,或使用 audit/redesign/study 指令时调用。

nutlope avatarnutlope
获取
fixing-metadata

fixing-metadata

3.5Kfrontend

审计并修复HTML元数据,包括页面标题、元描述、规范URL、Open Graph标签、Twitter卡片、网站图标、JSON-LD结构化数据和机器人指令。在添加SEO元数据、修复社交分享预览、审查Open Graph标签、设置规范URL或发布需要正确元标签的新页面时使用。

ibelick avataribelick
获取
baseline-ui

baseline-ui

3.5Kfrontend

通过修复间距、层级、排版和小型布局问题,快速打磨UI代码。当界面需要快速清理或润色时使用。

ibelick avataribelick
获取
fixing-motion-performance

fixing-motion-performance

3.4Kfrontend

审计并修复动画性能问题,包括布局抖动、合成器属性、滚动关联动画和模糊效果。当动画卡顿、过渡不平滑或审查 CSS/JS 动画性能时使用。

ibelick avataribelick
获取
gzh-design

gzh-design

3.3Kfrontend

微信公众号文章排版引擎,将 Markdown 转换为可直接粘贴到公众号编辑器的 HTML。主题风格从 references/theme-index.md 注册的自定义主题库中选取,自动章节编号、关键词下划线标记、引言卡片、目录导航、代码块、图片/GIF、作者签名。支持 Markdown / Word(.docx) / PDF / 纯文本输入(非 Markdown 先自动归一化),也支持"一键自动排版"(自动推断结构+选主题),还支持根据用户描述/参考图生成自定义主题组件库并保存本地复用。触发场景:(1) 用户提到"公众号排版""公众号文章""微信排版""gzh",(2) 用户想把文章(md/docx/pdf/纯文本)转成公众号 HTML,(3) 用户说"自动排版""一键排版"公众号内容,(4) 用户想为公众号排版"生成新主题/自定义风格/按这张图做一套组件库"。不用于生成普通网页/落地页/PPT(用前端或 PPT 类 skill)。

isjiamu avatarisjiamu
获取
iot

iot

3.1Kfrontend

使用 PlantUML 语法配合设备与传感器图元图标绘制物联网(IoT)架构图。非常适合智能家居、工业物联网(IIoT)、车队管理、边缘计算及传感器网络布局等场景。

markdown-viewer avatarmarkdown-viewer
获取
ultracite

ultracite

3.1Kfrontend

Ultracite 是一个零配置的 JavaScript/TypeScript 项目代码检查与格式化预设。适用于以下场景:(1) 在项目中设置或初始化 Ultracite(ultracite init),(2) 运行代码检查或格式化命令(check、fix、doctor),(3) 在使用了 Ultracite 的项目中编写或审查 JS/TS 代码——遵循其代码规范,(4) 排查代码检查/格式化问题,(5) 用户在安装了 Ultracite 的项目中提及 'ultracite'、'lint'、'format'、'code quality' 或 'biome/eslint/oxlint'。

haydenbleasel avatarhaydenbleasel
获取
spartan

spartan

2.9Kfrontend

Manages spartan/ui, the Angular UI library - adding, composing, fixing, debugging, and styling UI with the Brain (headless primitives) and Helm (styled) layers. Provides project context, component APIs, and usage examples. Applies when working with spartan/ui, @spartan-ng/brain, @spartan-ng/helm, the @spartan-ng/cli generators, or any Angular project with a components.json file. Also triggers for "spartan init", "add a spartan component", or "set up spartan/ui".

spartan-ng avatarspartan-ng
获取
vue-jsx-best-practices

vue-jsx-best-practices

2.8Kfrontend

Vue 中使用 JSX 的最佳实践与语法规范(如 class 与 className 的异同、JSX 插件配置等)。

hyf0 avatarhyf0
获取
vue-options-api-best-practices

vue-options-api-best-practices

2.8Kfrontend

Vue 3 Options API 编写风格(data()、methods、this 上下文)。各参考文档均仅展示 Options API 解决方案。

hyf0 avatarhyf0
获取
vue-router-best-practices

vue-router-best-practices

2.7Kfrontend

Vue Router 4 最佳实践指南:涵盖导航守卫、路由参数处理以及路由与组件生命周期的交互协同。

hyf0 avatarhyf0
获取
uptrend-analyzer

uptrend-analyzer

2.7Kfrontend

Analyzes market breadth using Monty's Uptrend Ratio Dashboard data to diagnose the current market environment. Generates a 0-100 composite score from 5 components (breadth, sector participation, rotation, momentum, historical context). Use when asking about market breadth, uptrend ratios, or whether the market environment supports equity exposure. No API key required.

tradermonty avatartradermonty
获取
market-breadth-analyzer

market-breadth-analyzer

2.7Kfrontend

Quantifies market breadth health using TraderMonty's public CSV data. Generates a 0-100 composite score across 6 components (100 = healthy). No API key required. Use when user asks about market breadth, participation rate, advance-decline health, whether the rally is broad-based, or general market health assessment.

tradermonty avatartradermonty
获取
core-web-vitals

core-web-vitals

2.7Kfrontend

Optimize Core Web Vitals (LCP, INP, CLS) for better page experience using field and lab evidence. Use when asked to "improve Core Web Vitals", "fix LCP", "reduce CLS", "optimize INP", "page experience optimization", or "fix layout shifts".

addyosmani avataraddyosmani
获取
vue-jsx-best-practices

vue-jsx-best-practices

2.7Kfrontend

Vue 中的 JSX 语法最佳实践(例如 class 与 className 的异同、JSX 插件配置等)。

vuejs-ai avatarvuejs-ai
获取
vue-options-api-best-practices

vue-options-api-best-practices

2.7Kfrontend

Vue 3 选项式 API(Options API)风格规范(包含 data()、methods、this 上下文等)。每个参考文档均仅提供选项式 API 的解决方案。

vuejs-ai avatarvuejs-ai
获取
stanley-druckenmiller-investment

stanley-druckenmiller-investment

2.7Kfrontend

Druckenmiller Strategy Synthesizer - Integrates 8 upstream skill outputs (Market Breadth, Uptrend Analysis, Market Top, Macro Regime, FTD Detector, VCP Screener, Theme Detector, CANSLIM Screener) into a unified conviction score (0-100), pattern classification, and allocation recommendation. Use when user asks about overall market conviction, portfolio positioning, asset allocation, strategy synthesis, or Druckenmiller-style analysis. Triggers on queries like "What is my conviction level?", "How should I position?", "Run the strategy synthesizer", "Druckenmiller analysis", "総合的な市場判断", "確信度スコア", "ポートフォリオ配分", "ドラッケンミラー分析".

tradermonty avatartradermonty
获取