Nano Banana Pro
Agent skill for nano-banana-pro
**Usage:** I needed to verify that the complex double-elimination tournament logic was working correctly. This prompt helped me set up Vitest, write comprehensive unit tests covering initialization, bracket progression, elimination logic, and edge cases, ensuring the tournament system functions prop
Sign in to like and favorite skills
Prompt: 'low key how can i write unit test in svelte. help me write unit tests to make sure double elimination logic works'
Usage: I needed to verify that the complex double-elimination tournament logic was working correctly. This prompt helped me set up Vitest, write comprehensive unit tests covering initialization, bracket progression, elimination logic, and edge cases, ensuring the tournament system functions properly.
Prompt: 'in the admin interface help me brainstorm ways to add data visualization to highlight important data analytics'
Usage: I wanted to add analytics to the admin interface to help visualize study data. This prompt helped me create a statistics API endpoint, add an analytics tab with visualizations for font preferences, quiz performance, reading times, and gaze point breakdowns.
Prompt: 'help me update the script files to test all new endpoints?'
Usage: I wanted to ensure all backend API endpoints were covered by test scripts. This prompt helped me review the existing test scripts, identify missing endpoints (PUT/DELETE for admin routes), and add tests for all API endpoints including edge cases.