Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Ingest and normalize market data into OHLCV vectors with HNSW indexing
Fetch market data for a symbol, normalize to OHLCV vectors, and store with HNSW indexing for fast pattern search.
When you need to ingest raw market data (price and volume) for a symbol and prepare it for pattern detection and similarity search. This is the first step before running pattern detection or comparison.
(open - prev_close) / prev_close(high - open) / open(low - open) / open(close - open) / openmcp__claude-flow__embeddings_generate (NOT embeddings_embed — that tool name does not exist).npx skills add ruvnet/ruflo --skill market-ingestHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Clear and well structured, with only minor parts that might need a second read.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Mostly actionable with clear steps; only a few small gaps remain.