brobertsazbrobertsazCommunity·4 Agent Skills Included

claude-os

Persistent memory and knowledge bases for coding sessions

Gives coding assistants persistent memory across sessions by saving decisions, patterns, and solutions into searchable local knowledge bases. Indexes codebases in seconds with hybrid tree-sitter scanning and retrieves relevant context automatically when work resumes. Eliminates repeated explanations, cold starts, and forgotten decisions so every session builds on the last.
npx skills add brobertsaz/claude-os --all -g -y
Available:

Instructs the agent to search relevant knowledge bases at session start, use the MCP memory tools and slash commands to save and recall project context, and apply stored patterns automatically during coding work.

All Skills in This Repository (4)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Claude OS?

Run `npx skills add brobertsaz/claude-os --all -g -y` in your terminal to install all skills in this suite globally.

How to give Claude Code persistent memory?

Claude OS stores your decisions, patterns, and solutions in local knowledge bases, then automatically surfaces relevant memories at the start of each new session.

How do I save something to memory?

Just say a natural trigger phrase like "remember this:" followed by the information, and it is saved to your project knowledge base with no commands to memorize.

Does Claude OS work offline and locally?

Yes. It runs fully on your machine using SQLite, Ollama, and Redis, so your knowledge never leaves your computer.

How fast is codebase indexing in Claude OS?

The hybrid tree-sitter indexer structurally maps around 10,000 files in roughly 30 seconds, with optional deeper semantic indexing running in the background.

Related Repositories in Software Engineering

View All in Software Engineering