Claude Tools / Plugins / claude-subconscious

Plugins · letta-ai/claude-subconscious

claude-subconscious

A subconscious for Claude Code. A Letta agent watches your sessions, accumulates context, and whispers guidance back.

CLEARED_STATICclaude-onlyv2.1.1

Pipeline results

Coverage

CLEARED_STATIC

Tests run

7 / 8

Portability

Claude-only

Type

Plugins

Tests & results

What the pipeline checked

TestStateResult or reason
eligibilityranall eligibility checks passed
dedupranunique -- no near-duplicate found
clocran6550 code lines / 24 files
secretsranno secret patterns matched
egressran14 lexical match(es) — FLAG-INFO (C-01: semantic analysis deferred to v2)
injectionranno patterns matched (confidence: STANDARD)
required-fieldsranrequired fields present: name, version, description
behaviouraldeferredbehavioural assessment deferred (v1): 12 JS/TS entry point(s)

Coverage

Not assessed

  • behavioural execution not run
  • egress patterns logged (FLAG-INFO): 14 lexical match(es)

README

From the repository

> [!IMPORTANT]
> Claude Subconscious is demo app built using the Letta Code SDK, and is not intended to be used in production.
>
> If you want to use a coding agent that runs background subconscious agents, use [**Letta Code**](https://github.com/letta-ai/letta-code), which is also fully open source.
>
> Install the Letta Code CLI with `npm install -g @letta-ai/letta-code`, then use `letta` to launch.

# Claude Subconscious

A background agent that whispers to Claude Code. A subconcious agent that watches your sessions, reads your files, builds up memory over time, and whispers guidance back.

![evil claude](assets/evil-claude.jpeg)

## What Is This?

Claude Code forgets everything between sessions. Claude Subconscious is a second agent running underneath — watching, learning, and whispering back:

- **Watches** every Claude Code session transcript
- **Reads your codebase** — explores files with Read, Grep, and Glob while processing transcripts
- **Remembers** across sessions, projects, and time
- **Whispers guidance** — surfaces context, patterns, and reminders before each prompt
- **Never blocks** — runs in the background via the [Letta Code SDK](https://docs.letta.com/letta-code

← Back to Plugins