Skip to content

Commit 0b11498

Browse files
dcramerclaude
andcommitted
docs: Add llms.txt for LLM-friendly setup instructions
Provides concise instructions for LLMs on how to install and configure Dex for task management, enabling users to point bots at the URL. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 0c697e1 commit 0b11498

1 file changed

Lines changed: 35 additions & 0 deletions

File tree

docs/public/llms.txt

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# Dex - Task Tracking for AI Agents
2+
3+
Dex is a lightweight task management tool designed for AI agents. It provides persistent memory across sessions, enabling agents to track progress on complex multi-step implementations.
4+
5+
## Installation
6+
7+
Two steps are required:
8+
9+
1. Install the CLI globally:
10+
```
11+
npm install -g @zeeg/dex
12+
```
13+
14+
2. Add skills to your agent:
15+
```
16+
npx skills dcramer/dex
17+
```
18+
19+
## Project Configuration
20+
21+
Add to your `AGENTS.md` or `CLAUDE.md`:
22+
23+
```
24+
## Task Management
25+
Use `/dex` to break down complex work, track progress across sessions, and coordinate multi-step implementations.
26+
```
27+
28+
## Usage
29+
30+
- `/dex` - Natural language task management (create, update, list tasks)
31+
- `/dex-plan` - Convert planning documents (specs, roadmaps) into tasks
32+
33+
## Documentation
34+
35+
Full documentation: https://dcramer.github.io/dex/

0 commit comments

Comments
 (0)