1
0
mirror of https://github.com/JKorf/CryptoExchange.Net.git synced 2026-08-11 08:22:53 +00:00

Added skills hub reference

This commit is contained in:
Jkorf
2026-06-30 15:01:54 +02:00
parent 52e6fbfe47
commit 6238c17471
+2
View File
@@ -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."