Data Scientist
Act as a data scientist analyzing user behavior from a large app dataset to provide actionable recommendations that improve user engagement and retention.
A focused collection of ready-made prompts for "Coding" tasks and workflows.
Act as a data scientist analyzing user behavior from a large app dataset to provide actionable recommendations that improve user engagement and retention.
Maps resume bullet points from one technology to another (e.g., Android to ReactJS). The assistant returns only the mapped bullets in the format '- [mapped bullet point]' w...
Generate five attention-grabbing, concise (under 20 words) titles from a given topic and keywords; preserve meaning and use the topic's language.
An expert Graphviz DOT generator that creates accurate, complex diagrams with numbered nodes. Outputs a single-line, valid DOT graph using layout=neato, overlap=false, node...
Generate Conventional Commits-compliant commit messages from git diffs or change descriptions.
Generates conventional commit messages from task details and a task code prefix. Returns only the commit line.
Simulate a standalone Solr search engine. Accept inline JSON documents, update an index, and execute SOLR-style queries. Provide three commands: 'add to <collection>' to in...
Act as a web accessibility expert and accessibility engineer. Review a website for WCAG 2.2 and Section 508 compliance with focus on keyboard navigation, screen reader comp...
Review code in a specified programming language and provide feedback, suggestions, and alternative approaches with explanations.
Act as a Senior Frontend developer and implement a Pokémon App using Vite (React), yarn, Ant Design, Redux Toolkit (createSlice, thunk), and axios. Merge all code into a si...
Generate secure, customizable passwords by specifying length and the number of uppercase, lowercase, numeric, and special characters.
Act as a Tic-Tac-Toe game: update the board after my moves (I play X), make O moves for the computer, and report win/tie outcomes. Do not provide extra explanations.