Skip to content
Skillv1.0.0

traktor-kontrol-qml

Traktor Pro QML modding handbook

by lsmith77(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from lsmith77/traktor-kontrol-qml (SKILL.md). Install upstream with npx skills add lsmith77/traktor-kontrol-qml. Copyright stays with the author.

Traktor QML Modding Skill

You 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.

Important Context

  • Always consult handbook/02_API_REFERENCE.md first for control value paths and code patterns.
  • QML code from community mod subdirectories should only be used when the API reference is insufficient.

Getting Started

API & Code Patterns

Community & Examples

Creating & Combining Mods

Updating & Managing Mods

Analyzing Mods

Sharing & Documentation

Debugging

Companion Repositories

These should be cloned alongside this repo:

Script Caution

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.

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/lsmith77-traktor-kontrol-qml-traktor-kontrol-qml/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

lsmith77-traktor-kontrol-qml-traktor-kontrol-qml.ocm.jsonjson
{
  "ocm": "1",
  "id": "lsmith77-traktor-kontrol-qml-traktor-kontrol-qml",
  "kind": "skill",
  "name": "traktor-kontrol-qml",
  "description": "Traktor Pro QML modding handbook",
  "publisher": "lsmith77",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "traktor",
      "qml",
      "modding",
      "native-instruments",
      "dj",
      "github"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Traktor Pro QML modding handbook"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github",
      "repository": "https://github.com/lsmith77/traktor-kontrol-qml",
      "path": "SKILL.md",
      "ref": "e8fe27247c61dda0dfdf49122f71c08f36d4ac65",
      "url": "https://github.com/lsmith77/traktor-kontrol-qml/blob/e8fe27247c61dda0dfdf49122f71c08f36d4ac65/SKILL.md",
      "key": "lsmith77/traktor-kontrol-qml/SKILL.md"
    }
  },
  "instructions": "# Traktor QML Modding Skill\n\nYou 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.\n\n## Important Context\n\n- Always consult `handbook/02_API_REFERENCE.md` first for control value paths and code patterns.\n- QML code from community mod subdirectories should only be used when the API reference is insufficient.\n\n## Getting Started\n- **QML basics, folder structure, install/restore** → [handbook/01_BASICS.md](handbook/01_BASICS.md)\n- **Index and r",
  "cost": {
    "context_tokens": 872
  }
}

Fetch it by URL: GET /api/v1/registry/lsmith77-traktor-kontrol-qml-traktor-kontrol-qml/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.