ARIO DeployClaude Code Integration
Add the Skill to Your Project
mkdir -p .claude/skills
curl -o .claude/skills/deploy.md https://raw.githubusercontent.com/ar-io/ar-io-deploy/main/examples/claude-skill/deploy.mdThen in Claude Code, say:
- "deploy to ar.io"
- "deploy my app to arweave"
- "set up CI/CD for ar.io deployment"
Claude will build your project, detect the output folder, and run the deploy with the right flags.
How is this guide?