Installation and use guide
Installation steps
- Cloning Warehouse:
git clone https://github.com/carlxrosales/cursor-memories.git
- Go to the project catalog:
cd cursor-memories
- Copy the configuration file to the Cursor project root directory:
cp -r .cursor /path/to/your/project
cp -r custom_modes /path/to/your/project
Configuring the Usage Flow
- Configuring customized modes: Manually create and configure customized modes (e.g. VAN, PLAN, etc. 6 modes) in the Cursor Editor
- Initialize Memory Bank: Run
npx cursor-bank init
establishmemory_bank
Folders and related documents - Daily Development::
- Start each session by typing
follow your custom instructions
Recovery Context - Use of different modes on demand (e.g. /plan to enter planning mode)
- Run after important updates
update memory bank
Update Documentation
- Start each session by typing
The full documentation structure and detailed instructions can be found in the project's GitHub repository.
This answer comes from the articleCursor Memories: Provides persistent context memory for Cursors.The