Skip to main content
Use this guide to install and apply Herodotus skills in your AI coding tools.

Quick Install

Run the installer — it auto-detects your tools and lets you pick which ones to set up:
Or skip the selector and target a specific tool directly:

Per-Tool Setup

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 Skill when you’re new or need the AI to understand the full stack and pick the right products.
  • Use Atlantic API AI Skill for proving job submission, lifecycle, and artifact handling.
  • Use Data Processor AI Skill for HDP module design and soundness-focused execution.
  • Use Data Processor API AI Skill for module/task orchestration through HTTP endpoints.
  • Use Storage Proof API AI Skill for proof requests and Satellite readback flows.
  • Use Satellite Contracts AI Skill for on-chain integration and contract-side read patterns.
  • Use Data Structure Indexer API AI Skill for accumulator/remapper discovery and proof-support data planning.

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.

GitHub Repository

All skills are open source. Contributions welcome: github.com/HerodotusDev/ai-skills