yams
Persistent searchable memory for code, documents, and projects
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install YAMS?โผ
Run `npx skills add trvon/yams --all -g -y` in your terminal to install the skill globally for your agent.
What does YAMS do?โผ
YAMS is a local-first memory system that stores code and documents once, deduplicates them, and retrieves them through text, vector, graph, and grep search.
How do agents use YAMS for code search?โผ
Agents run `yams grep` for exact patterns, `yams search` for semantic queries, and `yams graph --explore` to see how symbols and files connect.
Does YAMS work with MCP-compatible tools?โผ
Yes. Run `yams serve` to start a local MCP server over stdio that exposes search, get, add, and session operations to compatible clients.
Does YAMS require an account or cloud service?โผ
No. YAMS is fully local-first with no account, signup, or hosted service required to store and search your data.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core