trvontrvonCommunityยท1 Agent Skills Included

yams

Persistent searchable memory for code, documents, and projects

Indexes code and documents into deduplicated, content-addressed storage with text, semantic, and graph search. Eliminates lost context across sessions by storing decisions, research, and work items as retrievable memory. Exposes a CLI and MCP server so agents can grep, search, and explore codebases without manual file digging.
npx skills add trvon/yams --all -g -y
Available:

Directs the agent to use YAMS search, grep, and graph commands as its memory before local discovery, and defines repository conventions, testing, and tuning rules for working on the YAMS codebase.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’