Ensue Skill
Description
**Get smarter alongside your AI.**
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
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 |
ENSUE_READONLY |
Set to true to disable auto-logging (session tracking, tool capture). Manual remember/recall still works. |
# 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
...
Related Skills
Awesome Go
A curated list of awesome Go frameworks, libraries and software
Development next.js
| The React Framework | 138360 | 1503 | 1 |
Development sharing-skills
skill for guidance.
Development root-cause-tracing
Use when errors occur deep in execution and you need to trace back to find the original trigger.
Development Template Skill
Minimal skeleton for a new skill project structure.
Development Third-party Notices
THE FOLLOWING SETS FORTH ATTRIBUTION NOTICES FOR THIRD PARTY SOFTWARE THAT MAY BE CONTAINED IN PORTIONS OF THI
Development