StixDB
Self-organizing long-term memory database with cited answers
All Skills in This Repository (3)
Pure Emerald Level Indicatorssdk-memory-layer
Store, retrieve, search, and reason over memories with the StixDB SDK client.
stixdb-cli-memory
Load, store, and retrieve AI agent memory via StixDB.
engine-memory-layer
Manage agent memories via Python async APIs to a StixDB server.
Frequently Asked Questions
FAQPage SchemaHow to install StixDB?โผ
Run `npx skills add Pr0fe5s0r/StixDB --all -g -y` in your terminal to install all skills in this suite globally.
How to give AI agents persistent memory?โผ
StixDB stores facts, decisions, and files in a self-organizing memory graph that any agent can search and query across sessions. A background process automatically merges duplicates and removes stale data.
Does StixDB work with Claude Code and other agents?โผ
Yes. It provides a CLI skill, a Python SDK, and an async engine API that follow the standard SKILL.md format and work with Claude Code, Cursor, and other compatible agents.
Can StixDB answer questions with sources?โผ
Yes. The ask command returns Markdown answers with inline citations and a Sources section, using hybrid keyword and semantic search plus optional multi-hop reasoning.
Can I use StixDB without coding experience?โผ
Basic use requires only simple terminal commands like stixdb ingest and stixdb ask, while developers can use the Python SDK for deeper integration.
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