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개 표시
모든 저장소를 표시했습니다