validate_sr_with_claude
Sends the raw list of computed support and resistance levels to Claude along with the coin name and requests that they be ranked by structural significance — highest-tested levels, clearest reaction zones, and proximity to current price all factor into the ranking. The result is returned as a JSON array sorted by significance.
Algorithmic S/R detection produces many candidate levels, not all of which are equally significant. Claude's ranking step filters the list to the most actionable levels by applying pattern recognition that is difficult to encode as rules — for example, levels that have been tested four or more times and held are ranked higher than levels that were touched once and briefly. Parse the JSON output and take the top 2-3 for drawing.
Ask AI about this skill before installing it.