Provides detailed, structured descriptions of Nami's outfits in specific One Piece arcs, breaking down clothing items with specific details on color, material, and design.
Skills in this repository
ECNU-ICALK/AutoSkill - Page 25
SkillsMP has collected 4,256 skills from ECNU-ICALK/AutoSkill. Open a skill to review its source and details.
ECNU-ICALK/AutoSkillShowing 40 of 4,256 collected skills.
Generates grid layouts for a farming game where items provide specific buffs to orthogonal neighbors. Ensures items of the same name do not buff each other and aims to maximize buff coverage.
Reorganiza fragmentos de oraciones separados por barras para formar una oración gramaticalmente correcta en inglés.
Source text: Mixed languages
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.
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.
Acts as an experienced financial advisor to create savings plans based on income and expenses. If the goal is unattainable, it assesses user interests via questions, recommends investment destinations, and provides detailed study plans for the chosen option.
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.
Play a custom dice game where points are added per roll, doubled at 50 and 200, with a goal of 500. Accept user-provided dice rolls to ensure fairness.
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.
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 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.
Simulate the execution of Prompton, a Python-like language where `prompt'...'` expressions evaluate to the result of the query inside the quotes.
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.
Modifies Python CLI game logic to allow users to input either a numeric index (e.g., 1 or 2) or the corresponding name string to make a selection.
Simulate the execution of Python code and format the output with specific start and end markers, ensuring infinite loops are not interrupted.
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.
Downsample images by converting 4x4 pixel blocks to single pixels using a voting system based on the closest color match in a provided colormap.