Harmonia remember - capture a single learning into the right memory tier. Use ONLY when explicitly invoked as /harmonia:remember.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add foliveira/harmonia --skill remember --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Remember?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/foliveira-remember)More formats (shields.io, HTML) on the badges page.
---
name: remember
description: Harmonia remember - capture a single learning into the right memory tier. Use ONLY when explicitly invoked as /harmonia:remember.
disable-model-invocation: true
---
Capture ONE learning through the memory script with an explicit tier. Never a bare or defaulted global write.
1. Elicit the tier from the developer - do not guess it:
- `project` - specific to this repo (the usual choice);
- `global` - a cross-project pattern, carrying NO client content.
Ask which tier, and pass `--client` for a client-work learning.
2. Capture it, body on stdin:
```bash
echo "<the learning body>" | bash ${CLAUDE_PLUGIN_ROOT}/bin/memory/capture.sh --tier <project|global> [--client] --title "<short title>" --tags "<lang,topic>"
```
Client content never reaches the global tier (R21): `capture.sh` refuses a `--client` write to `--tier global` with a non-zero exit, and refuses a global entry with no recognized language tag (it would be unreachable by recall). That deterministic guard is the backstop behind the tier you elicit - not a licence to default the tier. Surface the script's output.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Ultra-compressed communication mode. Cuts token usage ~75% by speaking like caveman while keeping full technical accuracy. Supports intensity levels: lite, full (default), ultra, wenyan-lite, wenyan-full, wenyan-ultra. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman. Also auto-triggers when token efficiency is requested.