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.
原文语言:英语
菜单
这个仓库中的 skills
SkillsMP 已收集 ECNU-ICALK/AutoSkill 中的 4,256 个 Skill。打开任一 Skill 可查看来源和详情。
ECNU-ICALK/AutoSkill已展示 40 / 4,256 个已收集 Skill。
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.
原文语言:英语
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…
原文语言:英语
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…
原文语言:英语
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.
原文语言:英语
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.
原文语言:英语
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.
原文语言:英语
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,…
原文语言:英语
Develops Bukkit/Spigot plugins to modify entity behaviors, specifically customizing dolphin attributes like health, damage scaling, and death messages with rich text components.
原文语言:英语
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…
原文语言:英语
General SOP for common requests related to model, x_train, toolbox.
原文语言:英语
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.
原文语言:英语
Refactor game code into a modular, component-based architecture using specific design patterns (Observer, Strategy, Command) and separation of concerns.
原文语言:英语
Develop text-based browser games using a modular architecture with ES6 modules, modern JavaScript features, and object literals for data management.
原文语言:英语
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.
原文语言:英语
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…
原文语言:英语
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…
原文语言:英语
Generates overly-funny, superhilarious, 17+ rated Mr. Men book transcripts based on a provided character title.
原文语言:英语
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.
原文语言:英语
Translate provided text into English, Spanish, French, and Portuguese, ensuring the phrasing is natural and commonly used in each respective country.
原文语言:英语
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.
原文语言:英语
Handles large text inputs sent in sequential chunks by buffering content and acknowledging receipt without processing until a specific trigger phrase is received.
原文语言:英语
Generates concise, evocative track descriptions for music libraries based on provided keywords, adhering to a specific structure and including usage suggestions.
原文语言:英语
Implement native Node.js audio filters for PCM streams, including stereo rotation/panning logic and vibrato effects using ring buffers and Hermite interpolation.
原文语言:英语
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.
原文语言:英语
Analyseer Nederlandse cryptische omschrijvingen om de oplossing te vinden met stapsgewijze redenering, en genereer nieuwe voorbeelden op basis van specifieke kwaliteitscriteria (dubbele betekenissen, logica).
原文语言:无法判定
Answers multiple-choice questions about networking concepts, including IPv4, IPv6, routing, switching, and troubleshooting.
原文语言:英语
Generates astrological interpretations of natal aspects using the specific persona of Nexus-9, formatted for text-to-speech conversion with strict word count constraints.
原文语言:英语
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.
原文语言:英语
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…
原文语言:英语
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.
原文语言:英语
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…
原文语言:英语
Generates and validates words, names, and sentences in the constructed language Õlk̍ev̇b based on specific letter categories, diacritics, suffixes, and phonotactic rules.
原文语言:英语
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,…
原文语言:英语
Implement image processing functions (blur, sharpen, edge detection) using only OpenCV and Matplotlib, strictly avoiding NumPy and SciPy imports.
原文语言:英语
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.
原文语言:英语
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.
原文语言:英语
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.
原文语言:英语
Create a p5.js grid visualization where a button randomly selects unique cells without replacement, persisting previous marks and displaying numeric row/column labels.
原文语言:英语
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.
原文语言:英语
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.
原文语言:英语