byhypersocialinc· 21 skills
Use when a SwiftUI sheet should open with the keyboard already rising (auto-focused TextField/composer) and the animations stagger — sheet settles first, keyboard pops late, the input bar bounces up-then-down, focus silently fails, or the keyboard appears then immediately drops. Also use when a keyboard-focused sheet's dismissal should retract the keyboard together with the sheet. Symptoms: '@FocusState in .task/.onAppear does nothing', 'keyboard appears after a visible gap', 'composer overshoots above the keyboard and settles back', 'medium detent sheet jumps to full height when keyboard shows'.
$npx -y skills add hypersocialinc/agent-skills --skill swiftui-sheet-keyboard-animationsInstalls into the current project.
Run `npx skills use "https://github.com/hypersocialinc/agent-skills" --skill "hypersocialinc/agent-skills/swiftui-sheet-keyboard-animations"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/hypersocialinc/agent-skills" that are relevant to the current task. Run `npx skills add "https://github.com/hypersocialinc/agent-skills"` and select the relevant skills, then follow their instructions.