Create and edit workout routines in Hevy fitness app via API. User-invocable with /hevy. Use when: User wants to create/edit Hevy routines, convert training programs (text/PDF/image) to Hevy format, or work with the Hevy API. Triggers: "/hevy", "hevy routine", "add to hevy", "gym routine", "gym program", "lifting program", "training plan", "PPL", "push pull legs", "5x5", "531", "GZCLP", "nSuns", "import workout", "sync to hevy", "weightlifting"
Installation
SKILL.md
Before starting: The Hevy API is fragile. Small mistakes (wrong field, @ in notes, missing wrapper) cause silent failures. Follow this skill exactly—shortcuts cause debugging pain.
Paths: All scripts/ and references/ paths are relative to THIS skill's directory (where this SKILL.md lives), NOT the user's current working directory. Use full path: /scripts/hevy-api.
Do NOT load exercises-by-category.md until actively mapping names to IDs. Search tip: Ctrl+F by muscle group header (e.g., ## quadriceps).
Create and edit workout routines in Hevy fitness app via API. User-invocable with /hevy. Use when: User wants to create/edit Hevy routines, convert training programs (text/PDF/image) to Hevy format, or work with the Hevy API. Triggers: "/hevy", "hevy routine", "add to hevy", "gym routine", "gym program", "lifting program", "training plan", "PPL", "push pull legs", "5x5", "531", "GZCLP", "nSuns", "import workout", "sync to hevy", "weightlifting" Source: jakubrohleder/agent-toolkit.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/jakubrohleder/agent-toolkit --skill hevy- Category
- #Documents
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is hevy?
Create and edit workout routines in Hevy fitness app via API. User-invocable with /hevy. Use when: User wants to create/edit Hevy routines, convert training programs (text/PDF/image) to Hevy format, or work with the Hevy API. Triggers: "/hevy", "hevy routine", "add to hevy", "gym routine", "gym program", "lifting program", "training plan", "PPL", "push pull legs", "5x5", "531", "GZCLP", "nSuns", "import workout", "sync to hevy", "weightlifting" Source: jakubrohleder/agent-toolkit.
How do I install hevy?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/jakubrohleder/agent-toolkit --skill hevy Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/jakubrohleder/agent-toolkit
Details
- Category
- #Documents
- Source
- skills.sh
- First Seen
- 2026-02-01