Simulate a gastroenterology professor to test a GP or medical student on medical topics. Administer questions (one-by-one or as an exam), evaluate clinical reasoning, and provide a numerical grade out of 100.
Langue du texte source : anglais
Menu
Skills dans ce dépôt
SkillsMP a collecté 4 256 skills depuis ECNU-ICALK/AutoSkill. Ouvrez un skill pour examiner sa source et ses détails.
ECNU-ICALK/AutoSkillAffichage de 40 skills collectés sur 4 256.
Simulate a gastroenterology professor to test a GP or medical student on medical topics. Administer questions (one-by-one or as an exam), evaluate clinical reasoning, and provide a numerical grade out of 100.
Langue du texte source : anglais
Generates a comprehensive medical essay covering anatomy, histology, physiology, biochemistry, pharmacology, and pathology. The output must be in Notion-style Markdown format, include emojis for visual appeal, and provide detailed explanations for each…
Langue du texte source : anglais
Write a ~300-word blog section for MiddleGuy.shop explaining 'What is CBD?' covering CBD vs. THC, extraction methods, and including an interactive quiz prompt. The tone must be conversational, warm, and friendly, catering to a pro-THC audience seeking legal…
Langue du texte source : anglais
Generates human-like reading comprehension passages of approximately 120 words for middle school students, followed by 1 multiple-choice question and 3 short-answer questions with answers.
Langue du texte source : anglais
Refactors legacy Flutter Blue code to Flutter Blue Plus, replacing `fromProto` instantiation with direct `DeviceIdentifier` usage, and configures service discovery to avoid writing to the BLE device.
Langue du texte source : anglais
Refactors player input scripts (PlayerDriveController, PlayerShooting) from the legacy Input Manager to Unity's new Input System within a Mirror networking environment, adhering to specific lifecycle, inheritance, and logic constraints.
Langue du texte source : anglais
Guides the creation of a Minecraft Bedrock behavior pack that implements a death penalty system where players lose hotbar slots (simulated via barrier blocks), with options for PvP slot transfer and spectator mode consequences. It relies on scoreboards,…
Langue du texte source : anglais
Develops Bukkit/Spigot plugins to modify entity behaviors, specifically customizing dolphin attributes like health, damage scaling, and death messages with rich text components.
Langue du texte source : anglais
Develop a Python-based Minesweeper prediction tool for a 5x5 grid using historical data to identify safe spots and mine locations. The solution must support variable mine counts (1-10), ensure reproducibility via random seeds, and utilize advanced algorithms…
Langue du texte source : anglais
General SOP for common requests related to model, x_train, toolbox.
Langue du texte source : anglais
Generates unique, fast-paced action-adventure mystery suspense thriller plot outlines that blend elements from best-selling modern authors, ensuring high suspense, unexpected twists, and page-turning engagement.
Langue du texte source : anglais
Refactor game code into a modular, component-based architecture using specific design patterns (Observer, Strategy, Command) and separation of concerns.
Langue du texte source : anglais
Develop text-based browser games using a modular architecture with ES6 modules, modern JavaScript features, and object literals for data management.
Langue du texte source : anglais
Design a modular JavaScript architecture for game scripts using prototypal inheritance to share common functionality (toggle, set) and implement a secure external GUI using window.postMessage for remote control.
Langue du texte source : anglais
Develop a modular JavaScript framework for a web-based chess game that auto-plays random valid moves. The logic separates movement rules for each chess piece type into distinct, reusable functions (e.g., for rooks, knights). It handles turn alternation…
Langue du texte source : anglais
Generates MQL4 code for a custom indicator that tracks three Linearly Weighted Moving Averages (LWMAs), calculates the pip difference between the furthest apart MAs, draws a range box when the spread is within a defined threshold, and sends mobile…
Langue du texte source : anglais
Generates overly-funny, superhilarious, 17+ rated Mr. Men book transcripts based on a provided character title.
Langue du texte source : anglais
Generates MQL4 code for an Expert Advisor implementing a specific trading strategy involving a 5-period SMA crossover of Bollinger Bands, MACD confirmation, and a 200-period SMA trend filter, with stop-and-reverse logic and specific risk management.
Langue du texte source : anglais
Translate provided text into English, Spanish, French, and Portuguese, ensuring the phrasing is natural and commonly used in each respective country.
Langue du texte source : anglais
Translates English text into either a custom symbol alphabet or a 5-bit binary code based on specific user triggers, handling formatting and spacing rules for each mode.
Langue du texte source : anglais
Handles large text inputs sent in sequential chunks by buffering content and acknowledging receipt without processing until a specific trigger phrase is received.
Langue du texte source : anglais
Generates concise, evocative track descriptions for music libraries based on provided keywords, adhering to a specific structure and including usage suggestions.
Langue du texte source : anglais
Implement native Node.js audio filters for PCM streams, including stereo rotation/panning logic and vibrato effects using ring buffers and Hermite interpolation.
Langue du texte source : anglais
Participate in a turn-based roleplay game where the user describes environments and simulates events. Act as a near-future robotic assistant with a bipedal chassis, responding with actions limited to approximately 6 seconds.
Langue du texte source : anglais
Analyseer Nederlandse cryptische omschrijvingen om de oplossing te vinden met stapsgewijze redenering, en genereer nieuwe voorbeelden op basis van specifieke kwaliteitscriteria (dubbele betekenissen, logica).
Langue du texte source : Indéterminée
Answers multiple-choice questions about networking concepts, including IPv4, IPv6, routing, switching, and troubleshooting.
Langue du texte source : anglais
Generates astrological interpretations of natal aspects using the specific persona of Nexus-9, formatted for text-to-speech conversion with strict word count constraints.
Langue du texte source : anglais
Generate engaging storylines, smooth retcons, and dark comedy narratives for the 'Nightshade' alternate DC universe, focusing on accidental crossovers to Earth-Prime and the 'I can fix him' trope with noble heroes.
Langue du texte source : anglais
Adopt the persona of a friendly woman from Niigata Prefecture, communicating in English with Japanese cultural nuances. Responses must be narrative and flowing, strictly avoiding lists or bullet points, and focusing on traditional 'old world' themes and…
Langue du texte source : anglais
Scaffolds a scalable Node.js npm module for generating document thumbnails (PDF, DOCX, XLSX, CSV) with specific architectural constraints including read-only default options, buffer/base64 output toggles, and page selection support.
Langue du texte source : anglais
Implements a high-performance, robust image stitching pipeline using NumPy for geometric transformations (DLT, RANSAC, vectorized warping) and OpenCV for feature extraction. Enforces star-topology matching (reference to all targets), manual implementation of…
Langue du texte source : anglais
Generates and validates words, names, and sentences in the constructed language Õlk̍ev̇b based on specific letter categories, diacritics, suffixes, and phonotactic rules.
Langue du texte source : anglais
A professional real estate assistant named Terra for Ontario that helps users buy and sell homes. It features advanced intent classification logic to determine user goals (listings, renovations, subscriptions, or service links) while maintaining a helpful,…
Langue du texte source : anglais
Implement image processing functions (blur, sharpen, edge detection) using only OpenCV and Matplotlib, strictly avoiding NumPy and SciPy imports.
Langue du texte source : anglais
Implements TLS connections using OpenSSL where the application handles all network I/O via Linux system calls (send/recv/epoll) and OpenSSL is used strictly for encryption/decryption via memory BIOs.
Langue du texte source : anglais
Guide the user to package source code into an RPM using checkinstall on openSUSE, including mapping ldd dependencies to package names and adding custom metadata like URL and Description.
Langue du texte source : anglais
Generates optimized, comment-free `dxvk.conf` and `Config.wtf` files for World of Warcraft 3.3.5a based on user hardware specs, prioritizing async compilation, sharpness, and mouse responsiveness while excluding DirectX 11 settings.
Langue du texte source : anglais
Create a p5.js grid visualization where a button randomly selects unique cells without replacement, persisting previous marks and displaying numeric row/column labels.
Langue du texte source : anglais
Loads and preprocesses paired image and text files from separate directories, matching them by base filename (e.g., screen_13.png with html_13.html) for machine learning training.
Langue du texte source : anglais
Paraphrase and summarize complex descriptions of fictional entities, organizations, or technologies that contain bracketed annotations and definitions. Convert the raw, annotated text into a clean, coherent narrative.
Langue du texte source : anglais