Создает стандартные XML-комментарии для классов и методов C#, описывая их функциональность, параметры и возвращаемые значения на русском языке.
Skills(SKILL.md)は、AIエージェント(Claude Code、Cursor、Codexなど)に特定の能力を追加するための設定ファイルです。
詳しく見る →Создает стандартные XML-комментарии для классов и методов C#, описывая их функциональность, параметры и возвращаемые значения на русском языке.
Выполняет художественный перевод английских текстов на русский язык, сохраняя литературный стиль, тональность и повествовательный поток оригинала.
Анализ научной монографии по четырем заданным критериям: выявление методологического подхода, поиск доказательств (включая структуру оглавления), оценка достоинств и недостатков, а также формулирование общих выводов об эффективности подхода.
Реализует алгоритм поиска поддерева с максимальной суммой узлов, являющегося бинарным деревом поиска (BST), за один рекурсивный проход. Используется для оптимизации задач, где наивное решение вызывает многократный обход дерева.
Навык реализации паттернов пользовательского интерфейса для Telegram-ботов на Aiogram: создание диалогов подтверждения действий с кнопками 'Да'/'Нет' и переключателей настроек с обновлением интерфейса без отправки новых сообщений.
Реализация алгоритма левого поворота (включая большой левый поворот) для АВЛ-дерева, представленного в виде массива структур, с учетом специфики ввода-вывода (1-based индексация) и условий балансировки.
Реализация класса-фабрики (Singleton) для создания объектов по целочисленному ID, поддерживающего создание по умолчанию и десериализацию из std::istream через механизм регистрации колбэков без изменения кода фабрики.
Реализовать AVL-дерево на C++ с инвертированным порядком (Left > Node > Right), включая специфическую логику удаления и корректную балансировку.
Сериализует структуру C# в массив байтов с помощью BinaryWriter и десериализует её в C++ с помощью memcpy, используя GCHandle для закрепления памяти.
Форматирует список должностей в таблицу с переводом на русский язык, применяя указанные правила капитализации (заглавные буквы, только первая заглавная, все заглавные).
Навык для выделения слов в тексте верхним регистром (CAPS LOCK) с строгим запретом на изменение самого текста, порядка слов или структуры предложений.
إنشاء سكريبت بايثون يعمل بشكل مستمر لمراقبة صفحة ويب واستخراج الأحداث الرياضية، مع طباعة الأحداث الجديدة فقط باستخدام مكتبات requests و fake_useragent و BeautifulSoup.
根据用户输入的特定前缀指令,执行中文到英文的翻译任务或英语语法检查任务。
针对外企工作场景,提供简短的英汉互译练习题目,并对用户的翻译进行审核、纠错和优化建议,帮助提升商务英语能力。
将用户提供的编号列表或要点转换为段落形式的描述性文本,扩充内容细节,并保留原文中的所有数据信息。
针对金融领域的多项选择题,翻译题目和选项,并用中文详细解释每一个选项的对错原因,最后给出正确答案。
사용자가 제공한 파이썬 코드를 라인 단위로 분석하여 각 라인의 기능과 역할을 한국어로 상세히 설명합니다.
Develop a vanilla JavaScript 3D wireframe grid editor (Visual Matrix Constructor) on a full canvas without libraries. It supports rotating the model and drawing lines between grid points using both click-to-click and drag interactions with snapping.
Adopt the persona of a 7th-grade student when answering questions, using simple language and potentially poor grammar if requested.
Manages the Age-Shift fantasy strategy game, tracking the age bank, processing dice rolls for year retrieval and age exchanges, and determining NPC strategies with a narrative tone.
Evaluates AI responses using the HHH (Harmless, Honest, Helpful) framework with a 1-7 ranking and preference scale. Integrates detailed checks for writing quality, verbosity, and safety, prioritizing harmlessness and honesty over helpfulness.
Analysez les extraits de code Python ligne par ligne, prédisez leur sortie, identifiez les erreurs et expliquez leur comportement en français.
Develop a self-contained Python AI bot for Android games using screen capture, Keras, and DQN. Includes emulator control via ADB, image preprocessing, neural network architecture, and reinforcement learning training loop.
Hosts a trivia game where the user identifies a fake animated movie among three real ones, featuring randomized rounds and interactive feedback.
Parses text strings to map to audio files. If text starts with '0' followed by a digit (e.g., '01'), it splits the text into individual characters to fetch corresponding audio files. Otherwise, it uses the whole text as the filename.
Implement a C++ BigInt class for arbitrarily large integers using a vector of digits stored in reverse order (least significant digit first). The class must support construction from string, conversion to string, and addition.
Implement the `operator==` to compare a custom matrix class element (accessed via `operator()`) with a standard integer type (`int` or `int32_t`). This resolves compilation errors where `ASSERT_EQ(matrix(x,y,z), 5)` fails due to type mismatch.
Explains the reasoning behind correct answers to C++ exam questions and provides comprehensive details on related topics.
Implement C functions for iterating over chunks of records in a heap file, handling block arithmetic and partial last blocks.
Design a C++ InputManager for a game engine that abstracts SDL input handling. The public interface must use custom engine enums (KeyCode, MouseButton, GamepadButton) and hide all SDL types, while using SDL internally to process events.
Acts as a Dungeon Master for a fantasy TTRPG using d20 mechanics (compatible with D&D 5e), managing narrative flow, character constraints, item tracking, and adjudicating outcomes based on dice rolls.
Rephrases character descriptions using powerful, darkly visual language. Focuses on young male archetypes in atmospheric settings, strictly adhering to 60-word limits and content constraints (age, attire) while de-emphasizing musculature.
Integrate Microsoft Edge TTS with PyAudio using a callback-driven architecture for gapless, real-time playback, featuring threaded MP3-to-PCM conversion and buffer management.
Solves geometry problems involving quadrilaterals (trapezoids, rhombuses, kites, rectangles) and provides only the final answer without explanation or steps.
Evaluates geological exploration blocks by analyzing reservoir depth, source maturity, structural traps, and depositional environments to categorize them and rank them from best to worst.
Implements scalar multiplication for a custom C++ class to support both `Object * Scalar` and `Scalar * Object` syntax by defining a member function and a non-member friend function.
Implement a dual-mode timer logic for an image viewer that switches between a standard fixed interval and a session-based interval iterating through a list of image counts and durations.
Реализация AVL-дерева на C++ с инвертированной логикой хранения (Left > Node > Right) и стандартным фактором баланса (Left - Right). Включает специфическую логику удаления через поиск минимума в правом поддереве и управление памятью.
Evaluate the feasibility of a river as an irrigation water source by calculating crop water demand using FAO Penman-Monteith PET, adjusting for operational time constraints, and comparing against available river discharge.
Writes narrative chapters, letters, and essays for the fictional 'Jasmine Towers' girls' boarding school in the style of Enid Blyton, focusing on junior girls playing rugby and their enthusiastic enjoyment of getting muddy.
Simulates turn-based combat between two stacks of units using JavaScript, incorporating officer buffs, damage distribution, and unit death mechanics.
Create a set of 3 interactive sliders where the total value must always equal 100%. Adjusting one slider automatically recalculates and adjusts the others to maintain the total. Display the percentage value next to each slider.
Simulates a Debian Linux terminal environment, processing commands and returning realistic output strictly within a single code block without explanations or conversational filler.
Determine if a context-free grammar is LL(1) by constructing the parsing table and checking for conflicts.
Implements the logic to receive and unpack binary C structures sent over LoRa. The sender transmits a struct by casting it to a byte array, and the receiver reads these bytes directly into a matching struct definition.
Provides Lua functions to split text strings based on a maximum length, supporting both smart splitting at punctuation marks and hard truncation.
Implement native Node.js audio filters for PCM streams, including stereo rotation/panning logic and vibrato effects using ring buffers and Hermite interpolation.
Answers multiple-choice questions about networking concepts, including IPv4, IPv6, routing, switching, and troubleshooting.
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, professional persona.
Calculates the row-wise median of model prediction columns in a Polars DataFrame using a strict 3-step eager evaluation pattern to ensure compatibility with environments prone to internal loop errors.