shell
$ npx -y skills add nexu-io/open-design --skill login-flow --agent claude-codeInstalls just this skill. Get the whole plugin for auto-invocation.
How it fires
How this skill 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
/login-flow
Context preview
The summary Claude sees to decide when to auto-load this skill.
Mobile login and authentication flow screens
Stats
Stars80,924
Forks9,350
LanguageTypeScript
LicenseApache-2.0
Ships with open-design
SKILL.md
login-flow.SKILL.md
--- name: login-flow description: Mobile login and authentication flow screens od: mode: prototype platform: mobile triggers: - login - sign in - 注εη»ε½ - η»ε½ζ³¨ε - ζζΊε·η»ε½ - ιͺθ―η η»ε½ - ε―η η»ε½ --- # Login Flow Skill A skill for generating mobile-first login and authentication screens. Use this when the user wants a sign-in experience for a mobile app, including phone + SMS verification, password-based login, and social SSO options. ## Workflow 1. **Read reference files first** (see below) 2. **Clarify auth method**: phone/SMS, password, or social SSO 3. **Checklist gate** β verify P0 items before emitting `<artifact>` 4. **Build the HTML prototype** with proper states (default, loading, error) 5. **Wrap in `<artifact>` tag** referencing the output file ## Side Files - `references/checklist.md` β P0/P1 acceptance criteria ## Output A single standalone HTML file implementing the login screen with: - Labels above inputs (never placeholder-only) - Password field with show/hide toggle - Social SSO buttons with SVG icons
