Skills run real code
Portable /qnn and /qdad skills now point harnesses at executable pipelines with a full parameter contract.
Library APIs
deepthink.qnn.run_qnn_pipeline(llm, prompt, params=…)— topology, seeds, span, epochs, self-attention, Mirror Descent, Solution-Space Reportdeepthink.qdad.run_qdad_pipeline(llm, params=…, user_prompt=…)— App Slot Machine / Qualitative Diffusion LangGraph engine
Skill package (each zip)
SKILL.md— procedure + Run the code sectionCODE_REFERENCE.md— params, Python API, return shaperun_qnn.py/run_qdad.py— CLI for shellsINSTALL.md
Examples
export OPEN_DEEPTHINK_ROOT=/path/to/open-deepthink
python skills/qnn/run_qnn.py --prompt "explore this deadlock" --qnn-mode auto
python skills/qdad/run_qdad.py --prompt "cozy night writing app…" --n 3 --denoising-steps 2Assets: qnn-skill-0.1.12.zip, qdad-skill-0.1.12.zip