Files
mempalace/.claude-plugin/skills/init/SKILL.md
T

19 lines
452 B
Markdown
Raw Normal View History

---
name: mempalace:init
description: Set up MemPalace — install the package, initialize a palace, configure MCP server, and verify everything works.
---
Run the following command to get setup instructions, then follow them step by step:
```bash
mempalace instructions init
```
If the command fails (mempalace not installed yet), first install it:
```bash
pip install mempalace
```
Then run the instructions command again and follow the output.