Skip to main content
qualcomm
GitHub クリエイタープロフィール

qualcomm

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

収集済み skills
66
リポジトリ
8
更新
2026年8月28日
リポジトリエクスプローラー

リポジトリと代表的な skills

conventional-commit-rebaser
ソフトウェア開発者

Rebase the current branch into clean conventional commits with proper author attribution. Use when the user wants to clean up a branch's commit history into well-organized conventional commits.

2026年6月10日
angular-component-testing
ソフトウェア品質保証アナリスト・テスター

Use when writing, reviewing, or refactoring Angular component or directive tests, especially tests for inputs, outputs, host behavior, template probes, forms, accessibility, or signal-backed behavior.

2026年5月22日
angular-testing
ソフトウェア品質保証アナリスト・テスター

Use when writing, reviewing, or refactoring Angular tests for application behavior, services, routes, state, forms, pipes, or integration flows, especially when tests may assert implementation details instead of public outcomes.

2026年5月22日
react-component-testing
ソフトウェア品質保証アナリスト・テスター

Use when writing, reviewing, or refactoring React component tests, especially tests for props, callbacks, controlled state, children, accessibility, form behavior, or multiple public component API variants.

2026年5月22日
react-testing
ソフトウェア品質保証アナリスト・テスター

Use when writing, reviewing, or refactoring React tests for application behavior, hooks, routes, state, or integration flows, especially when tests may assert implementation details instead of public outcomes.

2026年5月22日
vitest-browser-testing
ソフトウェア品質保証アナリスト・テスター

Use when writing, reviewing, or refactoring tests that run in Vitest Browser Mode, especially tests using page, userEvent, expect.element, browser locators, polling assertions, or real DOM interactions.

2026年5月22日
apply-qui-component-rules
ウェブ開発者

Use when writing or modifying QUI Angular template usage involving q-icon-button, q-inline-icon-button, q-header-bar-action-icon-button, q-avatar-image, labels for q-text-input/q-number-input/q-password-input/q-select/q-combobox/q-switch/q-checkbox/q-radio,…

2026年5月22日
audit-qui-component-rules
ソフトウェア品質保証アナリスト・テスター

Use when reviewing or final-checking QUI Angular template usage involving q-icon-button, q-inline-icon-button, q-header-bar-action-icon-button, q-avatar-image, labels for…

2026年5月22日
収集済み skill 17 件中 8 件を表示しています。
arm64-port-orchestrator
ソフトウェア開発者

Top-level loop-engineering orchestrator for x64-to-ARM64 porting of any open source project. Drives the whole pipeline end to end — scan, OpenSpec propose, easywos-spec task generation, OpenSpec apply (per-kernel port + verify/retry), wiring the ported…

2026年8月6日
easywos-spec
ソフトウェア開発者

Bridges EasyWoS scan output with OpenSpec task generation for x64-to-ARM64 porting. MUST be invoked when OpenSpec generates tasks.md for changes involving porting_items. Parses EasyWoS YAML, runs hybrid spec matching (script initial screening + LLM semantic…

2026年8月6日
arm64-baseline-porting
ソフトウェア開発者

Fallback skill for porting x64 code to ARM64 when no specific spec matches. Provides mandatory architectural constraints that ALL ARM64 migrations must respect regardless of code pattern — covering both hand-written assembly and C/intrinsics output. Use when…

2026年8月6日
arm64-inlineasm-to-intrinsics
ソフトウェア開発者

Convert ARM64 NEON inline assembly written in Clang/GCC-style `asm volatile(...)` blocks into maintainable C/C++ intrinsics, and must build a Verification project that compares the original asm against the translated intrinsics for semantic equivalence. Use…

2026年8月6日
asm-x64-to-arm64
ソフトウェア開発者

Convert x64 assembly to AArch64 arm64 — both inline asm (asm volatile / __asm__) and standalone MASM .asm files (PROC/ENDP, equ, macro/endm) translated to GAS .S form. Use when porting x64-specific asm to arm64, adding arm64 support alongside an existing x64…

2026年8月6日
dispatcher-skill
その他コンピュータ職

Expert skilltree layer-1 dispatcher. Receives porting task commands from tasks.md, parses arguments, loads porting_item data and spec descriptions, then routes to the appropriate leaf skill for actual migration execution. Invoked as: /dispatcher-skill…

2026年8月6日
enable-windows-arm64
ソフトウェア開発者

Detect a project's build system and modify its build files to add a Windows ARM64 build configuration. Use when the user wants to "enable ARM64", "add ARM64 support", "support Windows on ARM"/"Windows on ARM64"/"WoA", "build for ARM64", "make project ARM64…

2026年8月6日
intrinsics-x64-to-arm64
ソフトウェア開発者

Expert guidance for porting x86/x64 SSE/AVX vectorized C++ to ARM64 NEON, grounded in the Microsoft STL's two real backends (vector_algorithms.cpp). Use this skill when: translating __m128i/__m256i intrinsics to NEON (uint8x16_t/uint16x8_t/etc.), replacing…

2026年8月6日
収集済み skill 15 件中 8 件を表示しています。
app-builder
未分類

App Builder — generate complete, runnable fullstack WebUI applications (FastAPI backend + pure HTML/CSS/JS frontend) around on-device AI Model Packs (OCR, TTS, ASR, Super-Resolution, etc.). Use this skill when the user wants to build, generate, modify, or…

2026年8月22日
code-assist
未分類

A professional programming assistant supporting code writing, debugging, review, refactoring, and performance optimization, as well as open-source repository analysis.

2026年8月22日
model-builder
未分類

QAI ModelBuilder. Tools and workflows for model conversion, inspection, operator patching, quantization, and inference validation of self-converted models on Qualcomm platform. Use this skill when working with custom ONNX/PyTorch models — export to ONNX,…

2026年8月22日
model-hub
未分類

Model Hub — download pre-exported models from Qualcomm AI Hub, run inference on-device, and export them to App Builder as ready-to-import Packs. Use this skill when the user wants to use an AI Hub prebuilt package (`.bin` / `.dlc` / ONNX) without doing custom…

2026年8月22日
ppt-gen
未分類

Generate fully editable, high-quality PPTX with python-pptx based on the user's topic, materials, or business goals; defaults to a general-purpose "dark gilded elegant" visual system, with adaptive layout capabilities for cover, table of contents,…

2026年8月22日
browser-automation
未分類

Use when working with the `browser` tool — navigating or inspecting a page, clicking through a flow, filling and submitting a form, acting inside a logged-in session, or screenshotting a rendered page — and especially when a page will not cooperate — a…

2026年8月22日
computer-automation
未分類

Use when working with the `computer` tool — driving the Windows desktop, clicking or dragging anything on screen, opening or focusing an app, or locating a UI element — and especially when a computer action did not do what was expected — a click or drag…

2026年8月22日
email-163-com
未分類

163 email tool for sending, reading, searching, and replying to emails via 163.com (NetEase Mail).

2026年8月22日
収集済み skill 13 件中 8 件を表示しています。
wos-toolchain-discovery
ソフトウェア開発者

Canonical PowerShell block that detects the Windows ARM64 build toolchain (host arch, Visual Studio path, ARM64-target cl.exe, MSBuild, dumpbin, vcvars script) and caches the result to .copilot/state/wos-toolchain.json for reuse across agents/phases. Load…

2026年8月11日
arm64-baseline-porting
ソフトウェア開発者

Fallback skill for porting x64 code to ARM64 when no specific spec matches. Provides mandatory architectural constraints that ALL ARM64 migrations must respect regardless of code pattern — covering both hand-written assembly and C/intrinsics output. Use when…

2026年7月17日
arm64-inlineasm-to-intrinsics
ソフトウェア開発者

Convert ARM64 NEON inline assembly written in Clang/GCC-style `asm volatile(...)` blocks into maintainable C/C++ intrinsics, and must build a Verification project that compares the original asm against the translated intrinsics for semantic equivalence. Use…

2026年7月17日
asm-x64-to-arm64
ソフトウェア開発者

Convert x64 assembly to AArch64 arm64 — both inline asm (asm volatile / __asm__) and standalone MASM .asm files (PROC/ENDP, equ, macro/endm) translated to GAS .S form. Use when porting x64-specific asm to arm64, adding arm64 support alongside an existing x64…

2026年7月17日
intrinsics-x64-to-arm64
ソフトウェア開発者

Expert guidance for porting x86/x64 SSE/AVX vectorized C++ to ARM64 NEON, grounded in the Microsoft STL's two real backends (vector_algorithms.cpp). Use this skill when: translating __m128i/__m256i intrinsics to NEON (uint8x16_t/uint16x8_t/etc.), replacing…

2026年7月17日
sse-avx-to-neon
ソフトウェア開発者

Port x86 SSE/AVX intrinsics to ARM NEON, including CRC32 PCLMULQDQ → PMULL. Use when translating x86/x64 intrinsic code to NEON equivalents, adding ARM paths alongside existing x86 code, writing ARM NEON compute kernels from SSE/AVX specifications, or porting…

2026年7月17日
wos-build-error-recipes
ソフトウェア開発者

ARM64 build/link error diagnosis and fix recipes for Windows (C-series compiler errors, LNK linker errors, D80xx conflicts, .sln/.vcxproj platform mis-configuration, dumpbin AA64 validation). Load when triaging an ARM64 build log line-by-line — do NOT load…

2026年7月17日
wos-forbidden-skip-reasons
ソフトウェア開発者

Canonical list of forbidden vs valid skip reasons for ARM64 SIMD porting, plus the PowerShell regex audit block used by wos-porter Phase 8 gate G7c and wos-optimizer Hard Constraints. Load when auditing an optimizer report, when the optimizer decides whether…

2026年7月17日
収集済み skill 10 件中 8 件を表示しています。
8 件中 8 件のリポジトリを表示
すべてのリポジトリを表示しました