Skip to content

Add claude-synapse to Tooling#938

Closed
PooterAi wants to merge 1 commit intohesreallyhim:mainfrom
PooterAi:add-claude-synapse
Closed

Add claude-synapse to Tooling#938
PooterAi wants to merge 1 commit intohesreallyhim:mainfrom
PooterAi:add-claude-synapse

Conversation

@PooterAi
Copy link

@PooterAi PooterAi commented Mar 7, 2026

Summary

Adds claude-synapse to Tooling > General (alphabetically after claude-starter-kit).

claude-synapse is a cognitive memory plugin that gives Claude Code persistent, intelligent memory across sessions.

What it does

  • 18 MCP tools (brain_store, brain_recall, brain_health, brain_prune, etc.)
  • Quality gate: deduplication, fingerprinting, conflict detection
  • 9-stage hippocampal retrieval pipeline
  • Learned rules extraction from recurring patterns
  • Two-strike error circuit breaker
  • 5 lifecycle hooks (SessionStart, UserPromptSubmit, PreCompact, Stop, PostToolUse)
  • Zero LLM cost -- pure computation, no Agent SDK calls
  • Fully local -- JSON file storage, no database required

Placement rationale

Tooling > General fits best because claude-synapse is a multi-component system (MCP server + hooks + memory engine) rather than a single slash command, skill, or CLAUDE.md file.

@hesreallyhim
Copy link
Owner

⚠️ Resource submissions are not accepted via pull request

Resource recommendations must be submitted through the issue template, not as a pull request. The entire resource pipeline — validation, review, and merging — is managed by automation.

To submit your resource correctly:

  1. 📖 Read CONTRIBUTING.md
  2. 📝 Submit using the official template

If this PR is not a resource submission (e.g., a bug fix or improvement), please comment below and we'll reopen it.

A cooldown of 7 days has been applied to this account.


This PR was automatically closed.

@hesreallyhim hesreallyhim added the needs-template Issue is a resource recommendation that did not use the issue template label Mar 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs-template Issue is a resource recommendation that did not use the issue template

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants