Skip to content

Commit 015ddcb

Browse files
dcramerclaude
andcommitted
docs: Fix Claude Code install instructions to use marketplace plugin
The installation docs were incorrectly showing MCP server setup instead of the marketplace plugin installation method. Co-Authored-By: Claude <noreply@anthropic.com>
1 parent f5c3aac commit 015ddcb

2 files changed

Lines changed: 8 additions & 11 deletions

File tree

docs/src/pages/index.astro

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,12 @@ const base = import.meta.env.BASE_URL.replace(/\/$/, '');
2424

2525
<section class="section">
2626
<h2>Quick Start</h2>
27-
<p>Install the dex skill for Claude Code:</p>
27+
<p>Install the dex plugin from the Claude Code marketplace:</p>
2828
<Terminal title="Terminal">
29-
<pre class="cli-output"><span class="cli-dim">$</span> claude mcp add dex -- npx -y @zeeg/dex
30-
<span class="cli-green">Added</span> MCP server dex</pre>
29+
<pre class="cli-output"><span class="cli-dim">$</span> claude plugin marketplace add dcramer/dex
30+
<span class="cli-dim">$</span> claude plugin install dex@dex</pre>
3131
</Terminal>
32-
<p>Or with <a href="https://github.com/anthropics/skills">skills</a>:</p>
33-
<Terminal title="Terminal">
34-
<pre class="cli-output"><span class="cli-dim">$</span> npx skills add dcramer/dex</pre>
35-
</Terminal>
36-
<p>Restart Claude Code, then use <code>/dex</code> to manage tasks.</p>
32+
<p>Then use <code>/dex</code> to manage tasks.</p>
3733
</section>
3834

3935
<section class="section scenarios">

docs/src/pages/install.astro

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@ import Terminal from '../components/Terminal.astro';
77
<h1>Installation</h1>
88

99
<h2>Claude Code</h2>
10-
<p>Add dex as an MCP server to Claude Code:</p>
10+
<p>Install the dex plugin from the Claude Code marketplace:</p>
1111
<Terminal title="Terminal">
12-
<pre class="cli-output"><span class="cli-dim">$</span> claude mcp add dex -- npx -y @zeeg/dex</pre>
12+
<pre class="cli-output"><span class="cli-dim">$</span> claude plugin marketplace add dcramer/dex
13+
<span class="cli-dim">$</span> claude plugin install dex@dex</pre>
1314
</Terminal>
14-
<p>Restart Claude Code after installation. The <code>/dex</code> skill will be available.</p>
15+
<p>The <code>/dex</code> skill will be available immediately.</p>
1516

1617
<h2>Skills CLI</h2>
1718
<p>If you use the <a href="https://github.com/anthropics/skills">skills CLI</a>:</p>

0 commit comments

Comments
 (0)