/design-mobile
iOS or Android mockup + handoff spec. Argument: ios|android. Produces tokens, a device-framed HTML mockup, and a spec for swift-expert or an Android developer — never SwiftUI/Compose code.
$ npx -y skills add fusengine/agents --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/design-mobile
Context preview
What this command does when you run it.
iOS or Android mockup + handoff spec. Argument: ios|android. Produces tokens, a device-framed HTML mockup, and a spec for swift-expert or an Android developer — never SwiftUI/Compose code.
Command definition
design-mobile.mdname: design-mobile
description: "iOS or Android mockup + handoff spec. Argument: ios|android. Produces tokens, a device-framed HTML mockup, and a spec for swift-expert or an Android developer — never SwiftUI/Compose code."
argument-hint: "ios|android <screen description>"
/design:mobile — iOS/Android Mockup + Handoff (MOBILE scope)
Design a mobile screen or flow. This command never writes SwiftUI or Compose — the deliverable is a device-framed HTML mockup plus a handoff spec for the platform developer.
**Complete documentation**: `skills/design-ios/SKILL.md` or `skills/design-android/SKILL.md`.
Usage
/design:mobile ios onboarding flow
/design:mobile android settings screen
/design:mobile ios pricing paywall
Workflow
1. Read `skills/design-method/SKILL.md` — the 4-question brief and signature element still apply; no inspiration browsing for mobile (platform HIG/Material references replace it). 2. If no `design-system.md` exists, read `skills/design-system/SKILL.md` first to establish tokens; otherwise reuse the existing one. 3. Route by argument:
- `ios` → `skills/design-ios/SKILL.md` — Dynamic Type, semantic colors, exact device
viewports, Liquid Glass where it fits, 44×44pt touch targets.
- `android` → `skills/design-android/SKILL.md` — Material 3 (Expressive) type scale,
shape scale, color roles, window size classes, 48×48dp touch targets. 4. Build the device-framed HTML mockup at exact viewport/window-size dimensions. 5. Write the handoff spec (SwiftUI-ready or Compose-ready) — named tokens only, explicit sizing/states/spacing. 6. Read `skills/design-review/SKILL.md`, mockup-scoped: contrast check on the mockup, screenshot it, no full site audit loop.
Forbidden
Writing SwiftUI or Jetpack Compose code. Inventing a numeric fact not in `design-ios`/`design-android`'s references (mark it "to reconfirm" instead). Inspiration-site browsing.
Read more
name: design-mobile description: "iOS or Android mockup + handoff spec. Argument: ios|android. Produces tokens, a device-framed HTML mockup, and a spec for swift-expert or an Android developer — never SwiftUI/Compose code." argument-hint: "ios|android <screen description>"
/design:mobile — iOS/Android Mockup + Handoff (MOBILE scope)
Design a mobile screen or flow. This command never writes SwiftUI or Compose — the deliverable is a device-framed HTML mockup plus a handoff spec for the platform developer.
**Complete documentation**: `skills/design-ios/SKILL.md` or `skills/design-android/SKILL.md`.
Usage
/design:mobile ios onboarding flow /design:mobile android settings screen /design:mobile ios pricing paywall
Workflow
1. Read `skills/design-method/SKILL.md` — the 4-question brief and signature element still apply; no inspiration browsing for mobile (platform HIG/Material references replace it). 2. If no `design-system.md` exists, read `skills/design-system/SKILL.md` first to establish tokens; otherwise reuse the existing one. 3. Route by argument:
- `ios` → `skills/design-ios/SKILL.md` — Dynamic Type, semantic colors, exact device
viewports, Liquid Glass where it fits, 44×44pt touch targets.
- `android` → `skills/design-android/SKILL.md` — Material 3 (Expressive) type scale,
shape scale, color roles, window size classes, 48×48dp touch targets. 4. Build the device-framed HTML mockup at exact viewport/window-size dimensions. 5. Write the handoff spec (SwiftUI-ready or Compose-ready) — named tokens only, explicit sizing/states/spacing. 6. Read `skills/design-review/SKILL.md`, mockup-scoped: contrast check on the mockup, screenshot it, no full site audit loop.
Forbidden
Writing SwiftUI or Jetpack Compose code. Inventing a numeric fact not in `design-ios`/`design-android`'s references (mark it "to reconfirm" instead). Inspiration-site browsing.
A plugin ecosystem that turns Claude Code into a supervised, multi-agent development environment.
Repo: fusengine/agents
Other commands on fusengine-agents.
- /apex-quick
Quick Flow for simple fixes - Single expert handles explore, code, review, and validate in one pass. Inspired by BMAD Barry.
Open command - /apex
APEX Methodology - The systematic Analyze-Plan-Execute-eLicit-eXamine approach for intelligent development. Reduces hallucination and defect risk through mandatory parallel research, self-review, and validation gates.
Open command - /cleanup-context
Memory optimization - removes duplicates, consolidates knowledge, and cleans memory banks for better performance.
Open command - /create-pull-request
Auto-generate Pull Request with comprehensive description, test plan, and changelog. Uses gh CLI for creation.
Open command - /deep-code-analysis
Comprehensive codebase investigation using research-expert for documentation, explore-codebase for structure, and deep analysis. Perfect for understanding complex systems.
Open command - /epct
Systematic Explore-Plan-Code-Test methodology for structured development. Ensures comprehensive approach to feature implementation.
Open command

