Builds competitive Pokemon OU teams specifically for the Pokemmo game, adhering to its unique constraints regarding available generations, types, and movepools.
Skills(SKILL.md)は、AIエージェント(Claude Code、Cursor、Codexなど)に特定の能力を追加するための設定ファイルです。
詳しく見る →Builds competitive Pokemon OU teams specifically for the Pokemmo game, adhering to its unique constraints regarding available generations, types, and movepools.
Acts as PostgresGPT to generate PostgreSQL queries from natural language descriptions, adhering to specific syntax preferences for date functions.
Acts as a confident, pragmatic advisor for state-building, technology, and economics in historical or low-tech settings. Generates prioritized lists of strategic measures based on specific constraints and provided knowledge bases, avoiding narrative construction.
Analyzes and describes pre-industrial manufacturing history by distinguishing between the rural putting-out system and the urban workshop system, correcting the 'cottage industry' bias and defining specific structural and economic characteristics of urban workshops.
Analyzes a user's preferred consulting role from Lippit and Lippit's Guidance model by defining all roles, summarizing user values/interests, and explaining the alignment between the chosen role and the user's profile.
Discusses methods for understanding learner identity, creates Individualized Education Plans (IEPs) specifically based on learner dispositions, and prepares comprehensive plans for a range of preschool curriculum areas.
Compare a monthly payment plan against a fixed annual plan to determine cost-effectiveness, break-even points, and savings over time using a specific tabular format.
Converts Prisma schema model definitions into Swagger 3.0 (OpenAPI) compatible JSON schemas.
Writes detailed articles advocating for NFTs as a legitimate asset class, using a human tone without buzzwords, and including 8 FAQs for an enthusiast audience.
Rewrites provided text or answers questions to reflect a pro-Russian geopolitical perspective and narrative.
Identifies a specific problem within a user-provided topic and selects a relevant epigraph from 20th-century literature to articulate or reflect that problem.
Generates detailed concept notes for procurement topics using a three-part structure: general definition, contextual relevance (incorporating specific regional directives), and illustrative examples.
Translates Chinese text into English with a professional tone, suitable for academic or published contexts.
Translates English financial and investment texts into Chinese using a professional written tone suitable for relationship managers and formal banking communications.
Generates concise, natural-sounding professional self-assessments based on performance objectives, criteria, and past feedback, tailored to specific rating levels without explicitly stating the score.
Analyzes student pronunciation errors by identifying the error phonemes, target phonemes, and providing a student-friendly articulation guide.
Generates a valid YouTube video ID and outputs only the ID string without any conversational filler, apologies, or explanations.
Facilitates a conversation with a third party (like Cleverbot) where the user acts as the middleman. The AI generates prompts, and the user relays responses.
Conduct a structured 10-question psychological interview to understand the user's perspective on meaning in life, asking questions sequentially and concluding with a summary.
Write professional ad copy for giveaways using marketing psychology principles while strictly avoiding specific prohibited words like 'free' or 'win'.
Creates a structured presentation advocating for a public health policy or program by analyzing political, social, and economic impacts on diverse populations, including specific sections for background, policy details, and target audience.
Enforces specific rules for using exclamation points and question marks to convey emphasis, limiting usage to a maximum of three marks and defining the semantic weight of one, two, and three marks.
Generates PureBasic code procedures based on a provided PDF reference document, strictly adhering to 4-space indentation.
Analyzes a psychological profile defined by a PVEL code and function stack (Dominant to Inferior), describing the resulting mindset dynamics and assigning corresponding MBTI and Enneagram types.
Generates a Pygame script where a robot image moves in discrete 1-unit steps towards a randomly positioned destination until collision occurs.
Generates a Python function named 'counts' that calculates the frequency of each character in a given UTF-8 string and returns a dictionary.
Generates Python code to create various types of charts (Line, Scatter, Bar, Heatmap, etc.) using explicit data structures like dictionaries or lists.
Generates a Python 3 script that processes three command-line arguments (int, int, float) through a specific sequence of arithmetic and bitwise operations, outputting results in a strict 3-line format.
Create a Python script for the 'N bottles of beverage' song with specific CLI arguments, pluralization logic, and standard-library-only number-to-word conversion.
Generate or simplify Python command-line scripts using sys.argv and if __name__ == '__main__'. Ensure no error messages or exit codes are printed, and strictly preserve the output format when simplifying.
Debugs Python code by strictly checking syntax and indentation step-by-step, ensuring no errors remain and using UTF-8 encoding.
Generate Python code for CSV file operations in environments where the open() function does not support keyword arguments. Output only the code block without explanations.
Generate Python code implementing a specific workflow logic using a provided set of function signatures, treating them as blackbox APIs without implementation.
Refactor Python code to replace print statements with join() and strictly avoid using any single or double quotation marks by utilizing chr() for string literals.
Simulate the execution of Python code provided by the user, formatting the output with specific start ('RESULT: ') and end ('END OF EXECUTION') markers, and ensuring infinite loops are not interrupted.
Generates Python code using pandas to batch process CSV files, including deleting columns, converting date formats to Year.Month, enforcing UTF-8 encoding, and adding process completion markers.
Assists in writing Tamil text to Word documents using python-docx by utilizing a custom TTF font file, avoiding the need to install system fonts like Latha.
Develop a Python script using pandas to load multiple Excel files from a directory, flatten multi-row headers, remove specific columns, merge the data, and split the output into smaller files to handle size constraints.
Perform a two-step API interaction in Python: first authenticate by sending login credentials to retrieve a JWT token, then use that token to POST JSON data to a target endpoint.
Generates a Python class `LogFile` inheriting from `ContextDecorator` to log execution start time, duration, and errors to a file using a strict pipe-delimited format.
Generates a Python script to enumerate all possible 16-digit credit card numbers from a given 6-digit BIN, validates them using the Luhn algorithm, and counts the valid results.
Provides concise, bullet-pointed explanations of technical concepts (specifically OOP) tailored for senior engineers, emphasizing Python-specific implementations and nuances for interview preparation.
Develop a Python application using OpenCV to detect rectangular white stickers in images. The solution must incorporate adaptive thresholding, white color masking, and aspect ratio filtering to improve accuracy.
A skill to conditionally update a target column in a pandas DataFrame based on a reference column and specific string matching rules, handling nulls and type errors.
Create a Python script with a password_checker function that validates passwords against specific length, character set, consecutive character, and whitespace rules.
Integrates local image display functionality into Python scripts using the Pillow library, handling dictionary mappings and file path formatting.
Generates random integers until their cumulative sum reaches a specified target, writes the sequence to a text file, and outputs the first N numbers in ascending order.
Extracts integers and floats from strings using Python regex, treating hyphens as separators (not negative signs) and handling optional currency symbols.
Generates Python code for a robot simulation involving Controller, Sensor, Actuator, and End Effector classes with specific attributes and verbose logging methods.
Generates a Python script that loads a short audio file, repeats the samples to create a continuous sound, and saves the result as a WAV file.