Quick Install
Run the installer — it auto-detects your tools and lets you pick which ones to set up:Per-Tool Setup
- Claude Code
- Cursor
- Codex
- Google Gemini / Jules
- Antigravity
- Manual Download
Via the installer (global):Or project-local:Or via the plugin marketplace (inside Claude Code):Or via the Claude CLI:Then invoke any skill by name:
Skill selection guide
- Use
Herodotus Full Stack AI Skillwhen you’re new or need the AI to understand the full stack and pick the right products. - Use
Atlantic API AI Skillfor proving job submission, lifecycle, and artifact handling. - Use
Data Processor AI Skillfor HDP module design and soundness-focused execution. - Use
Data Processor API AI Skillfor module/task orchestration through HTTP endpoints. - Use
Storage Proof API AI Skillfor proof requests and Satellite readback flows. - Use
Satellite Contracts AI Skillfor on-chain integration and contract-side read patterns. - Use
Data Structure Indexer API AI Skillfor accumulator/remapper discovery and proof-support data planning.
Recommended workflow
Multi-skill composition patterns
- HDP + Indexer + Satellite: use indexer for candidate discovery, HDP for constrained validation, Satellite for trusted consumption.
- Storage Proof + Satellite: submit proof jobs, wait for terminal success, then read via safe Satellite methods.
- Data Processor API + Atlantic: use API orchestration for queued jobs, Atlantic for proving lifecycle and artifacts.
Safe usage rules
- Treat OpenAPI as source of truth for request/response shapes.
- Do not infer undocumented statuses, fields, chain support, or addresses.
- Keep chain/environment explicit in every workflow.
- Use safe-read methods and fail-closed policies for business decisions.

