Skip to main content
Manusで任意のスキルを実行
ワンクリックで
uw-ssec
GitHub クリエイタープロフィール

uw-ssec

3 件の GitHub リポジトリにある 91 件の収集済み skills をリポジトリ単位で表示します。

収集済み skills
91
リポジトリ
3
更新
2026-06-17
リポジトリエクスプローラー

リポジトリと代表的な skills

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.

2026-06-17
ensuring-reproducibility
ソフトウェア開発者

Use when a result, experiment, or analysis must be reproducible by others or by a future session. Triggers: make this reproducible, capture provenance, pin the environment for this result, why can't I reproduce X.

2026-06-17
hardening-research-code
ソフトウェア品質保証アナリスト・テスター

Use when research or scientific code must be trustworthy — verifiably correct, regression-safe, and numerically stable. Triggers: harden this code, is this numerically correct, add regression tests vs known results, make the research code robust.

2026-06-17
implementing-plans
ソフトウェア開発者

Use when an approved implementation plan (a docs/rse/specs/plan-*.md file) exists and the next step is writing the code. Triggers: implement the plan, execute the plan, start building, run the plan.

2026-06-17
iterating-plans
ソフトウェア開発者

Use when an existing implementation plan needs changes before or during execution. Triggers: update the plan, change the plan, add a phase, revise scope, incorporate experiment results.

2026-06-17
planning-implementations
ソフトウェア開発者

Use when a feature, refactor, or multi-file change needs to be designed before coding. Triggers: plan X, design the implementation, how should we build X, create an implementation plan.

2026-06-17
researching
ソフトウェア開発者

Use when you need to understand how an existing codebase works and/or survey external prior work (papers, methods, tools) before planning or changing something. Traces function call paths, maps module dependencies, searches academic papers and documentation, compares library alternatives. Triggers: research the codebase, how does X work, where is X implemented, what tools or libraries exist for X, prior art on X, has this been done before, survey approaches to X.

2026-06-17
running-experiments
ソフトウェア開発者

Use when the best technical approach is genuinely uncertain and a head-to-head prototype comparison is needed before committing to a design. Triggers: should I use X or Y, compare approaches, benchmark, which is faster or simpler.

2026-06-17
このリポジトリの収集済み skills 75 件中、上位 8 件を表示しています。
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.

2026-05-10
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.

2026-05-10
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.

2026-05-10
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.

2026-05-10
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.

2026-04-20
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 YouTube/Vimeo/Panopto videos, or "how do I make a video ADA compliant". Grounded in the UW eScience ADA Title II compliance notes.

2026-04-20
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 compliance, slide decks, spreadsheets, alt text in documents, or "are Google Docs covered by ADA Title II". Grounded in the UW eScience ADA Title II compliance notes.

2026-04-20
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 to make the old archive compliant", "what about legacy PDFs", "is third-party content exempt", or generally about the compliance exceptions. Grounded in the UW eScience ADA Title II compliance notes.

2026-04-20
このリポジトリの収集済み skills 10 件中、上位 8 件を表示しています。
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 binding", "create an HPX wrapper", "add hpx::for_each binding", "add hpx::reduce binding", "wrap a new HPX algorithm", "add a new HPX feature to HPyX", or provides a specific HPX feature name and wants end-to-end scaffolding.

2026-04-24
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", "pytest-benchmark", "benchmark HPX vs Python", "benchmark HPX vs NumPy", "measure binding overhead", "profile HPyX", "threadpoolctl", "benchmark scaling", "performance comparison", mentions the "benchmarks/" directory or "pixi run benchmark", or asks about performance characteristics of HPyX operations.

2026-04-24
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 "build system", "CMake configuration", "scikit-build-core", "pixi", "build errors", "compilation errors", "link errors", "nanobind_add_module", "CMakeLists.txt", "pyproject.toml", "pixi.toml", "build HPX from source", "install dependencies", "RPATH", "conda-forge", or hits build failures, missing library errors, or environment setup issues.

2026-04-24
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 asks about "GIL management", "free-threading", "Python 3.13 free-threading", "gil_scoped_acquire", "gil_scoped_release", "thread safety", "GIL deadlock", "nogil", "disable-gil", or debugs threading issues, segfaults in callbacks, or race conditions in HPyX.

2026-04-24
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", "HPX APIs", "what HPX features to wrap", "HPX parallel algorithms", "HPX futures", "HPX distributed computing", "HPX AGAS", "HPX performance counters", "HPX execution policies", or mentions "vendor/hpx", "HPX source", or asks what parts of HPX are available for binding.

2026-04-24
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", "wrap a C++ function", "add a new HPX binding", "bind a C++ class", "expose C++ to Python", "nanobind template", "type conversion", "ndarray binding", or works in files under `src/*.cpp` or `src/*.hpp`.

2026-04-24
3 件中 3 件のリポジトリを表示
すべてのリポジトリを表示しました