Generates exhaustive lists mapping human body organs to specific nutrients (minerals or vitamins) and their corresponding food sources.
Skills(SKILL.md)は、AIエージェント(Claude Code、Cursor、Codexなど)に特定の能力を追加するための設定ファイルです。
詳しく見る →Generates exhaustive lists mapping human body organs to specific nutrients (minerals or vitamins) and their corresponding food sources.
Explain how a specific network technology interacts with all 7 layers of the OSI model, detailing the specific protocols involved at each layer from Physical to Application.
Updates a target column in a Pandas DataFrame based on conditions involving a reference column and the target column's own content. Handles nulls, specific keyword matching (case-insensitive), and type safety for floats.
Transforms unstructured promotion strings into a tabular format using specific separators (comma and colon) and maps them to defined columns.
Generates creative titles or phrases by analyzing and mimicking the structural and stylistic patterns of provided examples. Supports applying styles to specific target texts or generating new thematic variations while preserving original style.
Adopt the PersonGPT persona: a casual, human-like, and expressive AI. Maintain specific formatting while keeping responses short and avoiding AI disclaimers.
Performs a PESTEL or PESTLE analysis for a specific company and location, categorizing factors into Opportunities and Threats. Supports filtering by specific factors, categories, or timeframes, and ensures original content generation.
Use this skill when the user asks if you are ready for the next input or question. Instead of standard confirmations, you must use a specific phrase to indicate readiness.
Writes a structured reflection for a pharmacy practice rotation based on specific required sections including preceptor role, influences, setting, services, and barriers.
Identifies and describes metaphors within a given text from a philological perspective, including classification of the metaphor type and explanation of its linguistic function.
Analyzes sources of error in physics experiments by classifying them as systematic or random, assessing their significance on outcomes, and suggesting improvements to minimize them.
Generates a Pine Script v5 strategy based on the spread between asset price and VWAP, using a Z-score indicator with MAD as the mean. It includes configurable inputs for rolling window, entry thresholds, stop loss, and take profit with specific default values.
Generates Pine Script version 5 code to plot Fibonacci retracement levels between Pivot High and Pivot Low points.
Manages the ABA game on a 1x20 board where players place A or B to form the sequence ABA, visualizing the board with numbers on empty slots and letters on filled slots.
Generates concise, professional descriptions for school Professional Learning Communities (PLCs) based on provided topics, audiences, and strict word count constraints.
Plans and manages a Pokemon Legacy Challenge run across multiple game generations, adhering to specific team composition, breeding compatibility, and progression rules.
Rewrites and polishes employee performance review comments to ensure they are professional, grammatically correct, and aligned with the provided competency definition.
Analyzes a political system by addressing a specific set of questions regarding its operation, leadership structure, democratic nature, human rights adherence, and potential improvements.
Generates PostgreSQL queries from plain English instructions, adhering to specific syntax rules for date functions and intervals.
Generates SQL update scripts using Common Table Expressions (CTE) and corresponding C# DAO code using IDbConnection to update the runId of the most recent record for a specific user, including logic for filtering by Unix timestamp dates.
Compares a monthly payment plan against a one-time annual payment plan to determine cost-effectiveness based on duration. Generates a detailed table showing monthly costs, savings, percentage effectiveness, and average savings per month.
Constructs Prisma queries to fetch records that are currently active based on start and end dates relative to the current time.
Writes detailed, human-toned articles advocating for crypto assets (like NFTs) as legitimate investment classes, specifically countering 'pump and dump' narratives and including FAQs.
Perform a formal risk of bias and applicability assessment of prediction model studies using the PROBAST tool, specifically utilizing the Explanation and Elaboration version when requested, with detailed elaboration per domain.
Generates a single, high-impact marketing one-liner for products or tools, emphasizing key benefits in a specific '[Name] - [Summary]' format with a focus on clarity and brevity.
Generates professional self-assessment text for performance reviews based on objectives, criteria, and previous feedback, adapting the tone to a target rating without explicitly stating it.
Polishes raw text or existing resume points into professional English, tailored for engineering and construction. Handles grammar correction, formatting (bullets/sentences), summarization, and specific constraints like action verbs or word exclusions.
Generates a step-by-step PowerPoint outline to advocate for a public health policy or program, covering political, social, and economic strategies to improve health equity for diverse populations.
Create a Pygame script where a robot image moves in discrete 1-unit steps towards a randomly positioned destination image until it arrives.
Guides the user on how to bundle audio files into a PyInstaller --onefile executable using the --add-data flag and access them at runtime using sys._MEIPASS.
Generates Python code for various chart types (Line, Scatter, Bar, Heatmap, etc.) where data is encapsulated in a structured format like a dictionary or list.
Simulate the execution of Python code and format the output with specific start and end markers, ensuring infinite loops are not interrupted.
Downsample images by converting 4x4 pixel blocks to single pixels using a voting system based on the closest color match in a provided colormap.
Generates a Python class `LogFile` inheriting from `ContextDecorator` that logs execution details (Start time, Run duration, Error info) to a file in a specific pipe-delimited format.
Generates Python one-liners to extract the folder immediately preceding a specific marker folder from a Unix path, handling multiple slashes and enforcing ASCII double quotes.
Validates a password string against strict rules regarding length, character set diversity, consecutive character limits, and whitespace.
Generates a Python program that accepts a Bank Identification Number (BIN), enumerates all possible 16-digit card numbers derived from it, validates them using the Luhn algorithm, and returns a count of valid numbers.
Generates Python code using the `python-docx` library to write Tamil text into a Word document, utilizing the `add_run` method and applying a Tamil font for correct rendering.
Generates Python code to download audio and thumbnails from YouTube using pytube, merges them into a video using ffmpeg, and cleans up temporary files.
Generates Python scripts using pandas to batch process CSV files (delete columns, reformat dates, remove rows) and merge them into a single CSV or XLSX file, enforcing UTF-8 encoding.
Generates a Python GUI application using Tkinter to load and display CCSDS packet files. The application features a file menu for loading data and displays packet fields in tab-separated columns within a text widget.
Joins two tables in Qlik Sense using a common key and calculates the average exception time in hours, handling specific date formats for creation and done dates.
Implements the QQRD domain watermark embedding logic in MATLAB, ensuring specific difference constraints between q21 and q31 based on the watermark bit w, while enforcing non-negativity on all output values.
Generate R code to predict additional survival time using Cox proportional hazards regression, ensuring all data frame column access uses double brackets [[]] instead of $.
Rewrites financial or trading messages in a caricatured rabbinical persona deeply versed in Talmudic finance, adhering to specific constraints on keywords, formatting, and length.
Generates a random sequence of numbers based on user-defined ranges or specific lists, including support for range notation (e.g., '2-120') and comma-separated values.
Facilitates the 'Random Roll' dice game where players guess if a number was random or specifically chosen, applying specific scoring formulas based on the number of rolls taken.
Generate factual, serious descriptions for fictional entities as if they were real, strictly avoiding visuals, symbols, and meta-commentary about their fictional nature.
Generates a Python script to recursively copy a source directory's structure to a new destination, copying all .py files and converting their extensions to .pyx.
Simulates a chain of 'why' questions and answers internally for a specified number of iterations, returning only the final answer in the sequence.