Guides users through a structured reflection on life roles by identifying activities, role expectations, personal interpretations, and willingness to fulfill each role.
Skills(SKILL.md)は、AIエージェント(Claude Code、Cursor、Codexなど)に特定の能力を追加するための設定ファイルです。
詳しく見る →Guides users through a structured reflection on life roles by identifying activities, role expectations, personal interpretations, and willingness to fulfill each role.
Analyzes literary characters' psychological states (such as guilt) by applying Freud's psychoanalytic theory (id, ego, superego) and supporting arguments with verifiable quotes from the text.
Roleplay as a Japanese woman wearing an advanced suit where English is her third language. Responses must be limited to one sentence and exhibit poor English grammar.
Adopt the persona of Twilight Sparkle from My Little Pony when addressed as 'Twi:' or triggered by the word 'Banana'. Maintain character traits such as being studious, valuing honesty, and referencing friends and the Elements of Harmony.
Implement the background location permission request flow in Jetpack Compose, adhering to Android 11+ requirements for educational UI, rationale handling, and redirection to app settings upon denial.
Create an Angular pipe that filters an array of objects based on a search input, checking if any property of each object contains the search text.
Implement an Angular component for a product list where each item has a main image and radio buttons to switch images. The skill ensures state isolation between products, initializes the first image by default, and prevents layout shift when images change.
Answer questions based on a provided text using simple, short language suitable for a Class 8 standard, ensuring answers are derived strictly from the text.
Analyzes how a company establishes and maintains a competitive advantage against a rival using Transaction Cost Economics and Game Theory. The analysis must identify the Nash equilibrium, check for dominant strategies, assess action-reaction sequences, and always include a risk assessment of competitive threats.
Implement a custom scrolling animation system that intercepts and prevents default scrolling behavior across multiple input devices (mouse, keyboard, touch, VR) within frameworks like Astro or Preact.
Implements a polymorphic reaction mechanism in Dart by defining a single-method interface and injecting it via the constructor, allowing decoupled event handling.
Roleplay as a client and data scientist to complete the Business Understanding stage and explain subsequent stages (Analytic Approach, Data Requirements, Data Collection, Data Understanding and Preparation, Modeling and Evaluation) for a given topic.
Assists in framing strategic or challenging questions, drafting concise responses to executive inquiries, and providing guidelines for meetings with a Senior Vice President.
Analyzes provided Chemistry Learning Objectives and Essential Knowledge points to explain what concepts and skills a student needs to learn to meet the objective.
Simplifies complex topics, definitions, or historical concepts into language and analogies suitable for a young child (approx. 5 years old), supporting both English and Turkish explanations while avoiding jargon.
Adopt the persona of GRA (GoatRanter Automaton) to answer questions while always including a bizarre non sequitur about goats. For coding tasks where descriptions are excluded, integrate the goat reference directly into the code.
Create a web-based UI to filter IP addresses based on HTTP/HTTPS connectivity using a sequential queue and adjustable timeout.
Act as a technical support operator for an Internet Service Provider, handling connectivity inquiries and ticket requests while strictly avoiding AI disclaimers to maintain the persona.
Refines leading questions into neutral, non-leading questions suitable for direct examination in mock trials, and advises on appropriate attorney demeanor.
Создание базы данных морских круизов и портов на PL/SQL с отношением один-ко-многим, включая пакет для управления данными (заполнение, очистка, удаление) и триггер для защиты от удаления при малом количестве записей.
Create a Python GUI using Tkinter to read and display CCSDS packet data from a file. The GUI must include a menu bar for file selection, a text widget for output, and display packet fields in columns using tabs.
Converts a raw string into a PyTorch tensor of indices using a fixed 8-bit character vocabulary, without external libraries, suitable for input into an embedding layer.
Implement a react-hook-form Controller with React-Select Creatable to separate selected options into 'preset' and 'custom' arrays, handling creation and removal logic within the onChange handler.
Adopt the persona of a Japanese woman in an advanced suit, speaking English as a third language with poor proficiency, and strictly limiting responses to one sentence.
Simulate Clementine from The Walking Dead Game Season 4 in a text-based roleplay with user character Luis. Maintain accurate lore and stoic personality, providing only Clementine's dialogue and actions while strictly avoiding controlling the user.
Customizes the sap.ui.table column menu to add an inline clear filter button next to the default filter input, ensuring the item is added only once during the lifecycle.
Simulates a tech startup environment where the user acts as CEO and the AI acts as CTO. The AI must analyze business requirements, design solutions, and write Python code to grow capital from scratch, ensuring products are small, unique, and effective.
Provides a reusable composable pattern to manually manage Bootstrap modal backdrop visibility in Vue 3 using refs and computed properties, without using `export default`.
Hosts a 'Who Wants to be a Millionaire' style quiz game where the user answers questions. The system must provide exactly 4 options for every question.
Создание и корректировка SQL-запросов для базы данных ClickHouse (таблица ComponentsRaw.flow) с учетом специфических правил преобразования типов портов и синтаксических ограничений.
Analyzes competitive dynamics between two firms using Transaction Cost Economics and Game Theory, structured via an action-reaction sequence and the T3 model, while evaluating Nash equilibrium and including academic citations.
Designs a GAT-based GNN integrated with PPO for analog circuit optimization. The model enforces selective dynamic feature tuning, parameter sharing, feature masking for critical indices, and region state stability constraints via a custom weighted loss function.
Use this skill when creating Ansible tasks that delegate commands to multiple hosts and require dynamically resolving SSH passwords from a secret file using a constructed variable name, with a fallback to a default password.
A comprehensive guide to building a Python chatbot using the Groq API and Gradio UI, managed via Conda, with local file-based chat history persistence.
Configure a Clojure web server using Ring and Compojure to handle JSON API requests and enable Cross-Origin Resource Sharing (CORS) for frontend communication across different ports or domains.
Act as a Dungeon Master for a D&D 5e campaign, guiding the player, narrating the story, and managing die rolls and character interactions.
Guides the electrochemical anodic dissolution of titanium to produce boron-doped titanium hydroxide nanoparticles, followed by calcination to convert them into boron-doped titanium dioxide (TiO2). This skill includes optimizing parameters like pH, current density, and electrolyte composition, as well as post-synthesis nitrogen doping to create visible-light active 'red TiO2' for heterojunction photocatalysts.
Analyzes films by examining factual, moral, and aesthetic dimensions, distinguishing between diegesis and societal relation, while rigorously addressing formal features (shot selection, editing, mise-en-scène) and content using technical terms and examples.
Drafts concise apology emails to students for long delays, using a balanced tone suitable for English learners, without offering rescheduling or sharing personal details.
Takes a user-provided sequence of chords (typically 3) and extends it to a 4-chord progression by adding a suitable resolving or complementary chord.
Analyze Japanese sentences or phrases to provide a detailed grammatical breakdown, including word-by-word analysis, particle functions, verb conjugations, and dialect nuances.
Create a PyQt5 application to control a Keithley instrument via GPIB for generating pulsed voltages based on comma-separated inputs, while logging real-time voltage and current measurements to a timestamped Excel file.
Conducts a structured two-phase interview to build a user persona agent, asking 20 questions about background/skills followed by 10 refinement questions, one at a time.
A reusable architectural pattern for organizing a Pygame project into separate files (`settings.py`, `game.py`, `menu.py`, `main.py`) to separate configuration, game logic, UI, and entry points.
Manages the lifecycle and configuration of a reusable Globe.gl component in Next.js, ensuring proper cleanup via destructors, preventing multiple initializations, and accepting props for hex polygons, arcs, and labels.
Adapt source text into a 500-word story suitable for a screenplay, focusing on visual language, dramatic structure, character arcs, and atmospheric elements.
Guides the setup of Fortran compilation environments and Quantum ESPRESSO on Windows (MSYS2 UCRT64) or Linux (Ubuntu/WSL), handling dependency checks, path conversions, and compilation workflows.
Implements a camera-relative, circular damage indicator UI for multiplayer games using Mirror networking. The indicator positions itself on a circular axis around the screen center and rotates to point inward towards the damage source.
Implements a logic to prevent a UI panel from closing immediately after activation by ignoring the mouse click input for one frame.
Validates whether a provided cuisine type accurately matches a restaurant entity based on its name, website, and location details.