webrenewwebrenewOfficialยท4 Agent Skills Included

memories

Persistent memory storage and config generation for coding tools

Stores coding rules, decisions, and facts once, then generates native config files for Claude Code, Cursor, Copilot, Windsurf, and more. Eliminates copy-pasting instructions between tools and losing project context between sessions. Adds semantic search, session lifecycle tracking, cloud sync, and an MCP server so agents recall the right context automatically.
npx skills add webrenew/memories --all -g -y

All Skills in This Repository (4)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install memories.sh?โ–ผ

Run `npx skills add webrenew/memories --all -g -y` in your terminal to install all skills in this suite globally.

How to share rules across multiple AI coding tools?โ–ผ

Add each rule once with `memories add`, then run `memories generate` to produce native config files for Claude Code, Cursor, Copilot, Windsurf, and other supported tools.

Does memories.sh work offline?โ–ผ

Yes. It stores everything in a local SQLite database by default, and cloud sync via Turso is completely optional.

Can I add memory to my own app with the SDK?โ–ผ

Yes. Use `@memories.sh/core` for direct backend access or `@memories.sh/ai-sdk` to inject memory into Vercel AI SDK prompts and tool loops.

Does memories.sh support MCP servers?โ–ผ

Yes. Run `memories serve` for a local MCP server or connect to the hosted endpoint, giving agents real-time memory search, storage, and session tools.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’