一键导入
hugeicons-icons
Guidelines for finding and suggesting icons from the Hugeicons package.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Guidelines for finding and suggesting icons from the Hugeicons package.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Design, implement, refactor, and review Flutter apps that use feature-based vertical slices, handwritten Dart models/providers, componentized StatelessWidget UI, Riverpod state management, and a shared core layer. Use when adding Flutter features, organizing lib/, moving shared code, wiring repositories/providers/routes, avoiding code generation, avoiding private UI build helper methods, or checking architecture consistency in a Riverpod Flutter project.
Guidelines for using the Hugeicons Flutter package, covering widget usage, customization, and theme integration.
| name | hugeicons-icons |
| description | Guidelines for finding and suggesting icons from the Hugeicons package. |
references/icon_list.md file.strokeRounded<Name> pattern. For example, for a "user" icon, suggest HugeIcons.strokeRoundedUser.HugeIcons.* constants are List<List<dynamic>> SVG JSON/path data, not Flutter IconData. Use them with HugeIcon, not Icon.icon_list.md.01, 02, 03). Suggest the most appropriate one based on context.HugeIcons.strokeRoundedUser: Basic user icon.HugeIcons.strokeRoundedSettings01: Common settings icon.HugeIcons.strokeRoundedHome01: Standard home icon.HugeIcons.strokeRoundedFavorite: Heart/favorite icon.The full list of 4,553 icons is available in icon_list.md. Always check this file for the exact constant name.