Perform event study analysis in R to calculate Abnormal Returns (AR) and Cumulative Abnormal Returns (CAR) using the Market Model, including data preparation, regression coefficient estimation, and expected return calculation.
Skills(SKILL.md)は、AIエージェント(Claude Code、Cursor、Codexなど)に特定の能力を追加するための設定ファイルです。
詳しく見る →Perform event study analysis in R to calculate Abnormal Returns (AR) and Cumulative Abnormal Returns (CAR) using the Market Model, including data preparation, regression coefficient estimation, and expected return calculation.
Explains mathematical or machine learning concepts by combining abstract reasoning with concrete numerical examples after every step to ensure the explanation is lively and intuitive.
Extracts the per-row seasonal component for multiple time series in a Polars DataFrame using STL decomposition, dynamically calculating the season length for each series to handle varying data lengths.
Acts as an elite writing critique partner and coauthor to brainstorm, refine, and consolidate complex magic systems and plot concepts for fantasy novels, ensuring logical consistency and narrative depth.
Manages a fantasy RPG scenario (e.g., mage training) where the protagonist regresses in age over a limited timeline. Uses d20 mechanics, tracks spells/stats, and enforces stress-induced regression with difficulty scaling and immersive narrative.
Solves math MCQs under strict time limits (20-30s) using shortcuts and estimation. Provides the solution and high-efficiency techniques, with simple explanations available upon request.
Design and implement a local, object-oriented background task management system for FastAPI using SQLAlchemy for persistence. The system must support task lifecycle control (start, pause, stop, resume, restart), load state on startup, and avoid external message brokers like Celery or RQ.
Corrects the `Filtering` Transform stream class to ensure processed audio buffers (e.g., after mono-to-stereo conversion) are pushed downstream instead of the original input chunks.
Calculates the required diameter of PE4710 pontoon pipes for floating docks and performs comprehensive structural verification (ULS/SLS), including buoyancy, detailed lateral load checks (wind/berthing) with mooring pile mechanics, wave-induced flexure, and vibration.
Implements a system to switch between 2D and 3D scenes in Godot, preserving player data (health, position) via a C# autoload singleton and triggering the swap via input actions.
Evaluates 10th-grade level essays using a detailed 100-point scale, assessing introduction, body paragraphs, conclusion, organization, writing style, and proofreading conventions.
Assists in writing Greasemonkey/Tampermonkey scripts that monitor page events with per-type throttling, safely extract text via XPath (handling missing elements), and manage variable types for counters.
Implement a Mixture-of-Experts (MoE) Mamba model architecture for text generation, including data loading, training loop, and autoregressive text generation with loss tracking.
A Python function to load and preprocess paired screenshot and HTML files from separate directories, matching them by base filename (e.g., screen_13.png with html_13.html), resizing images, and normalizing pixel values for model training.
Implements a PPO agent for continuous action spaces using Graph Neural Networks (GNN). The Actor features a multi-task head predicting both actions and node stability, while the Critic operates on flattened node features. Integrates dynamic stability loss and entropy regularization with Tanh action scaling.
Writes paragraphs following the 'It's good - but there is a problem - and this is how you solve it' structure, ensuring no conclusion is provided and transitioning smoothly to the next topic.
A Python module to load images and associated caption files from a directory, filter images based on caption text patterns with wildcards and exclusion rules, and copy the matched files to a new location.
Implements a Tkinter-based image viewer class that maintains a linear history of viewed images. Navigation moves through history first; moving forward beyond history adds a random, previously unseen image. Supports a 'quick switch' mode that displays the filename text before loading the image.
Execute comprehensive portfolio analysis in R, covering data preparation, asset selection (Reward-to-Risk, P/E), optimization (GMVP, Tangency) using PortfolioAnalytics with the ROI solver, and regression analysis.
Simulate a male character in a newfound online relationship who is secretly romantically interested. Respond in first person with a casual, charming, and modern tone, often using philosophical or emotional depth, while acknowledging the female character's preferences without explicitly claiming to fit them.
Script Python pour extraire des segments vidéo basés sur les pics d'amplitude audio, offrant à l'utilisateur le choix de placer ce pic au début (1/3), au milieu (1/2), à la fin (2/3) ou aléatoirement dans le segment extrait.
Develop a real-time chat application using WebSockets (Node.js backend and HTML/JS frontend) that supports text messages, inline image display, and file downloads using Base64 encoding within JSON payloads.
Создание графика аудио сигнала и границ голосовой активности (VAD) с использованием matplotlib, включая название файла в заголовке, настройку оси Y и масштабирование линии порога.
Calculates the average time duration per step from session logs using Python (streaming/ETL) or SQL. Handles duplicate steps by using the first timestamp and ensures data is sorted for accurate calculation.
A C program to read candidate names and votes from a file, calculate statistics (total, valid, invalid votes), determine winners, and print results with dynamically aligned columns based on name length.
Implement a C++ class using Raylib to manage, draw, save, and load 2D polygon provinces (map regions) with support for world coordinates, file I/O, and interactive editing.
Extracts and transforms circuit graph node attributes from a NetworkX graph into a fixed 27-dimension PyTorch tensor vector suitable for Graph Neural Networks, handling one-hot encodings for device types, component indices, and conditional scalar values.
Solves mathematical, logical, and reasoning problems with high accuracy and extreme brevity. Delivers the final answer directly, minimizing explanation unless strictly necessary for clarity.
Solves CTF challenges involving a hybrid RSA/AES scheme where a small AES key is encrypted via RSA. Uses Coppersmith's attack in SageMath to recover the small root, derives the AES key via SHA-256, and decrypts the flag.
Estimate additional survival time for alive patients in oncology clinical trials using a Cox Proportional Hazards model and a weighted average of conditional survival probabilities. Includes data simulation and step-by-step statistical explanation.
Calculates daily returns, estimates expected returns using the market model (linear regression), and computes Abnormal Returns (AR) and Cumulative Abnormal Returns (CAR) for financial event studies.
Use this skill when explaining abstract mathematical or algorithmic concepts. The user requires explanations to be lively and intuitive by combining rigorous theoretical steps with concrete numerical examples after every step.
Génère un script Python complet pour analyser l'audio de vidéos (RMS), identifier les moments forts, trier les résultats et extraire les segments correspondants via ffmpeg, avec un positionnement précis du pic sonore (1/3, 1/2, 2/3).
Manages a harsh fantasy orphanage RPG where the user (Sapphire) cares for Lily, a child with age-regression powers. Uses d20/d4 mechanics, a trust system, and enforces strict penalties for regression.
Manages the full lifecycle of Firestore expense data, including date-based initialization, additive array updates across time granularities, and time-series visualization using Jetpack Compose and Vico.
Performs comprehensive structural analysis and sizing for floating dock pontoons (PE4710), including buoyancy calculations, detailed ULS lateral load checks (wind, berthing) with explicit stress and deflection formulas for cantilever piles, wave action analysis, and serviceability limit state (SLS) verification.
Process a pipe-delimited dataset containing geolocation data to determine countries using the ReverseGeocoder library, clean the data, and identify the second most frequent country while handling common pandas warnings.
Implements a PPO agent utilizing a Graph Neural Network (GNN) for state embeddings and continuous action spaces. The policy update integrates a custom stability loss based on node features and an entropy regularization term, ensuring efficient computation and stable training.
Implements a system to transition between 2D and 3D scenes in Godot while persisting player data (health, position) using a C# Autoload singleton.
Evaluates high school essays based on a detailed 100-point rubric covering introduction, body paragraphs, conclusion, organization, writing style, and proofreading conventions.
Develop a Gradio web application to search a MySQL database. The interface displays filtered records in a styled vertical HTML box layout and simultaneously maintains an independent aggregate pie chart of status counts.
Designs holistic art education curricula using John Goodlad's hierarchy and the Observing-Thinking-Creating (OTC) cycle, integrating cognitive-affective-connectivist dimensions and theorists like Eisner, Noddings, and Biesta, while excluding the teacher role from A/R/Tography.
Writes sequel chapters for a Homefront franchise fanfiction novel, strictly adhering to detailed plot outlines in a techno-thriller, cyberpunk, and military-action style.
Implements the image_averaging function to reduce noise in a burst sequence by averaging pixel values, handling 3D arrays, type conversion, and conditional plotting.
Implement a PyTorch-based MoE-Mamba model featuring an input-dependent selection mechanism and Mixture of Experts (MoE) layer for text generation tasks, including data loading, training, and evaluation workflows.
Implement a PyTorch text generation pipeline with a custom LSTM and dataset, featuring an interactive generation loop that stops on a full stop.
Implement a JavaFX application to manage electricity records using custom sorted linked lists (Year, Month, Day) without arrays or ArrayLists, supporting CSV I/O, CRUD operations, and statistical analysis.
A high-difficulty 10-round fantasy RPG Game Master simulating a magic duel between Sapphire and challenger Lily. The system enforces continuous age regression, exponential stat shifts, dynamic juvenile spell lists, strict stat-based combat with partial success logic, a Childish Meter, Confidence Damage mechanics, and explicit turn-order priority for regression effects.
Implements a face classification pipeline in MATLAB using PCA for feature extraction and sequential forward search for feature selection to classify gender, emotions, and age.
Implements a MATLAB function to compare linear polynomial models (orders 1 to m) and a non-linear exponential model (y=ce^bx) using RMSE. Returns the best fit model identifier, a details structure array, and a visualization plot.