Skip to main content
dongzhuoyao
GitHub クリエイタープロフィール

dongzhuoyao

3 件の GitHub リポジトリにある 62 件の収集済み skills をリポジトリ単位で表示します。

収集済み skills
62
リポジトリ
3
更新
2026-06-17
リポジトリエクスプローラー

リポジトリと代表的な skills

consolidate-skill
ソフトウェア開発者

Use when turning recent agent-session evidence into durable skill updates. Triggers: "consolidate lessons", "update skills from sessions", "prevent repeated fixes", "recurring mistakes", "capture workflow learnings"

2026-06-17
lumi-supercomputer
ソフトウェア開発者

Use when running workloads on LUMI supercomputer, including GPU job submission, PyTorch with ROCm/AMD MI250X, container workflows, and LUMI-specific Slurm configuration. Triggers: "LUMI", "MI250X", "ROCm", "AMD GPU", "CSC", "LUMI-G"

2026-06-17
wandb-experiment-tracking
ソフトウェア開発者

Use when integrating W&B experiment tracking into ML training pipelines, including logging strategy, run configuration, and online/offline mode management. Triggers: "W&B", "wandb", "weights and biases", "experiment logging", "wandb.log", "wandb.init", "training dashboard"

2026-06-12
overleaf-cookie
ソフトウェア開発者

"Use when extracting Overleaf login cookies from Chrome on macOS for the VSCode Overleaf Workshop extension. Decrypts Chrome's cookie store and outputs the session cookie in the exact format the extension expects. Triggers: "overleaf cookie", "overleaf login", "overleaf workshop cookie", "get overleaf cookie", "vscode overleaf login"

2026-06-03
experiment-preflight
ソフトウェア開発者

Use when preparing to launch any remote or multi-GPU ML experiment. Triggers include "preflight", "sanity check", "launch validation", "before training", "GPU check", "dataset check", "environment check"

2026-05-31
git-submodule-push
ソフトウェア開発者

Use when pushing changes in a repository that contains git submodules, especially when the submodule has its own commits that must not be left stranded. Triggers include "push", "git push", "submodule", "commit submodule", "workspace push"

2026-05-31
academic-deep-research
その他の生物科学者

Use when evaluating academic papers or surveying a research topic. Gathers venue, citations, GitHub stats, social buzz, reproducibility, and author signals to produce a scored markdown report. Triggers: "evaluate paper", "paper review", "research survey", "literature review", "is this paper good", "find papers on", "compare papers", "paper impact"

2026-05-18
followup-analysis
その他の生物科学者

Use when analyzing the follow-up works of a specific paper — the papers that cite it. Resolves the seed paper via Semantic Scholar, paginates the full citing-paper list, triages by impact + recency, dispatches parallel subagents to tag each follow-up (extension / improvement / application / theoretical / criticism), and produces a clustered markdown report under docs/research/. Triggers: "followup analysis", "follow-up works", "papers that cite", "forward citations", "who cites this paper", "citation graph", "impact analysis", "downstream papers"

2026-05-18
このリポジトリの収集済み skills 40 件中、上位 8 件を表示しています。
deribit-data
ソフトウェア開発者

Read public market data from Deribit's REST API — instruments, ticker, order book, index price, funding rate, historical DVOL — no auth required. Use this skill whenever the user asks for Deribit data on BTC, ETH, SOL, or any other Deribit currency, including option instruments, perpetual funding, dated futures basis, or the volatility index. Triggers: "Deribit", "BTC options", "ETH options", "BTC funding rate", "perpetual basis", "DVOL", "Deribit ticker", "options chain on Deribit", "BTC-PERPETUAL", "BTC-25DEC25-100000-C". Activate even with partial input — default currency = BTC, default kind = option.

2026-05-11
deribit-options-chain
ソフトウェア開発者

Pull and clean the BTC or ETH options chain from Deribit, with proper inverse-quote handling and downstream-ready columns. Use this skill whenever the user wants the full Deribit options chain, a single expiry, an ATM strip, or a chain filtered by liquidity. Triggers: "Deribit chain", "BTC options chain", "ETH chain", "show me 26DEC25 BTC strikes", "what's on Deribit for BTC right now", "0DTE BTC options". Defaults: currency = BTC, nearest 4 weekly + nearest 4 monthly expiries, bid/ask spread filter 30%.

2026-05-11
dvol-index
ソフトウェア開発者

Read Deribit's DVOL index (BTC and ETH) — the crypto analogue of CBOE's VIX — for vol regime context, term-structure flags, and historical percentile comparisons. Use this skill whenever the user asks about crypto vol regime, BTC vs ETH vol, DVOL level vs history, or wants a vol-context read before crypto-options trades. Triggers: "DVOL", "BTC DVOL", "ETH DVOL", "crypto VIX", "BTC vol regime", "is crypto vol cheap", "implied vol vs realized for BTC". Defaults: BTC currency, trailing 1y window for percentile.

2026-05-11
gex-max-pain
ソフトウェア開発者

Compute dealer Gamma Exposure (GEX) and Max Pain strike for BTC or ETH at any Deribit expiry. Use this skill when the user asks about dealer positioning, "magnet" strike for expiry, gamma walls, or expiry-related spot pinning. Triggers: "GEX", "gamma exposure", "max pain", "BTC expiry magnet", "where will BTC pin on Friday", "dealer gamma BTC", "options expiry impact". Defaults: BTC, nearest Friday expiry, all strikes with open interest above zero.

2026-05-11
inverse-options-pricing
ソフトウェア開発者

Price coin-settled (inverse) options the way Deribit quotes them — premium and payoff in BTC/ETH, not USD. Use this skill whenever the user asks about Deribit option pricing, why Deribit's deltas differ from textbook BSM, or how to convert between coin-quoted and USD-quoted Greeks. Triggers: "inverse option", "coin-settled", "Deribit pricing", "why is Deribit delta different", "convert Deribit Greeks to USD", "BTC denominated payoff", "premium in BTC". Default: r = 0 (Deribit uses 0 risk-free historically), q = 0.

2026-05-11
cboe-data
財務・投資アナリスト

Read CBOE volatility indices and ratios for market-wide vol context — VIX, VVIX, SKEW, VIX9D, VIX3M, VIX6M, put/call ratio, and term-structure ratios like VIX9D/VIX (frontend stress) and VIX/VIX3M (curve shape). Use this skill when the user asks about market vol regime, complacency vs fear, term-structure signals, or wants context for individual-name trades. Triggers: "VIX", "VVIX", "SKEW", "put/call ratio", "vol regime", "is the market complacent", "frontend stress", "VIX term structure". Defaults: spot levels + 1y percentile.

2026-05-11
options-chain-reader
ソフトウェア開発者

Parse a broker option chain screenshot or pasted text into a structured legs table. Use this skill when the user uploads a screenshot from IBKR / TastyTrade / ToS / Robinhood / Schwab or pastes a chain dump and asks to "parse this", "analyze this position", "what trade is this", or wants Greeks / payoff from a broker image. Triggers: any chain screenshot, "IBKR position", "TastyTrade trade ticker", "ToS analyzer page", "what does my position say". Do NOT use this to fetch fresh data — use `yfinance-options` for that.

2026-05-11
yfinance-options
ソフトウェア開発者

Pull options chains, Greeks, and historicals for any US-listed ticker via the yfinance library. Use this skill whenever the user wants options data for a specific ticker — full chain, single expiry, ATM strip, or historical option prices. Triggers: "get the options chain", "show AAPL puts", "fetch SPY 0DTE chain", "what's the 50-delta strike", "pull all expiries for QQQ", "options for $TICKER". Defaults: nearest expiry, both puts and calls, ±20% strikes from spot.

2026-05-11
このリポジトリの収集済み skills 20 件中、上位 8 件を表示しています。
3 件中 3 件のリポジトリを表示
すべてのリポジトリを表示しました