Skip to content
On this page

Claude Code skill

Install the TrainHeroic skill and let Claude Code use the version-matched CLI workflow.

The skill teaches Claude Code the TrainHeroic workflows and command shapes. It invokes the CLI, so results stay structured and destructive commands retain their confirmation checks.

Install

npx skills add alandotcom/trainheroic-unofficial

Set your login in the shell that launches Claude Code:

export TRAINHEROIC_EMAIL=coach@example.com
export TRAINHEROIC_PASSWORD=yourpassword

Use the skill

Type /trainheroic-unofficial, then ask for roster data, analytics, programming, or messaging work.

A programming task for the skill.

Type /trainheroic-athlete, then ask about your own history, PRs, working maxes, or scheduled training.

A training-history task for the skill.

Version-matched reference

The CLI can print the exact workflow guide bundled with its installed version:

trainheroic skill
trainheroic skill --full

Use --full when the task involves workout JSON or low-level API shapes.

Was this page helpful?