Total Skills
4
Skills published by zzzznick with real stars/downloads and source-aware metadata.
Total Skills
4
Total Stars
0
Total Downloads
0
Comparison chart based on real stars and downloads signals from source data.
jacket-app-full-build
0
jacket-flutter-app-create
0
jacket-ios-privacy-plist-check
0
jacket-remote-config-keyset
0
End-to-end workflow to generate a complete Flutter iOS jacket app: create a full English real app (random non-journal product type with distinct Home IA), integrate food_app_common boot flow, generate per-app remote_url endpoint + random remote-config keyset + README snippet, and audit/patch iOS Runner/Info.plist (must include ATT NSUserTrackingUsageDescription). Use when the user wants one skill to finish the whole jacket app build.
Creates a production-like Flutter iOS jacket app under apps/ with a complete real app experience (UI theme, core features, persistence), integrates food_app_common boot flow, and prepares for white-label generation. Use when the user asks to create/generate a Flutter iOS 马甲包/白包 or wants a fully functional example app (e.g., water tracker, todo, habit tracker) to be generated by the LLM.
Audits and updates iOS Runner/Info.plist usage descriptions (including ATT) for a Flutter jacket app. Use when generating iOS 马甲包, modifying iOS permissions, adding SDKs that touch privacy, or when the user mentions Info.plist, ATT, tracking, camera, photo library, location, microphone, contacts, bluetooth.
Generates per-app remote_url endpoint + remote-config random field keyset, and prints a README snippet (endpoint + mapping + response example) using tools/generate_remote_config_keyset.dart. Use when the user asks to randomize/mapping remote fields, set different remote_url per jacket app, mockapi remote 字段映射, or to output the mapping in the generated jacket app README.