Skip to main content
uw-ssec
ملف منشئ GitHub

uw-ssec

عرض على مستوى المستودعات لـ ٩٢ skills مجمعة عبر ٣ مستودعات GitHub.

skills مجمعة
٩٢
مستودعات
٣
محدث
٩ يوليو ٢٠٢٦
مستكشف المستودعات

المستودعات و skills الممثلة

download-script-dev
مطوّرو البرمجيات

This skill should be used when the user asks to "develop a download script", "debug data download", "fix download error", "create data pipeline template", "download template", "GAIA data pipeline", "download from S3", "access Zarr store", "cloud data access",…

٩ يوليو ٢٠٢٦
singularity-apptainer
مطوّرو البرمجيات

HPC containerization with Singularity/Apptainer including definition files, .sif image management, MPI integration, GPU passthrough, Slurm job integration, and Docker image conversion.

٨ يوليو ٢٠٢٦
community-health-files
مطوّرو البرمجيات

Templates and guidance for creating community health files (README, CONTRIBUTING, LICENSE, CODE_OF_CONDUCT, SECURITY, CITATION.cff, issue/PR templates) for open-source research software projects in any language.

٨ يوليو ٢٠٢٦
pixi-package-manager
مطوّرو البرمجيات

Manage scientific Python dependencies and environments with the pixi package manager: create environments, add conda-forge and PyPI packages, define and run tasks, and generate reproducible multi-platform lockfiles. Use when the user mentions pixi, pixi.toml,…

٨ يوليو ٢٠٢٦
python-packaging
مطوّرو البرمجيات

Create and publish distributable scientific Python packages following Scientific Python community best practices. Covers pyproject.toml, src layout, Hatchling, metadata, CLI entry points, and PyPI publishing.

٨ يوليو ٢٠٢٦
scientific-documentation
مطوّرو البرمجيات

Set up and maintain documentation for scientific Python packages. Covers Sphinx, MkDocs, NumPy-style docstrings, Diataxis framework, accessibility standards, and documentation hosting with Read the Docs.

٨ يوليو ٢٠٢٦
typography-systems
مصممو واجهات الويب والرقمية

Use when building a new type scale, converting fixed sizes to fluid clamp() values, choosing or pairing fonts, fixing readability issues (line height, measure, tracking), or encoding typography as design tokens / CSS custom properties.

٨ يوليو ٢٠٢٦
creating-handoffs
متخصصو إدارة المشاريع

Use when work context must transfer to another session or person. Triggers: create a handoff, hand off this work, summarize context for the next session, prepare a handoff.

١٧ يونيو ٢٠٢٦
عرض 8 من أصل ٧٦ skills مجمعة.
dubbot-interpretation
مصممو واجهات الويب والرقمية

Map DubBot and AudioEye scan output to WCAG 2.1 AA rule citations and to the appropriate in-plugin reviewer agent. Use when starting remediation from a DubBot or AudioEye report.

١٠ مايو ٢٠٢٦
notebook-accessibility
مصممو واجهات الويب والرقمية

WCAG 2.1 AA guidance specific to Jupyter notebooks (.ipynb). Use when reviewing notebook content for heading hierarchy, figure alt text, interactive output accessibility, DataFrame rendering, inline HTML, execution order, and export contexts.

١٠ مايو ٢٠٢٦
uw-policy-mapping
مطوّرو البرمجيات

Map WCAG 2.1 AA rules to UW digital accessibility policy language (KB0036639, UW accesstech checklist). Use when writing remediation tickets that need to cite UW policy alongside WCAG.

١٠ مايو ٢٠٢٦
wcag-remediation-patterns
مطوّرو البرمجيات

Concrete remediation snippets for WCAG 2.1 AA violations, keyed by WCAG rule number. Use when a reviewer agent needs to populate the Fix field in a finding. Reference only — do not modify files.

١٠ مايو ٢٠٢٦
compliance-matrix-template
مطوّرو البرمجيات

Canonical output format for ADA Title II compliance audits. Defines the compliance matrix (file x WCAG rule x status), severity taxonomy, and emission formats. Use when generating audit reports.

٢٠ أبريل ٢٠٢٦
wcag-av-requirements
موظفو المكاتب العامون

Reference for WCAG 2.1 AA audio/video requirements under ADA Title II. Use when the user asks about captions, audio descriptions, video accessibility, live vs prerecorded video rules, sound effects in captions, audio-only or video-only content, embedded…

٢٠ أبريل ٢٠٢٦
wcag-document-requirements
موظفو المكاتب العامون

Reference for WCAG 2.1 AA requirements as applied to non-HTML documents — Google Docs, Word, PowerPoint, Google Slides, PDFs, spreadsheets, and source code blocks. Use when the user asks about making a Google Doc accessible, document heading styles, PDF…

٢٠ أبريل ٢٠٢٦
wcag-exceptions
موظفو المكاتب العامون

Reference for the exceptions to ADA Title II / WCAG 2.1 AA compliance — archived content, preexisting documents, preexisting social media posts, password-protected personal documents, and third-party content. Use when the user asks "is X exempt", "do we have…

٢٠ أبريل ٢٠٢٦
عرض 8 من أصل ١٠ skills مجمعة.
add-binding
مطوّرو البرمجيات

Generates the complete scaffolding (C++ source, header, `bind.cpp` registration, CMake update, Python wrapper package, tests, and optional benchmarks) for a new HPX algorithm binding in HPyX. Use when the user asks to "add a new binding", "scaffold a…

٢٤ أبريل ٢٠٢٦
benchmarking
محللو ضمان جودة البرمجيات والمختبرون

Generates `pytest-benchmark` scripts for HPyX bindings, runs HPX vs NumPy/pure-Python comparisons, measures thread scaling and binding overhead, and interprets timing results. Use when the user asks about "benchmarking", "performance testing",…

٢٤ أبريل ٢٠٢٦
build-system
مطوّرو البرمجيات

Guides building and configuring HPyX (CMake + scikit-build-core + Nanobind + pixi), diagnoses CMake/compilation/link errors, explains `nanobind_add_module` usage, configures conda-forge dependencies, and resolves RPATH issues. Use when the user asks about…

٢٤ أبريل ٢٠٢٦
gil-management
مطوّرو البرمجيات

Enforces correct GIL handling in HPyX's Nanobind bindings under Python 3.13 free-threading — diagnoses GIL deadlocks and callback segfaults, applies `gil_scoped_acquire`/`release` patterns, and validates thread safety in C++/Python code. Use when the user…

٢٤ أبريل ٢٠٢٦
hpx-architecture
مطوّرو البرمجيات

Maps HPX C++ library components to their `vendor/hpx/` source locations, tracks which HPX features are already wrapped in HPyX, and identifies unwrapped candidates for new Python bindings. Use when the user asks about "HPX architecture", "HPX components",…

٢٤ أبريل ٢٠٢٦
nanobind-patterns
مطوّرو البرمجيات

Writes Nanobind C++-to-Python bindings for HPX APIs following HPyX conventions — generates `m.def` function bindings, `nb::class_` wrappers, type conversions, and `nb::ndarray` patterns. Use when the user asks to "create a binding", "write nanobind code",…

٢٤ أبريل ٢٠٢٦
عرض ٣ من أصل ٣ مستودعات
تم تحميل كل المستودعات