Give Claude Code a subconscious
Claude Subconscious is a Claude Code plugin, built with the Letta Code SDK in TypeScript, that addresses the session amnesia problem in Claude Code by running a persistent background agent alongside active coding sessions. After each Claude Code response, the plugin forwards the session transcript asynchronously to a Letta agent, which uses Read, Grep, and Glob tools to explore the codebase, optionally searches the web, and updates its own persistent memory. Before each subsequent prompt or tool use, that agent injects guidance directly into stdout, functioning as a whisper rather than blocking the workflow. A notable feature is support for Letta's Conversations API, which allows a single Letta agent to serve multiple Claude Code sessions in parallel while sharing memory across all of them. Configuration options include a "whisper" mode that surfaces only agent messages, a "full" mode that adds memory blocks, and a self-hosting option via a custom LETTA_BASE_URL. The project is labeled a demo application, with the production-ready equivalent being the separate Letta Code CLI. Developers who frequently work across long or interrupted Claude Code sessions stand to benefit most.
- ✓Open-source license (MIT)
- ✓Actively maintained (<30d)
- ✓Healthy fork ratio
- ✓Clear description
- ✓Documented (README)
git clone https://github.com/letta-ai/claude-subconsciousTools overview
What people ask about claude-subconscious
What is letta-ai/claude-subconscious?
+
letta-ai/claude-subconscious is tools for the Claude AI ecosystem. Give Claude Code a subconscious It has 2.8k GitHub stars and was last updated 1mo ago.
How do I install claude-subconscious?
+
You can install claude-subconscious by cloning the repository (https://github.com/letta-ai/claude-subconscious) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.
Is letta-ai/claude-subconscious safe to use?
+
Our security agent has analyzed letta-ai/claude-subconscious and assigned a Trust Score of 97/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.
Who maintains letta-ai/claude-subconscious?
+
letta-ai/claude-subconscious is maintained by letta-ai. The last recorded GitHub activity is from 1mo ago, with 4 open issues.
Are there alternatives to claude-subconscious?
+
Yes. On ClaudeWave you can browse similar tools at /categories/tools, sorted by popularity or recent activity.
Deploy claude-subconscious to your cloud
Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.
Maintain this repo? Add a badge to your README
Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.
[](https://claudewave.com/repo/letta-ai-claude-subconscious)<a href="https://claudewave.com/repo/letta-ai-claude-subconscious"><img src="https://claudewave.com/api/badge/letta-ai-claude-subconscious" alt="Featured on ClaudeWave: letta-ai/claude-subconscious" width="320" height="64" /></a>More Tools
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.
An AI SKILL that provide design intelligence for building professional UI/UX multiple platforms
🪨 why use many token when few token do trick — Claude Code skill that cuts 65% of tokens by talking like caveman
AI coding assistant skill (Claude Code, Codex, OpenCode, Cursor, Gemini CLI, and more). Turn any folder of code, SQL schemas, R scripts, shell scripts, docs, papers, images, or videos into a queryable knowledge graph. App code + database schema + infrastructure in one graph.
A light-weight and powerful meta-prompting, context engineering and spec-driven development system for Claude Code by TÂCHES.
CLI proxy that reduces LLM token consumption by 60-90% on common dev commands. Single Rust binary, zero dependencies