Skip to content

Commit b0a15d5

Browse files
committed
Finalize README with better install instructions
1 parent 0b6b296 commit b0a15d5

1 file changed

Lines changed: 18 additions & 2 deletions

File tree

README.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,24 @@ See `handoff-system.md` for complete documentation and agent-specific handoff pa
173173

174174
## Installation
175175

176-
Drop the `.md` files into your Claude Code agents directory and they'll be
177-
available for use the next time you start `claude`.
176+
### Method 1: Git Clone with Symlinks
177+
Clone this repository and create symlinks to your agents directory for easy updates:
178+
179+
```bash
180+
# Clone the repository
181+
git clone https://github.com/LeonardMH/claude-code-agents.git ~/claude-code-agents
182+
183+
# Create symlinks to agents directory
184+
mkdir -p ~/.claude/agents && ln -sf ~/claude-code-agents/*.md ~/.claude/agents/
185+
```
186+
187+
To update agents: `cd ~/claude-code-agents && git pull`
188+
189+
### Method 2: Manual Download
190+
Download individual agent `.md` files from this repository and place them in your Claude Code agents directory (`~/.claude/agents/`). They'll be available for use the next time you start `claude`.
191+
192+
### Directory Structure
193+
After installation, your `~/.claude/agents/` directory will contain all agent `.md` files and supporting documentation.
178194

179195
## Workflow Examples
180196

0 commit comments

Comments
 (0)