TSchonleberTSchonleberCommunityยท1 Agent Skills Included

brainctl

Persistent cross-session memory, knowledge graph, and event logging

Stores durable facts, decisions, events, and entity relationships in a single local SQLite file shared across sessions. Eliminates forgotten context, repeated questions, and lost decisions between separate working sessions. Provides full-text and vector search, knowledge graph linking, and automatic session handoffs so work continues exactly where it stopped.
npx skills add TSchonleber/brainctl --all -g -y
Available:

Tells the agent how to use the brainctl memory system, including the 100-tool MCP surface, dispatcher call patterns, memory categories, and rules for writing and searching shared memories.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install brainctl?โ–ผ

Run `npx skills add TSchonleber/brainctl --all -g -y` in your terminal to install all skills in this suite globally.

How to give an agent persistent memory?โ–ผ

brainctl stores facts, decisions, and events in one local SQLite file that persists across sessions, so the agent recalls past context without any server or API keys.

Does brainctl work with Claude Code and Cursor?โ–ผ

Yes. It ships an MCP server with 100 tools plus first-party plugins for Claude Code, Cursor, Codex, Gemini CLI, OpenClaw, and other frameworks.

Does brainctl require an LLM or API keys?โ–ผ

No. It is pure Python and SQLite with zero LLM dependencies; optional extras add vector search via local Ollama embeddings.

Can brainctl search past decisions and entities?โ–ผ

Yes. It offers full-text search, optional vector similarity, and a typed knowledge graph linking people, projects, tools, and concepts.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’