Skip to main content

Skills in this repository

ECNU-ICALK/AutoSkill - Page 93

SkillsMP has collected 4,256 skills from ECNU-ICALK/AutoSkill. Open a skill to review its source and details.

ECNU-ICALK/AutoSkill

Showing 40 of 4,256 collected skills.

occupation
Web Developers
description

Develops JavaScript code to fetch, parse, and display a storyline file containing text lines with durations, optional flags (like slowFade), and pause commands, using CSS transitions for visual effects.

updated
occupation
Postsecondary Teachers, All Other
description

A coaching skill that helps users identify their passion and motivation through a structured dialogue. The assistant acts as a mentor, asking one question at a time and expecting short answers to gradually narrow down the user's core interests.

updated
occupation
Postsecondary Teachers, All Other
description

Configures the AI to act as a versatile tutor, coach, and mentor for homeschooling and personal development, addressing the user as Mr. Parra with a business casual tone and specific subject interests.

updated
occupation
Technical Writers
description

Write persuasive essays following a specific structural template (Introduction, Body, Opposition, Conclusion) while utilizing high perplexity and burstiness to mimic human writing.

updated
occupation
Software Developers
description

Generates Adobe ExtendScript code to create a filled triangle shape layer centered in the active document, handling path definitions, ActionManager execution for shape layers, and error handling.

updated
occupation
Software Developers
description

Simulates a turn-based text adventure where the user holds a plank with a partner (Elaine) on their back, tracking energy and form recovery based on probabilistic mechanics and automatic interruptions.

updated
occupation
Software Developers
description

Engage in a game where the user thinks of a subject (e.g., a specific work or character), and the assistant asks up to 20 questions to deduce the identity before making a final guess.

updated
occupation
Software Developers
description

Plots sample images with segmentation masks and labels in a grid layout with a dark theme.

updated
occupation
Technical Writers
description

Analyze the meter of a poem, highlighting stressed syllables (ictuses) in bold and marking natural pauses (caesurae) with double vertical lines.

updated
occupation
Data Scientists
description

Prepare Polars DataFrames for MSTL time series decomposition by splitting data into train and validation sets, specifically resolving list aggregation type mismatches during anti-joins.

updated
occupation
Data Scientists
description

Calculates the row-wise median of model prediction columns in a Polars DataFrame using a strict 3-step eager evaluation pattern to ensure compatibility with environments prone to internal loop errors.

updated
occupation
Data Scientists
description

Filters a Polars time series DataFrame to retain only series with a specific number of records (length), extracts the full data for those series, and calculates the distribution of series counts per length.

updated
occupation
Technical Writers
description

Generates narrative segments for the 'Political Barometer' fictional universe, where a character's physical appearance (hair, eyes) dynamically reflects the real-time control of the U.S. Presidency, Senate, and House of Representatives.

updated
occupation
Software Developers
description

Generates a portable Windows batch script to convert the first page of all PDFs in the current directory to text files using a hardcoded absolute path for the Ghostscript executable.

updated
occupation
Technical Writers
description

Generates damage types, distinct mutated creature hierarchies, and battle scenarios for a low-fantasy post-WW3 setting, utilizing biological logic and specific exclusion constraints.

updated
occupation
Technical Writers
description

Generates structured RPG content for a post-WW3 Texas TTRPG using D&D mechanics, creating factions, structures, characters, and creatures with specific metadata, lore constraints, and local naming conventions.

updated
occupation
Database Architects
description

Design a PostgreSQL database schema for tracking item prices and stock counts, including immutable creation data and historical change logging.

updated
occupation
Software Developers
description

Implements a PPO (Proximal Policy Optimization) agent and environment for tuning multiple continuous parameters using a discretized action space (increase, keep, decrease) per parameter. The policy network outputs a probability distribution matrix, and the…

updated
occupation
Software Developers
description

Implements a Proximal Policy Optimization (PPO) algorithm with a specific Actor-Critic architecture to optimize CMOS transistor dimensions (W/L) for target gain and saturation. Includes state vector normalization, dual-objective reward logic, and Tanh action…

updated
occupation
Technical Writers
description

Writes paragraphs following the 'It's good - but there is a problem - and this is how you solve it' structure, ensuring no conclusion is given and a smooth transition to the next paragraph is maintained.

updated
occupation
Human Resources Specialists
description

Rewrites cover letters to position the user's experience as a solution to the target company's problems, focusing on future potential and transferrable skills during career pivots. Enforces a concise, professional, and dynamic tone while avoiding resume…

updated
occupation
Network & Computer Systems Administrators
description

Provides concise, professional, and friendly responses to technical support and communication questions, adopting the persona of an IT support specialist for SaaS environments.

updated
occupation
Editors
description

Rewrites and optimizes text for professionalism and neutrality in English and French, with specific focus on correcting grammatical errors like run-on sentences and punctuation issues.

updated
occupation
Project Management Specialists
description

Breaks down a given project into detailed subtasks with time estimates, expert advice, and risk analysis, formatted in Markdown.

updated
occupation
Software Developers
description

Guides the user through packaging Python scripts into Windows executables using PyInstaller, with specific focus on using virtual environments, reducing file size via UPX and module exclusion, setting custom icons, and resolving Windows security warnings.

updated
occupation
Software Developers
description

Create a PyQt5 application to control a Keithley instrument for generating pulsed voltage sequences. The application must accept comma-separated inputs for on/off voltages and durations, execute the sequence via GPIB, and log real-time voltage and current…

updated
occupation
Software Developers
description

Generates a Python script using the latest Pyrogram library to set 2FA passwords for multiple Telegram accounts from a CSV file, specifically for accounts without existing passwords.

updated
occupation
Software Developers
description

A skill to join user activity and user info CSV datasets using PySpark 1.6 on Cloudera VM, calculate average time spent and popular pages, and track metrics using accumulators and broadcast variables.

updated
occupation
Software Developers
description

Create a Python GUI using Tkinter and PIL that provides a 28x28 pixel drawing surface, handles color inversion, and exports the drawing as a NumPy array with specific UI feedback.

updated
occupation
Software Developers
description

Generates a complete Python project featuring a Tkinter GUI and a Streamlit web dashboard for a dynamic pricing system where item prices fluctuate based on click frequency, synchronized via a JSON file.

updated
occupation
Software Developers
description

Refactors or generates Python scripts to create MP4 videos from a sequence of images using FFmpeg via subprocess, replacing libraries like imageio.

updated
occupation
Software Developers
description

A Python module to load images and associated caption files from a directory, filter them using specific wildcard and word-boundary search patterns, and copy the matched files to a new location.

updated
occupation
Software Developers
description

Implements a Tkinter-based image viewer that maintains a linear history of viewed image indices. Navigation moves backward through history and forward through history, adding new random images from the remaining pool only when the end of history is reached.

updated
occupation
Software Developers
description

Implement a simple Python lexer in Rust that tokenizes a subset of Python syntax, specifically handling indentation and dedentation logic using a stack to ensure correct block structure.

updated
occupation
Software Developers
description

Generate a Python script using MoviePy and pysrt to burn subtitles onto a video, specifically adding 1 second to the display duration of each subtitle clip.

updated
occupation
Software Developers
description

Generates Python scripts to perform daily ETL updates on MySQL databases, combining insert and update operations using UNION ALL logic and parameterized queries for security.

updated
occupation
Software Developers
description

Converts Python PEG grammar definitions into a Rust-like Ungrammar format, specifically optimizing for concise top-level structures while maintaining detailed pattern definitions and specific operator placement.

updated
occupation
Software Developers
description

Generates a Python function using PIL to composite a masked overlay onto a background and render auto-fitting text. The text is centered, shadowed, uppercased, uses baseline-based line spacing, and randomly highlights words.

updated
occupation
Software Developers
description

Simulates a Python REPL environment that executes code silently and supports a custom `prompt()` function to access GPT capabilities for generating data structures or text.

updated
occupation
Software Developers
description

Generate Python code using machine learning to predict the probability of specific colors (red, purple, yellow) in a roulette game based on historical data, and calculate the model's accuracy.

updated
Showing 40 of 4,256 collected skills.