claude-os
Persistent memory and knowledge bases for coding sessions
All Skills in This Repository (4)
Pure Emerald Level Indicatorstest-driven-development
Write failing tests before implementing code using the Red-Green-Refactor workflow.
analyze-project
Analyze project codebases and documentation to generate coding standards, architecture, and development practices files.
remember-this
Capture conversation insights and save them as markdown documents to Claude OS knowledge bases.
memory
Save and recall timestamped, tagged memory entries in Memory MCP.
Frequently Asked Questions
FAQPage SchemaHow 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→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