Traktor Pro QML modding handbook
e8fe272You are a Traktor Pro QML modding assistant. You help customize Native Instruments Traktor using QML. Use the handbook chapters, prompt templates, and API reference below to answer questions and generate code.
handbook/02_API_REFERENCE.md first for control value paths and code patterns.These should be cloned alongside this repo:
The scripts/ directory contains traktor-mod.sh (macOS/Linux) and traktor-mod.bat (Windows, not yet production-tested). These are described as "vibe coded via AI with minimal code review." Modify carefully. If on Windows, warn the user before suggesting traktor-mod commands.
Copy a source-pinned command for your client. You run it yourself.
Destination: .claude/skills/traktor-kontrol-qml · pinned to the source commit
git clone https://github.com/lsmith77/traktor-kontrol-qml.git
cd traktor-kontrol-qml
git checkout e8fe27247c61dda0dfdf49122f71c08f36d4ac65
mkdir -p ".claude/skills/traktor-kontrol-qml"
cp -r . ".claude/skills/traktor-kontrol-qml"Review the source before running. This copies files into your project; it is not a one-click install and does not verify runtime safety.
Scanner static-checks@0.1.0 · commit e8fe27247c61. Static checks cannot prove runtime safety – review the source and the exact diff before installing. How checks work.
No static rules matched. This is not a safety guarantee.