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.
Detect and classify candlestick patterns from ingested OHLCV data
Scan ingested OHLCV data for known candlestick patterns, classify them by type and reliability, and store for future reference.
When you need to identify candlestick patterns (doji, hammer, engulfing, head-shoulders, etc.) in market data. Requires data to be ingested first via market-ingest.
mcp__claude-flow__memory_search (or memory_list) on the market-data namespace to retrieve normalized OHLCV data for the symbol and period. The memory_* tool family routes by namespace; the agentdb_hierarchical-* family does NOT (it routes by tier), so use memory_* for namespaced reads.npx skills add ruvnet/ruflo --skill market-patternHow 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.