hardware-expert

Optimize AMD RDNA2/Zen3 hardware with wgpu and NixOS integration.

Updated Mar 8, 2026
One-click install
npx skills add https://github.com/kryptodogg/twister --skill hardware-expert
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hardware-expert
Source: https://github.com/kryptodogg/twister/tree/main/.qwen/skills/hardware-expert
Command: npx skills add https://github.com/kryptodogg/twister --skill hardware-expert

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides deep technical expertise for optimizing hardware performance and system integration for Project Cyclone, focusing on AMD RDNA2/Zen3 architectures, wgpu optimization, NixOS, and Resizable BAR strategies.

Core Features & Use Cases

  • Bare Metal Optimization: Fine-tune AMD RDNA2/Zen3 hardware for maximum throughput and minimal latency.
  • wgpu Performance: Implement advanced buffer and DMA strategies for high-performance GPU computing.
  • NixOS Integration: Ensure OS-level determinism and real-time performance.
  • GPU Profiling: Utilize AMD GPUPerfAPI for in-depth performance analysis.
  • Use Case: A developer needs to ensure their audio synthesis application runs with the lowest possible latency on an AMD RX 6700 XT and Ryzen 7 5700X system, leveraging NixOS for a stable environment and optimizing wgpu calls for maximum GPU utilization.

Quick Start

Configure NixOS for real-time kernel and CPU isolation for the audio DSP loop.

Frequently Asked Questions about hardware-expert

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I optimize wgpu performance for AMD RDNA2 GPUs?

wgpu performance on AMD RDNA2 is optimized by implementing advanced buffer and DMA strategies to maximize GPU throughput. This approach targets high-performance computing applications requiring bare metal tuning and minimal latency.

How do I configure NixOS for real-time kernel and CPU isolation?

Configure NixOS for real-time performance by setting up the real-time kernel and isolating CPUs for specific DSP loops. This ensures OS-level determinism required for low-latency audio synthesis and high-performance computing tasks.

Can I use AMD GPUPerfAPI for wgpu kernel profiling?

AMD GPUPerfAPI is utilized for in-depth GPU profiling and performance counter analysis of wgpu applications. This allows developers to analyze kernel determinism and identify hardware bottlenecks on AMD RDNA2 architectures.

What is the best way to achieve low latency audio synthesis on Ryzen 7 5700X?

Achieve low latency audio synthesis on Ryzen 7 5700X by fine-tuning bare metal Zen 3 hardware and leveraging Resizable BAR strategies. Combining this with NixOS ensures a stable, deterministic environment for your DSP loop.

Does Resizable BAR improve GPU utilization for wgpu compute workloads?

Resizable BAR strategies improve GPU utilization for wgpu compute workloads by optimizing memory access patterns on AMD RDNA2 hardware. This enables advanced DMA strategies to function with maximum throughput and minimal latency.