mirror of
https://github.com/GMGNAI/gmgn-skills.git
synced 2026-07-27 16:57:44 +00:00
7696a45a36
Two improvements: 1. Extract 700-line inline Python script to analyze.py — Claude no longer streams the entire script as text, reducing response time from ~2min to ~5s (API calls take ~3s, script execution <1s). Also adds full 3-way concurrency: holders + dev fetched in parallel, then created-tokens fires immediately when dev result arrives — saving ~1.2s vs prior serial approach. EVM addresses auto-detect chain (bsc→eth→base). 2. Add Output Rule section after the run command — Claude's reply MUST contain only the raw stdout verbatim, no summary or omission. Previously the CRITICAL note appeared before the command, so it was forgotten by reply time; moving it after (as the last thing Claude reads before replying) enforces compliance. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>