harmonyos-design
设计、重构、实现或改进 HarmonyOS、OpenHarmony 与 ArkUI 产品界面。用于从需求建立设计基线,把交互方案落到 ArkTS/ArkUI,处理导航、手机/平板/折叠屏/PC 适配、多输入、状态真实性、生命周期、动效、无障碍、性能、WebView/IME 几何与设备验证。
Signing
SignedSLSA L2- Signed by
- skills-hub.ai distributor
- Method
- Distributor-signed by skills-hub.aiCryptographically signed by the skills-hub.ai distributor key at publish time.
- Signed
Install this skill
Run this command in your terminal. No account required — it auto-detects your AI tool and installs the skill file.
npx @skills-hub-ai/cli install harmonyos-designSetup by platform
Install
One-click setup for your editorRun in your project root
npx @skills-hub-ai/cli install harmonyos-design --target claude-codeExamples
Prompt
设计一个适配折叠屏的HarmonyOS界面,确保导航和动效符合用户体验。Output
首先确认折叠屏的状态权威信息,建立设计基线,定义导航路径和交互方案。使用ArkTS实现界面布局,考虑折叠状态下的屏幕分割和切换动画。验证在不同折叠状态下的UI表现,确保动效流畅且符合平台能力。记录设计方案和验证结果,交由开发团队实现。Prompt
重构现有HarmonyOS应用的界面,优化性能并增强无障碍支持。Output
分析现有界面状态和性能瓶颈,建立设计基线,调整ArkUI布局和交互逻辑。引入无障碍元素,确保组件支持辅助功能。验证在不同设备和场景下的表现,确保无障碍和性能指标达标。记录改动和验证证据,交由开发团队落实。Instructions
Security
Reviews (0)
Related skills
Browse all →More UX skills
Browse category →Frequently asked questions about harmonyos-design
What does the harmonyos-design skill do?
设计、重构、实现或改进 HarmonyOS、OpenHarmony 与 ArkUI 产品界面。用于从需求建立设计基线,把交互方案落到 ArkTS/ArkUI,处理导航、手机/平板/折叠屏/PC 适配、多输入、状态真实性、生命周期、动效、无障碍、性能、WebView/IME 几何与设备验证。 It's a reusable SKILL.md instruction set that loads into your AI coding assistant on demand, no prompt engineering, no copy-pasting every session.
How do I install the harmonyos-design skill?
Run `npx @skills-hub-ai/cli install harmonyos-design` from your terminal. The CLI writes the SKILL.md to the correct location for your AI tool (e.g. ~/.claude/skills/harmonyos-design/ for Claude Code or ~/.cursor/skills/ for Cursor with --target cursor) and adds it to your project's .skills.json lockfile.
Which AI tools does harmonyos-design work with?
harmonyos-design runs in Codex CLI. It follows the open Agent Skills standard (SKILL.md), so the same skill works in every supported tool without modification.
Is the harmonyos-design skill free?
Yes. Every skill on skills-hub.ai is free and open-source. There are no premium tiers, paywalls, or usage limits. You only pay for whatever AI assistant you're already using.
How do I use harmonyos-design after installing it?
In Codex CLI, type `/harmonyos-design` (or whatever slash command the skill registers) and the AI follows the skill's instructions immediately. You can also reference it by name in natural language, your AI loads the skill into context when relevant.
Can I share the harmonyos-design skill with my team?
Yes. Commit your project's .skills.json lockfile and teammates run `npx @skills-hub-ai/cli install` (no args) to install every skill at the exact version you pinned. Organization-scoped installs work via skills-hub.ai organizations.