Skip to content

Commit f9912ca

Browse files
committed
chore: update install insructions
1 parent fc12267 commit f9912ca

File tree

2 files changed

+19
-38
lines changed

2 files changed

+19
-38
lines changed

README.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,21 @@ Syncing all your Strava activities and creating a tailored training plan takes c
1818

1919
### Installing the Skill
2020

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:
2222

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:
2432

2533
1. Open [Claude.ai Settings](https://claude.ai/settings/capabilities)
2634
2. Enable "Code execution and file creation"
2735
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.
3336

3437
### Creating a plan
3538

docs/index.html

Lines changed: 9 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1121,9 +1121,7 @@
11211121
<i data-lucide="github" style="width: 18px; height: 18px"></i>
11221122
GitHub
11231123
</a>
1124-
<a href="https://github.com/shiv19/endurance-coach-skill/releases/latest" class="nav-cta"
1125-
>Download</a
1126-
>
1124+
<a href="#docs" class="nav-cta">Install</a>
11271125
</div>
11281126
</div>
11291127
</nav>
@@ -1260,8 +1258,8 @@ <h2 class="section-title">Your Plan in Three Steps</h2>
12601258
<div class="step-number">1</div>
12611259
<h3 class="step-title">Install the Skill</h3>
12621260
<p class="step-desc">
1263-
Download the Endurance Coach skill and add it to Claude.ai or Claude Code. Takes less
1264-
than a minute.
1261+
Run <code>npx skills add shiv19/endurance-coach-skill</code> to install. Works with
1262+
any AI assistant that supports skills.
12651263
</p>
12661264
</div>
12671265
<div class="step fade-in">
@@ -1328,12 +1326,8 @@ <h2 class="section-title">Free Forever</h2>
13281326
Your data stays fully local
13291327
</li>
13301328
</ul>
1331-
<a
1332-
href="https://github.com/shiv19/endurance-coach-skill/releases/latest"
1333-
class="btn btn-primary"
1334-
style="width: 100%; justify-content: center"
1335-
>
1336-
Download Now
1329+
<a href="#docs" class="btn btn-primary" style="width: 100%; justify-content: center">
1330+
Get Started
13371331
</a>
13381332
</div>
13391333
</div>
@@ -1622,12 +1616,8 @@ <h3>Getting Started</h3>
16221616
<div class="docs-panel active" id="claude-ai-panel">
16231617
<ol class="docs-steps">
16241618
<li>
1625-
<strong
1626-
><a
1627-
href="https://github.com/shiv19/endurance-coach-skill/releases/latest/download/coach-skill.zip"
1628-
>Download the skill</a
1629-
></strong
1630-
>
1619+
<strong>Install the skill:</strong> Run
1620+
<code>npx skills add shiv19/endurance-coach-skill</code> in your terminal
16311621
</li>
16321622
<li>
16331623
<strong
@@ -1640,10 +1630,6 @@ <h3>Getting Started</h3>
16401630
<strong>Add Strava access:</strong> In the allowed domains list, add
16411631
<code>*.strava.com</code>
16421632
</li>
1643-
<li>
1644-
<strong>Install the skill:</strong> Scroll to "Skills" and click "Add skill", then
1645-
upload <code>coach-skill.zip</code>
1646-
</li>
16471633
<li>
16481634
<strong>Start chatting</strong> and ask Claude to create a training plan for your
16491635
target event
@@ -1654,18 +1640,10 @@ <h3>Getting Started</h3>
16541640
<div class="docs-panel" id="claude-code-panel">
16551641
<ol class="docs-steps">
16561642
<li>
1657-
<strong
1658-
><a
1659-
href="https://github.com/shiv19/endurance-coach-skill/releases/latest/download/coach-skill.zip"
1660-
>Download the skill</a
1661-
></strong
1662-
>
1643+
<strong>Install the skill:</strong> Run
1644+
<code>npx skills add shiv19/endurance-coach-skill</code> in your terminal
16631645
</li>
16641646
<li><strong>Open Claude Code</strong> in your terminal</li>
1665-
<li>
1666-
<strong>Run</strong> <code>/install-skill</code> and provide the path to the
1667-
downloaded <code>coach-skill.zip</code>
1668-
</li>
16691647
<li>
16701648
<strong>Start a conversation</strong> and ask Claude to create a training plan for
16711649
your target event

0 commit comments

Comments
 (0)