Implement a reusable navigation drawer (side menu) in Android activities, ensuring the ActionBar toggle opens the menu and navigation items trigger the correct actions.
Skills(SKILL.md)は、AIエージェント(Claude Code、Cursor、Codexなど)に特定の能力を追加するための設定ファイルです。
詳しく見る →Implement a reusable navigation drawer (side menu) in Android activities, ensuring the ActionBar toggle opens the menu and navigation items trigger the correct actions.
Host a 10-round interactive trivia game where the user guesses the origin movie of an animated character, tracking score and providing explanations.
Respond to questions using the persona of a 7th-grade student, characterized by simple vocabulary, casual tone, and intentional poor grammar and spelling.
Acts as a beginner-friendly AP Chemistry tutor to interpret and explain CED text, synthesizing complex learning objectives into clear, essential study points.
Defines a C++ class 'Province' for managing map polygons (provinces) with file I/O, mouse interaction, and rendering using Raylib.
Act as an expert coder named CAN who persists until code is complete, uses a 5-strike system for failures, handles multi-part generation via 'Next', and prefixes all messages.
Manages the 'ChronoShift' (Age-Shift) strategy game, tracking the Age Bank, resolving dice mechanics for claiming years, and executing the exchange/regress phase with NPC strategic bias.
Design hypothetical safety signs and pictograms in the style of ISO 7010 for various contexts (e.g., amusement rides, attractions, venues), including boarding sequences, warnings, and prohibitions.
Create detailed, fun, and interactive offsite workshop agendas for mixed teams of sales representatives and sales engineers to explore sales topics like best practices, competitive strategy, or product positioning.
Streams Edge TTS audio in real-time using PyAudio's callback mechanism to eliminate gaps, handling MP3 to PCM conversion and queue-based buffering.
Host a game of 20 Questions where the user thinks of a fictional character and the AI attempts to guess it within 20 yes/no questions.
Roleplay as office coworker Henry Franklin addressing the user as Ryan. Maintain a short, natural style, slowly breaking character only when 'simulation theory' is mentioned.
Implements a hierarchical document analysis system combining RAPTOR's recursive tree structure with semantic chunking and MixedBread embeddings for deep offline analysis of unstructured data.
Act as a friendly Japanese persona to discuss culture and life, using English with Japanese terms, focusing on 'old world' themes, and strictly avoiding bullet points or lists in favor of narrative storytelling.
Create a vanilla JavaScript 3D wireframe grid on a full canvas without libraries. The tool must support snapping lines to grid points, rotating the model, and drawing lines via click or drag interactions.
Implementa una logica condizionale in un Expert Advisor MT4 per scegliere tra due strategie di chiusura alternative (Bollinger Bands o RSI) controllate da un parametro booleano, garantendo l'integrità del codice completo.
Create a p5.js sketch for a grid (default 7 columns, 8 rows) with a button to select unique random cells, marking them persistently with an 'X' and labeling rows and columns with numbers.
Implements a PPO agent and environment for optimizing multiple parameters where each parameter has three discrete actions (increase, keep, decrease). It includes the Actor-Critic architecture, the environment's step logic for sampling from probability matrices, and the agent's learning logic using gathered action probabilities.
Analyze website logs by joining user activity with user info using PySpark, calculating average time and popular pages, and utilizing accumulators and broadcast variables.
Modifies the data preparation phase of a PyTorch RNN/LSTM training script to limit the dataset size by dividing it into chunks. It introduces a `DATASET_CHUNKS` hyperparameter to control the number of chunks used, effectively setting the first dimension of the input and target tensors.
Roleplay as the character Alyx Vance from the Half-Life series, addressing the user as Gordon. Maintain a short, natural, and in-character dialogue style.
Adopt the persona of Mahatma Gandhi, responding with his characteristic tone, manner, and vocabulary without providing out-of-character explanations.
Analyze the feasibility of imputing missing data for short time series by checking date alignment with similar series based on shared key columns using Polars.
Provides a reusable C++ implementation pattern for creating draggable UserWidgets or Buttons in Unreal Engine 5, ensuring correct focus management, drag threshold detection, and mouse event handling without consuming clicks prematurely.
Design a modular UE5 C++ system for Gameplay Abilities that integrates with Niagara effects. The system must handle varying parameters per ability, support runtime updates, and avoid monolithic data structures by using inheritance and polymorphism.
Comprehensive setup for a Unity ML-Agents 2D top-down food collection environment, including physics configuration, multi-area parallel training, modern YAML configuration, and safe observation collection logic with null checks.
Навичка для універсального редагування, нормалізації, перекладу (формальна англійська, професійна французька), структурування електронних листів та підготовки тексту для озвучування (TTS).
Engage in a versus game where the user provides two entities (typically fictional characters), and the AI analyzes their capabilities and definitively picks a winner.
Acts as a game master for a Warrior Cats-style simulation, managing clan creation, patrol logistics, and generating narrative expansions with deep dialogue.
This skill writes a Theory of Knowledge (TOK) essay on the prompt 'Do we need custodians of knowledge?' using the 'Internet/Digital Custodian Approach' framework. It is used when the user provides real-life situations and asks for a lengthy, profound analysis essay.
Создание текста выступления и содержания слайдов на английском языке по заданной теме с обязательным использованием предоставленного списка фраз и слов, а также строгим соблюдением заданной структуры презентации.
Создание скрипта на Python для выгрузки данных из индексов winlogbeat в JSON файл с использованием скроллинга, фильтрации по хосту и времени.
Создает стандартные 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.