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
docs: Restructure install page and update to skills command
Restructure install page information hierarchy:
- Add Quick Start section with npx skills as primary method
- Elevate Configure Your Project to show it's part of core setup
- Group alternatives under Alternative Installation Methods section
- Demote Claude marketplace and CLI install to h3 under alternatives
Update both homepage and install page to use npx skills instead of npx add-skill.
Apply brand guidelines to improve clarity:
- Use "or" instead of "and" for agent options (users pick one)
- Remove hedging language ("if you prefer")
- Make actions more direct ("Enable" vs "Optional")
- Split compound sentences for better scannability
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
<p>The <code>/dex</code> skill will be available immediately.</p>
16
14
17
-
<h2>Using add-skill</h2>
18
-
<p>If you use <ahref="https://add-skill.org/">add-skill</a> for installing agent skills:</p>
15
+
<h2>Configure Your Project</h2>
16
+
<p>Add dex instructions to your project's <code>AGENTS.md</code> or <code>CLAUDE.md</code> file so Claude and other AI agents know to use it for task management:</p>
17
+
<Terminaltitle="AGENTS.md"showCopy={true}>
18
+
<preclass="cli-output">## Task Management
19
+
Use `/dex` to break down complex work, track progress across sessions, and coordinate multi-step implementations.</pre>
20
+
</Terminal>
21
+
<p>Place this file in your project root and commit it to version control so your team shares the same context.</p>
22
+
23
+
<h2>Alternative Installation Methods</h2>
24
+
25
+
<h3>Claude Code Marketplace</h3>
26
+
<p>Install directly from the Claude Code marketplace:</p>
0 commit comments