Claude Code + Awareness

Give Claude Code Persistent Memory

Claude Code forgets everything between sessions. Awareness fixes that — automatically recall past decisions, save new learnings, and maintain full project context.

Recommended — one command

npx @awareness-sdk/setup --ide claude-code

Or install via plugin marketplace

/plugin marketplace add edwin-hao-ai/Awareness-SDK /plugin install awareness-memory@awareness

Why Your AI Keeps Repeating Mistakes

No Memory

  • Forgets everything after each session
  • Re-explains the same architecture repeatedly
  • Makes the same mistakes you already corrected
  • No awareness of past decisions or trade-offs

CLAUDE.md Only

  • Static file — never updates itself
  • You manually maintain project notes
  • Limited to what you remember to write down
  • No semantic search or contextual recall

Awareness Plugin

  • Automatic memory across all sessions
  • Learns and updates context continuously
  • Recalls relevant decisions before coding
  • Semantic search over full project history

Working in 3 Steps

1

Install

One CLI command sets up the plugin, MCP connection, and workflow rules.

npx @awareness-sdk/setup --ide claude-code
2

Setup

Run the setup skill to connect your memory library and configure your agent role.

/setup
3

Code

Start coding. Awareness automatically recalls context and saves new learnings.

claude — just code as usual
5 Built-in Skills

Skills That Power the Memory Workflow

/setup

Interactive setup wizard. Connects your Awareness account, selects a memory library, and writes MCP config + workflow rules.

/session-start

Initializes the session. Loads knowledge cards, open tasks, project rules, and agent profiles from memory.

/recall

Searches memory before making decisions. Uses hybrid semantic + keyword search to find relevant past context.

/save

Records new learnings, decisions, and discoveries into memory. Extracts knowledge cards and action items automatically.

/done

Session wrap-up. Saves a session summary and ensures all important context is persisted for next time.

Install in 30 Seconds

One command. Zero config files to edit. Your Claude Code sessions will never lose context again.

npx @awareness-sdk/setup --ide claude-code