You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-7Lines changed: 10 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,18 +18,21 @@ Syncing all your Strava activities and creating a tailored training plan takes c
18
18
19
19
### Installing the Skill
20
20
21
-
First, [download the latest skill from GitHub Releases](https://github.com/shiv19/endurance-coach-skill/releases/latest/download/endurance-coach-skill.zip).
21
+
Install the skill using the following command:
22
22
23
-
**Claude.ai:**
23
+
```bash
24
+
npx skills add shiv19/endurance-coach-skill
25
+
```
26
+
27
+
This command works with any AI assistant that supports skills (Claude.ai, Claude Code, and others).
28
+
29
+
**Additional Setup for Claude.ai:**
30
+
31
+
If you're using Claude.ai, you'll also need to:
24
32
25
33
1. Open [Claude.ai Settings](https://claude.ai/settings/capabilities)
26
34
2. Enable "Code execution and file creation"
27
35
3. In the allowed domains list, add `*.strava.com`
28
-
4. Scroll down to "Skills" and click "Add skill", then upload the `endurance-coach-skill.zip` file
29
-
30
-
**Claude Code:**
31
-
32
-
1. Run `/install-skill` and provide the path to the `endurance-coach-skill.zip` file you downloaded.
0 commit comments