Skip to main content
uw-ssec
GitHub creator profile

uw-ssec

Repository-level view of 92 collected skills across 3 GitHub repositories.

skills collected
92
repositories
3
updated
Jul 9, 2026
repository explorer

Repositories and representative skills

download-script-dev
software-developers

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",…

Jul 9, 2026
singularity-apptainer
software-developers

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

Jul 8, 2026
community-health-files
software-developers

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.

Jul 8, 2026
pixi-package-manager
software-developers

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,…

Jul 8, 2026
python-packaging
software-developers

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.

Jul 8, 2026
scientific-documentation
software-developers

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.

Jul 8, 2026
typography-systems
web-and-digital-interface-designers

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.

Jul 8, 2026
creating-handoffs
project-management-specialists

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.

Jun 17, 2026
Showing 8 of 76 collected skills.
dubbot-interpretation
web-and-digital-interface-designers

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.

May 10, 2026
notebook-accessibility
web-and-digital-interface-designers

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.

May 10, 2026
uw-policy-mapping
software-developers

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.

May 10, 2026
wcag-remediation-patterns
software-developers

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.

May 10, 2026
compliance-matrix-template
software-developers

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.

Apr 20, 2026
wcag-av-requirements
office-clerks-general-439061

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…

Apr 20, 2026
wcag-document-requirements
office-clerks-general-439061

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…

Apr 20, 2026
wcag-exceptions
office-clerks-general-439061

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…

Apr 20, 2026
Showing 8 of 10 collected skills.
add-binding
software-developers

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…

Apr 24, 2026
benchmarking
software-quality-assurance-analysts-and-testers

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",…

Apr 24, 2026
build-system
software-developers

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…

Apr 24, 2026
gil-management
software-developers

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…

Apr 24, 2026
hpx-architecture
software-developers

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",…

Apr 24, 2026
nanobind-patterns
software-developers

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",…

Apr 24, 2026
Showing 3 of 3 repositories
All repositories loaded