@alexei-led/spotinfo

by alexei-led · v1.0.0 · prompt

spotinfo is a Go CLI tool that provides command-line access to AWS EC2 Spot Instance pricing and interruption data. It uses embedded AWS data feeds as fallback when network connectivity is unavailable

Install

Add @alexei-led/spotinfo to Claude Code with the PolySkill CLI: polyskill add @alexei-led/spotinfo

Instructions

# CLAUDE.md This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository. ## Project Overview `spotinfo` is a Go CLI tool that provides command-line access to AWS EC2 Spot Instance pricing and interruption data. It uses embedded AWS data feeds as fallback when network connectivity is unavailable. ## Development Commands ### Building - `make build` - Build binary for current OS/arch - `make all` - Build with full pipeline (update data, format, lint, test, build) - `make release` - Build binaries for multiple platforms ### Testing - `make test` - Run tes…

Keywords: github, aws-ec2, spot-instances, cli-tool, command-line-interface, cloud-pricing, aws-data, interruption-data, network-fallback