Documentation Index Fetch the complete documentation index at: https://docs.herodotus.cloud/llms.txt
Use this file to discover all available pages before exploring further.
AI Skills — Start Here
Copy Full Skill Download Skill
This is the recommended starting skill for any Herodotus integration. It covers the full product stack, helps your AI assistant pick the right products for your use case, and routes to the detailed per-product skills when you need implementation specifics.
Use this skill when you’re:
New to Herodotus and not sure which product you need
Building a workflow that spans multiple Herodotus products
Want your AI assistant to have full context on the stack
Claude Code
Cursor
Codex
Antigravity
Install All
Global: curl -fsSL https://raw.githubusercontent.com/HerodotusDev/ai-skills/main/install.sh | bash -s -- --claude
Or project-local: curl -fsSL https://raw.githubusercontent.com/HerodotusDev/ai-skills/main/install.sh | bash -s -- --claude --project
Or inside Claude Code: /plugin marketplace add HerodotusDev/ai-skills
/plugin install herodotus-skills@herodotus
Or via the Claude CLI: claude plugin marketplace add HerodotusDev/ai-skills
claude plugin install herodotus-skills@herodotus
Then use: /herodotus-skills:herodotus mkdir -p .cursor/skills/herodotus
curl -fsSL https://raw.githubusercontent.com/HerodotusDev/ai-skills/main/plugins/herodotus-skills/skills/herodotus/SKILL.md \
-o .cursor/skills/herodotus/SKILL.md
The installer also places sub-skills under .cursor/skills/herodotus/<skill>/. Global: mkdir -p ~/.codex/skills/herodotus
curl -fsSL https://raw.githubusercontent.com/HerodotusDev/ai-skills/main/plugins/herodotus-skills/skills/herodotus/SKILL.md \
-o ~/.codex/skills/herodotus/SKILL.md
Or project-local: mkdir -p .codex/skills/herodotus
curl -fsSL https://raw.githubusercontent.com/HerodotusDev/ai-skills/main/plugins/herodotus-skills/skills/herodotus/SKILL.md \
-o .codex/skills/herodotus/SKILL.md
mkdir -p .agent/skills/herodotus
curl -fsSL https://raw.githubusercontent.com/HerodotusDev/ai-skills/main/plugins/herodotus-skills/skills/herodotus/SKILL.md \
-o .agent/skills/herodotus/SKILL.md
curl -fsSL https://raw.githubusercontent.com/HerodotusDev/ai-skills/main/install.sh | bash