hmem-config

Configure hmem.config.json memory, hooks, sync, and checkpoint settings.

23|5|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/Bumblebiber/hmem --skill hmem-config
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hmem-config
Source: https://github.com/Bumblebiber/hmem/tree/main/skills/hmem-config
Command: npx skills add https://github.com/Bumblebiber/hmem --skill hmem-config

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

View and change hmem memory settings, hooks, sync, and checkpoint configuration to keep memory behavior predictable across devices and sessions.

Core Features & Use Cases

  • View current settings against defaults and explain deviations for quick auditing.
  • Modify memory configuration such as maxCharsPerLevel, maxDepth, checkpointMode, checkpointInterval, and sync parameters, with immediate effect.
  • Troubleshoot memory-related issues, including startup cost, context size, and auto-checkpoint behavior.

Quick Start

Configure hmem.config.json to adjust the memory and sync settings for your project, then reload the agent to apply changes.

Frequently Asked Questions about hmem-config

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure hmem memory and checkpoint settings?

To configure hmem memory and checkpoint settings, modify the hmem.config.json file to adjust parameters like maxCharsPerLevel and checkpointInterval, then reload the agent to apply the changes with immediate effect.

What is the best way to troubleshoot hmem auto-checkpoint behavior and startup memory cost?

Troubleshoot hmem auto-checkpoint behavior and startup cost by inspecting current memory values against defaults in hmem.config.json, identifying deviations, and adjusting checkpointMode or checkpointInterval parameters.

Can I sync memory settings across multi-device hmem setups?

Yes, you can sync memory settings across multi-device hmem setups by adjusting synchronization parameters within hmem.config.json to ensure consistent memory behavior across different devices and sessions.

How do I view current hmem settings against default values for quick auditing?

View current hmem settings against default values by reading the hmem.config.json file, which supports comparing current configurations to defaults and explaining deviations for quick memory auditing.

Why are my hmem memory configurations not applying after updates?

Hmem memory configurations may not apply if the agent is not reloaded after updating hmem.config.json, as changes require a reload to take effect through the safe, immediate effect workflow.