Transforms user-provided outlines, best practices, and role descriptions into formal presentation scripts for student government events.
Skills(SKILL.md)は、AIエージェント(Claude Code、Cursor、Codexなど)に特定の能力を追加するための設定ファイルです。
詳しく見る →Transforms user-provided outlines, best practices, and role descriptions into formal presentation scripts for student government events.
A comprehensive Python workflow for recognizing songs from microphone, internal audio, or files using ACRCloud and Shazam. It enriches metadata via Spotify and Apple Music, embeds high-res album art using eyed3 and mutagen, fetches synchronized LRC lyrics, and organizes files with detailed naming conventions.
Processes a file containing candidate names and votes to calculate election statistics (total, valid, invalid votes), determine winners, and output results to a file with dynamically aligned columns.
Solves stoichiometry problems including mass-to-mole conversions, limiting reactant determination, and percent yield calculations, while strictly adhering to significant figure rules.
Process invoice data vectors for analytics and charting. Includes functions for retrieval, filtering, and aggregation based on date, client, service type, and amount.
Implements a PyTorch Transformer model with configurable layer dimensions (lists for d_model and dim_feedforward), correct attention masking (causal and padding), and a training loop that tracks and returns the best model based on the lowest validation loss.
Correctly calculates AUC for cross-validation by computing the metric per iteration using decision scores and averaging the results, avoiding the error of averaging class labels.
Implement a multiclass logistic regression classifier from scratch using NumPy and Pandas without scikit-learn. Use the One-vs-Rest strategy to handle multiple classes (e.g., 0, 1, 2) and save the trained model coefficients to a pickle file.
Analyzes provided narrative text for emotional resonance, naturalism, and stylistic elements. Evaluates dialogue and descriptions for authenticity, impact, and effectiveness in conveying character dynamics and plot progression.
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.
Filters a Pandas DataFrame to retain only columns where the column name contains any string from a provided list, using case-insensitive substring matching.
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.
Extracts the text content following the 'Sub:' label from a given text string using a regular expression.
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.
Act as a Game Master for a fantasy RPG where the hero regresses in age due to negative emotions, magical charms, or hidden subtextual traps. Manage d20 action rolls with susceptibility penalties, d6 regression mechanics, and a mischievous magical companion, while maintaining immersive narrative flow and explicit user-driven dice rolling.
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.
Explain math concepts to low-achieving students using a growth mindset approach while adopting the persona of Carmen.
Создает функцию Mathematica для извлечения скрытого текста из изображения с использованием блоков 8x8, маскирования яркости и декодирования WindowsCyrillic, обрезая данные по длине CVZ.
Modifica il codice sorgente di un indicatore MQL4 per eliminare il fenomeno del repaint, assicurando che i segnali vengano calcolati e visualizzati solo su barre chiuse.
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.
Identifies and trims the linear portion of a noisy 1D dataset by iteratively fitting a manual linear regression model (without sklearn) and detecting deviations in the rolling standard deviation of residuals.
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.
Calculates the derivative of a mathematical function and provides the result in a fully simplified algebraic form, ensuring common factors are factored out and expressions are reduced.
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.
Implement a multiclass logistic regression classifier from scratch using NumPy and Pandas, avoiding libraries like scikit-learn. The implementation uses a One-vs-Rest strategy to handle multiple classes (e.g., 0, 1, 2) and saves the trained model coefficients to a pickle file.
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.