From 6238c174710dfe38f2d79b407c861caff4351def Mon Sep 17 00:00:00 2001 From: Jkorf Date: Tue, 30 Jun 2026 15:01:54 +0200 Subject: [PATCH] Added skills hub reference --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2ec90318..33e097eb 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,8 @@ This library and the entire CryptoExchange.Net ecosystem provide first-class sup For single-exchange code, see also the AI files in each exchange's repository (Binance.Net, Bybit.Net, OKX.Net, ...) — they cover exchange-specific patterns. +See [cryptoexchange-skills-hub](https://github.com/JKorf/cryptoexchange-skills-hub) for installable skills. + **Quick prompt to verify your assistant is using these:** > "Show me how to fetch BTC/USDT spot tickers from Binance and OKX concurrently in C# using the SharedApis pattern."