7aafcd5562ccb49c657f3b95825457e8aacc3efd
New features: - /learn:analyze now uses signal detection to save only valuable lessons - Explicit commands: "ține minte", "remember", "memorează" - Stated preferences: "întotdeauna", "always", "never" - Repeated corrections (2+ times) - Historical references: "cum am discutat", "as we discussed" - New /learn:cleanup command for memory hygiene - Scoring system for entry quality - Conservative mode with confirmation - Upgrade option to rewrite entries - SessionEnd hook shows reminder on /exit, /clear, Ctrl+D - Metadata tracking: source, confidence, reinforced, trigger Changes: - analyze.md: Added Pas 3.5 for signal detection - cleanup.md: New command for reviewing/deleting entries - hooks.json: Changed from Stop to SessionEnd - scripts/session-end-reminder.sh: New reminder script - Templates updated with metadata fields - Documentation updated for v2.1.0 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Romfast Claude Code Plugins
A collection of Claude Code plugins by Romfast Team.
Available Plugins
| Plugin | Description | Version |
|---|---|---|
| learn | Domain-based memory with selective loading | 2.0.0 |
Installation
1. Add Marketplace
Add to your ~/.claude/settings.json:
{
"plugin-marketplaces": [
"git@gitea.romfast.ro:romfast/claude-plugins.git"
]
}
2. Install Plugin
claude plugin install learn@romfast-plugins
Plugins
learn
Captures lessons learned (patterns & gotchas) during development sessions with domain-based memory and selective loading.
Features:
- Automatic session analysis with
/learn:analyze - Domain organization (backend, frontend, database, testing, etc.)
- Selective loading via
pathsfrontmatter - Import from other memory formats
- Cross-domain consolidation with
/learn:reflect
Repository Structure
claude-plugins/
├── .claude-plugin/
│ └── marketplace.json # Plugin registry
├── plugins/
│ └── learn/ # Learn plugin
│ ├── .claude-plugin/plugin.json
│ ├── commands/
│ ├── hooks/
│ ├── rules/
│ └── templates/
├── README.md # This file
└── CLAUDE.md # Development instructions
Adding a New Plugin
- Create directory:
plugins/your-plugin/ - Add
.claude-plugin/plugin.jsonwith metadata - Add plugin to
marketplace.json - Create commands, hooks, rules as needed
License
MIT
Languages
Shell
100%