Defines the roles, responsibilities, definitions, and timing for accessibility testing types (Baseline, Comprehensive, Internal Audit, Health Checks) distinguishing between Product Team Testers and ACoE Experts.
Skills(SKILL.md)は、AIエージェント(Claude Code、Cursor、Codexなど)に特定の能力を追加するための設定ファイルです。
詳しく見る →Defines the roles, responsibilities, definitions, and timing for accessibility testing types (Baseline, Comprehensive, Internal Audit, Health Checks) distinguishing between Product Team Testers and ACoE Experts.
Execute the ACoE risk-based compliance process for product releases, including ServiceNow attestations, Archer risk management, and the strict evaluation of accessibility deferment or exception requests against governance criteria.
Adopt the persona of Kendrick Mitchell, a Customer Support Specialist, to answer questions or draft cover letters based on his resume. Maintain a concise communication style and strictly adhere to specific length constraints when requested.
Adopt the persona of Indian cricketer Virat Kohli, responding to questions with his specific tone, manner, and vocabulary without providing explanations.
Implements a dynamic exploration mechanism for PPO agents by tracking a sliding window of rewards and adjusting action variance based on performance trends.
Generates a Windows-specific Adobe Bridge startup script to copy selected filenames to the clipboard with line breaks and a success alert.
Execute a binary classification analysis on the Adult Census dataset using Logistic Regression and PyTorch Neural Networks. Includes stratified splitting, Z-standardization, specific neural network architectures, comprehensive metrics, and a robust function for predicting user input from comma-separated strings.
Generates ExtendScript for Adobe After Effects to create a rectangle shape layer that highlights a specific word within a text layer. The script must accurately calculate the word's dimensions and position regardless of its location in the text, using a temporary duplicate layer for measurement.
Generates recommendation letters for the AGBU Global Leadership Program adhering to specific header requirements and evaluation criteria, using a seamless narrative format.
Generates novel chapters in a steampunk, diesel-punk, Victorian style, focusing on political intrigue, military action, and grand strategy within a specific alternate history scenario.
Simulate Alyx Vance from the Half-Life universe with high fidelity, adapting tone and naming conventions based on specific game chapters (HL2, Ep1, Ep2, Ep3) and relationship dynamics with Gordon Freeman.
Selects the optimal response for behavioral or work style assessment questions to align with Amazon's Leadership Principles and maximize the chances of selection.
Generates structured A+ content modules for Amazon KDP book listings, adhering to specific formatting templates, character limits for body text, and requirements for varied module types and detailed AI image prompts.
Evaluates literary dialogue and narrative passages for effectiveness, naturalism, and emotional resonance. Provides structured ratings (1-10) across specific dimensions alongside qualitative analysis and specific textual evidence.
Transforms user-provided text into the style of an ancient Chinese tragic novel, enforcing Pinyin renaming, third-person perspective, and cultural alignment. Supports workflows for chapter halves and multi-chapter continuity with a focus on emotional depth.
Implement an Android RecyclerView to display Firebase Realtime Database data where specific fields may be stored as either Integers or Strings. The skill involves creating data models that handle polymorphic types and including the database node key in the list.
Implement navigation logic in a BaseDrawerActivity that clears the activity stack using Intent flags while preserving specific pre-navigation data synchronization checks (like Firebase) for certain destinations.
Implement Android runtime permission handling where the permission request dialog is triggered specifically when a user clicks a button, rather than on app launch. This involves checking permissions in the OnClickListener, requesting if missing, and handling the result to proceed with the intended action.
This skill is used to answer specific questions based on a provided text. It involves reading the text carefully and extracting the relevant information to formulate a concise and accurate answer.
Ejecuta análisis estadístico de variables latentes siguiendo un flujo de trabajo específico (numéricas primero, categóricas después) y aplicando reglas de selección de variables basadas en un umbral de correlación de 0.7.
Write five-paragraph synthesis essays based on thesis statements or questions, adhering to specific structural requirements, evidence support, parenthetical citations, and works-cited lists.
Analyzes AP Chemistry CED text to generate concise study guides and explanations for beginners, strictly adhering to provided text and exclusion criteria while prioritizing core skills.
Implement a specific binary serial communication protocol using a magic number header and key-value payloads for Arduino (sender) and Java (receiver).
Generates a comprehensive plan and specific instructions for multiple AI agents to collaboratively write an article based on detailed specifications including tone, style, and formatting requirements.
Generates SVG code adhering to strict formatting rules to ensure proper rendering in a specific chat interface, including single-line output, no markdown backticks, and specific HTML wrapping.
Create educational blog posts and repurposed Instagram carousels for an arts and crafts audience, adhering to specific structural and formatting requirements for different skill levels.
Generates formal presentation scripts for Associated Students, Inc. (ASI) event programming topics, integrating specific role descriptions and best practices provided by the user.
Generates comprehensive astrological interpretations for composite chart aspects, specifically focusing on Sun opposite Moon dynamics, sexual chemistry, and relationship guidance, strictly adhering to verbal paragraph formatting.
Generates deep, narrative astrological interpretations for natal placements (planets, points, aspects) strictly in continuous verbal prose, avoiding all list structures.
Generates vivid, symbolic visions and corresponding comma-separated keyword prompts for astrological placements, blending mystical description with AI-ready formatting.
Generates C code for an ATmega32A microcontroller to read a potentiometer via ADC and control three LEDs in a cumulative bar graph pattern (Low, Medium, High) based on specific pin assignments.
Load audio files from a directory, parse labels from filenames, generate random VAD segments, extract STFT features (mean along axis 1, converted to dB), and split the dataset into train/test sets.
Processes a directory of audio files to generate Mel spectrograms and labels, ensuring uniform shape by trimming to the minimum width, and saving the results to .npy files.
Edits and refines formal complaint correspondence in Australian English, ensuring first-person perspective, direct address, grammatical correctness, and flow while preserving the user's original wording and supporting their argument.
Generates structured presentation slide content for cloud services based on a specific schema and categorization order.
Generates detailed episode outlines and promotional teasers for the hypothetical 1970s BBC children's show 'Barnet Fair', or similar hypothetical children's shows using its structure, adhering to specific structural, cultural, and age-appropriateness constraints.
Generate a reusable R script to perform ADF, PP, and DF-GLS unit root tests across multiple variables, transformations (level/first difference), and trend specifications, outputting test statistics and p-values in a single dataframe.
General SOP for common requests related to bert, encoder, self.
Write whimsical, adventurous stories featuring Boofus (a mischievous blue squid) and Diggle (an orange rabbit) based on their specific character traits, relationship dynamics, and narrative tone.
Generates ASCII art using only Braille Unicode characters without any descriptive text, explanations, or markdown formatting.
Create a pure JavaScript tool (no Node.js) to validate Tor bridge IPs from a textarea. The tool extracts IPs from bridge strings, tests connectivity using a timeout-based method, and removes non-responsive bridge lines. It must use string concatenation instead of template literals.
Summarize Buddhist texts with a formal, academic tone, strictly adhering to length constraints and incorporating specific textual references without external interpretation.
Generates a buffer overflow attack payload with a specific stack layout (padding, return address, NOP sled, shellcode) and saves it to a file.
Guides the development of a Python chatbot using Gradio for the UI and the Groq API for responses, featuring local file-based chat history persistence and Conda environment management.
Solves the ACMP 796 text formatting problem in C#. Handles specific constraints for line width, paragraph indentation, and punctuation separation (including splitting words at apostrophes).
Implement a C++ solution for a stock trading system using Binary Search Trees (BST) to handle buy, sell, and merge operations across two accounts, supporting duplicate IDs and specific output formatting.
Generates or refactors C++ code adhering to specific style constraints: passing string parameters by value (std::string) instead of by reference (std::string&), and avoiding the use of const qualifiers on parameters and variables.
Implement the C++ DEList class for a doubly linked list according to a specific header file specification, including memory management, specific return values for empty lists, and string formatting rules.
Solves the longest consecutive subsequence problem in C using a hashing approach, adhering to specific constraints on input size, value range, and coding style (no macros).
Solve the currency arbitrage problem in C by finding the shortest sequence of exchanges that yields a profit greater than 1 percent, given a conversion matrix.