Monitor corporate strategic investments
strategic-partner-firehoseskillsetup L2★2
ssurmic/claude-investment-skills ↗What it does
Analyze sector rotation and heat maps
Best for
Investors finding Tier-1 strategic PIPE deals from SEC filings before social media coverage.
Inputs
- · GNN model files
- · Stock ticker, price level or %
- · SEC filing data (8-K, 13D)
Outputs
- · Telegram notifications when thresholds trigger
- · Staged code changes and git commit
- · 11-step quality pipeline execution with approval gates
- · Real-time Telegram alerts for strategic partner investments
Requires
- · Telegram Bot API
- · GitHub Actions
- · SEC EDGAR API
Preconditions
Repository tracked in Git; Telegram bot token and chat ID configured; Live market data access (yfinance or broker API); SEC EDGAR feed access
Failure modes
API rate limits or network connectivity loss; Malformed or unexpected data format from source; GitHub Actions workflow timeout or missed schedule; False positives or missed alerts due to filter tuning
Trust signals
- · Unit tests and test fixtures provided
- · Tracked in public/private GitHub repository
- · Example usage and code snippets documented
- · GitHub Actions or CI/CD integration