https://github.com/mutable-state-inc/ensue-skill
https://ensue.dev
https://github.com/mutable-state-inc/ensue-skill
Last synced: 28 days ago
JSON representation
https://ensue.dev
- Host: GitHub
- URL: https://github.com/mutable-state-inc/ensue-skill
- Owner: mutable-state-inc
- Created: 2025-12-16T11:37:25.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-12-31T20:04:03.000Z (about 1 month ago)
- Last Synced: 2026-01-01T19:33:00.019Z (about 1 month ago)
- Language: Shell
- Homepage:
- Size: 351 KB
- Stars: 272
- Watchers: 2
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-claude-code - **ensue-skill** - what you learn today enriches tomorrow's reasoning. (Claude Plugins)
README
# Ensue Memory Network
**Get smarter alongside your AI.**
Your intelligence shouldn't reset every conversation. Ensue is a persistent knowledge tree that grows with you - what you learn today enriches tomorrow's reasoning.
## The Idea
Every conversation with an LLM starts from zero. You explain context, re-establish preferences, repeat decisions you've already made. Your knowledge doesn't compound.
Ensue changes that:
- **Your knowledge persists** - Build a tree of intelligence that spans conversations
- **Context carries forward** - Prior research, decisions, and insights inform new work
- **You get smarter together** - The LLM learns your thinking patterns, not just facts
Think of it as extended memory. When you ask about GPU inference, the LLM checks what you already know. When you make an architecture decision, it connects to past decisions in similar domains. Your accumulated knowledge becomes part of every conversation.
## Install (Claude Code)
```
/plugin marketplace add https://github.com/mutable-state-inc/ensue-skill
```
```
/plugin install ensue-memory
```
Restart Claude Code. The skill will guide you through setup.
## Configuration
| Variable | Description |
|----------|-------------|
| `ENSUE_API_KEY` | Required. Get one at [dashboard](https://www.ensue-network.ai/dashboard) |
| `ENSUE_READONLY` | Set to `true` to disable auto-logging (session tracking, tool capture). Manual `remember`/`recall` still works. |
```bash
# Disable auto-logging for a session
ENSUE_READONLY=true claude
# Or add to ~/.zshrc for permanent read-only mode
export ENSUE_READONLY=true
```
## Try it
```
"remember my preferred stack is React + Postgres"
"what do I know about caching strategies?"
"check my research/distributed-systems/ notes"
```
## Links
[Docs](https://www.ensue-network.ai/docs) · [Dashboard](https://www.ensue-network.ai/dashboard) · [Homepage](https://ensue.dev) · API: `https://api.ensue-network.ai`
## Research Agent
Build structured knowledge trees that persist across sessions.
```
"research GPU inference optimization for my ML server"
"learn about distributed systems"
"help me understand Kubernetes deeply"
```
The research agent autonomously explores topics, maps concepts and their relationships, identifies knowledge gaps, and writes everything to your Ensue memory. What you learn today compounds into tomorrow's reasoning.
