Bumblebiber

46 mods across 2 repositories, 24 stars between them.

hmem-activate

01

Bumblebiber/hmem

Skill Claude CodeCodex

Switch active project mid-session via loadproject, then fix any misrouted O-entry exchanges. Use when the user says 'aktiviere/lade Projekt X', 'switch to project Y', or whenever you'd otherwise call loadproject mid-session.

24 1mo ago A 54 tokens original MIT

hmem-config

02

Bumblebiber/hmem

Skill Claude CodeCodex

View and change hmem memory settings, hooks, sync, and checkpoints. Use on /hmem-config, or when the user asks why context is huge, how to change auto-save, how often checkpoints fire, or how to set up sync.

24 1mo ago A 54 tokens original MIT

hmem-consolidate

03

Bumblebiber/hmem

Skill Claude CodeCodex

Merge all session checkpoint summaries into one final O-Entry summary. Run at end of sessions with 2 or more checkpoints.

24 1mo ago A 31 tokens original MIT

hmem-context

04

Bumblebiber/hmem

Skill Claude CodeCodex

Load specific context from hmem based on what is needed RIGHT NOW. Use when loadproject output is not enough for the current question.

24 1mo ago A 31 tokens original MIT

hmem-curate

05

Bumblebiber/hmem

Skill Claude CodeCodex

Curate an .hmem file (your own or foreign) — mark obsolete/irrelevant, fix titles, consolidate duplicates, repair broken links. Requires the hmem-curate MCP server (skill prompts the user to enable it on entry). Use whenever the user says 'aufräumen', 'memory aufräumen', 'Speicher aufräumen', 'hmem aufräumen', 'clean…

24 1mo ago A 218 tokens original MIT

hmem-dispatch

06

Bumblebiber/hmem

Skill Claude CodeCodex

Dispatch an isolated sub-agent that returns only [RESULT]...[/RESULT]. Use for any search, lookup, 'does X exist?', 'find Y', calculation, or isolated writing — never do these inline when dispatch fits.

24 1mo ago A 50 tokens original MIT

hmem-migrate-o

07

Bumblebiber/hmem

Skill Claude CodeCodex

Migrate O-entries to the v5.3+ project-bound 5-level structure (each O00XX bound to its P00XX). Use on 'migrate O-entries', when hmem-update flags a structure migration, or when you notice O-entries still in the old flat L2→L4→L5 format.

24 1mo ago A 76 tokens original MIT

hmem-new-error

08

Bumblebiber/hmem

Skill Claude CodeCodex

Create a new E-entry (bug/error) in hmem with the strict 5-level scaffold. Use when the user wants to log a bug, file a report, or document an error ('Bug loggen', 'log this error', 'Fehler eintragen'), or before any writememory with prefix='E'.

24 1mo ago A 69 tokens original MIT

hmem-new-project

09

Bumblebiber/hmem

Skill Claude CodeCodex

Create a new P-entry (project) in hmem via createproject — handles schema, section setup, and O-entry linking. Use when the user asks to add/register/track a new project ('neues Projekt', 'P-Entry erstellen'), or before any writememory with prefix='P'.

24 1mo ago A 65 tokens original MIT

hmem-new-rule

10

Bumblebiber/hmem

Skill Claude CodeCodex

Add a new rule and place it correctly — decide between a cross-project R-entry and a project-specific subnode under the active project's Rules section. Use whenever the user says 'neue Regel', 'Regel hinzufügen', 'new rule', 'add a rule', or invokes /hmem-new-rule. Critical safeguard: project-specific rules placed as…

24 1mo ago A 95 tokens original MIT

hmem-read

11

Bumblebiber/hmem

Skill Claude CodeCodex

Load long-term memory from hmem via readmemory or loadproject. Use when starting fresh with no L1 summaries, after /compact, when the user asks 'what do you remember', 'continue where we left off', 'was war der letzte Stand', or about a project/topic visible in L1 summaries. Covers search, prefix filter, findrelated…

24 1mo ago A 85 tokens original MIT

hmem-recall

12

Bumblebiber/hmem

Skill Claude CodeCodex

Dispatch a Haiku sub-agent to search hmem for relevant memories. Sub-agent returns matching entries as ID + one-line summary. Main agent context stays clean.

24 1mo ago A 37 tokens original MIT

hmem-release

13

Bumblebiber/hmem

Skill Claude CodeCodex

Pre-publish checklist for hmem: skills synced, version bumped, tests green, nothing forgotten. Use before npm publish or when the user says 'release', 'publish', 'push a release', or 'neue Version'.

24 1mo ago A 50 tokens original MIT

hmem-search

14

Bumblebiber/hmem

Skill Claude CodeCodex

Search hmem memory for things referenced without an ID. Trigger when user refers to past conversations ("letzte Woche", "gestern", "remember when", "we talked about"), mentions proper names unknown this session, uses definite articles assuming shared context ("der Bug mit X", "the issue we had"), or seems to assume…

24 1mo ago A 125 tokens original MIT

hmem-search

15

Bumblebiber/hmem

Skill Claude CodeCodex

Search hmem when the user references something without an ID — past conversations ('letzte Woche', 'remember when'), unknown proper names, definite articles assuming shared context ('the bug we had', 'das Schema von gestern'), or asks whether a schema/rule/decision is documented. Search first, ask second. Skip for…

24 1mo ago A 79 tokens original MIT

hmem-session-start

16

Bumblebiber/hmem

Skill Claude CodeCodex

Mandatory entry point for every Cortex session — invoke at conversation start, after /clear, and after any loadproject call. All stable context (H-entries, projects, device, sync) is pre-injected by the hook — no readmemory(mode='essentials') needed. Surfaces pending git work, Next Steps + open T-tasks, and runs the…

24 1mo ago A 83 tokens original MIT

hmem-setup

17

Bumblebiber/hmem

Skill Claude CodeCodex

First-time install of hmem: MCP server, skill files, and auto-memory hooks for Claude Code, Gemini CLI, or OpenCode. Use on 'set up memory', 'install hmem', 'initialize hmem', or 'first-time setup'.

24 1mo ago C 56 tokens original MIT

hmem-subagent

18

Bumblebiber/hmem

Skill Claude CodeCodex

Template for sub-agents dispatched by hmem-dispatch. Receive one task, return ONLY the result. No preamble, no explanation, no sign-off.

24 1mo ago A 37 tokens original MIT

hmem-sync-setup

19

Bumblebiber/hmem

Skill Claude CodeCodex

Set up hmem-sync for cross-device memory sync. Use on 'sync einrichten', 'setup sync', or when /hmem-config detects hmem-sync is missing. Covers first-device setup, additional-device restore, and MCP auto-sync.

24 1mo ago D 55 tokens original MIT

hmem-update

20

Bumblebiber/hmem

Skill Claude CodeCodex

Update flow for hmem. Runs npm update -g, syncs skills, applies migrations, verifies hooks, shows the changelog. Use when the user asks to update/upgrade hmem, hmem-mcp, or its-over-9k (any language), or when the startup version-check flags a new release. Runs the npm update itself — don't assume it's already done.

24 1mo ago C 82 tokens original MIT

hmem-using-hmem

21

Bumblebiber/hmem

Skill Claude CodeCodex

Meta-skill that establishes how and when to use hmem skills. Loaded at session start. Defines mandatory habits for memory, dispatch, and lookup operations.

24 1mo ago A 38 tokens original MIT

hmem-wipe

22

Bumblebiber/hmem

Skill Claude CodeCodex

Prep for /clear: save high-value knowledge and update project Next Steps, then prompt the user to clear. Use on /wipe, 'clear/wipe context', 'context is full', or 'start fresh'. Not for deleting hmem entries, clearing terminal output, or cleaning up nodes.

24 1mo ago A 64 tokens original MIT

hmem-write

23

Bumblebiber/hmem

Skill Claude CodeCodex

Hmem write protocol — picks prefix (L/E/D/P/N/R/I/H…), tree location, and tags, and detects duplicates before persisting. Use before any writememory or appendmemory call (skipping it creates duplicates and misplaced entries), or when the user says 'remember this', 'save this', 'log this', or invokes /hmem-write.

24 1mo ago A 77 tokens original MIT

hmem-mcp

24

Bumblebiber/hmem

MCP server Claude CodeCodexCursor +2

Persistent 5-level hierarchical memory for AI agents. SQLite-backed, lazy-loaded. Runs locally from the hmem-mcp npm package. Needs 1 environment variable to run.

24 1mo ago A tokens not measured original MIT