strategy-explainer-flowchart 是做什麼的?
Codex skill: generate human-readable HTML strategy explanation charts with parameter tuning guidance from quantitative trading code.
Codex 技能:從量化交易程式碼生成易於理解的 HTML 策略說明圖表,並提供參數調整指引。
此技能專為 Codex 設計,能從量化交易程式碼自動生成具有參數調整指引的 HTML 策略說明流程圖。它會解析交易邏輯,將其可視化為淺顯易懂的流程圖,並標註關鍵參數與調整建議,幫助開發者、分析師或客戶快速理解策略運作機制與敏感性。支援 Codex 平台,透過讀取 Python、R 或偽代碼中的交易規則、進出場條件與參數範圍,輸出可直接在瀏覽器中開啟的互動式 HTML 檔案。此技能解決了量化策略常因程式碼複雜而難以溝通與覆核的痛點,讓非技術背景的利害關係人也能掌握策略核心,同時提供參數最佳化的實用指引。
npx skills add mnsgdhr/strategy-explainer-flowchartCodex skill: generate human-readable HTML strategy explanation charts with parameter tuning guidance from quantitative trading code.
ElevenLabs text-to-speech with mac-style say UX.
Oracle CLI second-model review/debug/refactor/design with selected files, dry-run token checks, API or browser engine.
Capture and automate macOS UI with the Peekaboo CLI.
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
Prisma ORM patterns for TypeScript backends — schema design, query optimization, transactions, pagination, and critical traps like updateMany returning count not records, $transaction timeouts, migrate dev resetting the DB, @updatedAt skipped on bulk writes, and serverless connection exhaustion.
Django + Celery async task patterns — configuration, task design, beat scheduling, retries, canvas workflows, monitoring, and testing. Use when adding background jobs, scheduled tasks, or async processing to a Django app.