Pr0fe5s0rPr0fe5s0rCommunityยท3 Agent Skills Included

StixDB

Self-organizing long-term memory database with cited answers

Stores facts, decisions, and files in a persistent memory graph that agents can search and query. Automatically merges duplicates, decays stale entries, and prunes low-value data without manual cleanup. Answers natural-language questions with inline citations, streaming responses, and multi-hop reasoning. Works through a CLI, Python SDK, and async engine API for flexible integration.
npx skills add Pr0fe5s0r/StixDB --all -g -y
Available:

Instructs the agent to restore project context from shared memory at session start, record decisions and bug fixes during work, and save progress before ending each session.

All Skills in This Repository (3)

Pure Emerald Level Indicators

Frequently Asked Questions

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