بنقرة واحدة
accessibility-a11y
Implementing WCAG accessibility guidelines, semantic HTML5, and screen reader ARIA roles.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Implementing WCAG accessibility guidelines, semantic HTML5, and screen reader ARIA roles.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
How to use the Adaptyv Bio Foundry API and Python SDK for protein experiment design, submission, and results retrieval. Use this skill whenever the user mentions Adaptyv, Foundry API, protein binding assays, protein screening experiments, BLI/SPR assays, thermostability assays, or wants to submit protein sequences for experimental characterization. Also trigger when code imports `adaptyv`, `adaptyv_sdk`, or `FoundryClient`, or references `foundry-api-public.adaptyvbio.com`.
This skill should be used for time series machine learning tasks including classification, regression, clustering, forecasting, anomaly detection, segmentation, and similarity search. Use when working with temporal data, sequential patterns, or time-indexed observations requiring specialized algorithms beyond standard ML approaches. Particularly suited for univariate and multivariate time series analysis with scikit-learn compatible APIs.
System prompt for creating custom AI agents with detailed specifications
Reviews and critiques user-defined auto mode classifier rules for clarity, completeness, conflicts, and actionability
Classifies the tail of a background agent transcript as working, blocked, done, or failed and returns concise state JSON
Instructs the built-in background job agent to narrate progress, restate tool results, and emit explicit result, needs input, or failed status signals
| name | accessibility-a11y |
| description | Implementing WCAG accessibility guidelines, semantic HTML5, and screen reader ARIA roles. |
| allowed-tools | Read Write Edit Bash |
| license | MIT license |
| metadata | {"skill-author":"Lord1Egypt"} |
Accessibility (A11y) ensures that digital applications are usable by as many people as possible, including those with disabilities.
Use to optimize web interfaces and guarantee WCAG AA/AAA compliance benchmarks.
<!-- Good accessibility layout -->
<main>
<h1 id="main-heading">User Management</h1>
<button aria-describedby="main-heading" aria-label="Create new user button" class="btn">Create User</button>
<img alt="Portrait of Lord1Egypt" src="avatar.jpg" />
</main>
Create accessible modal focus traps, manage keyboard tabindex navigation, and integrate screen-reader dynamic announcements.