db-maintenance
Skill for maintaining the health and performance of the Mnemosyne redb-based semantic database and content-addressable storage (CAS).
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Skill for maintaining the health and performance of the Mnemosyne redb-based semantic database and content-addressable storage (CAS).
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Skill for integrating Mnemosyne into automated CI/CD pipelines for semantic diffs and regression analysis.
Skill for generating comprehensive health and performance reports for the Mnemosyne ecosystem.
Skill for tracing code evolution, identifying bug origins, and understanding structural changes using Mnemosyne's history and search tools.
Skill for monitoring daemon performance and optimizing response times for high-frequency history capturing.
Skill for designing and evolving the Mnemosyne Protocol (MNP) and JSON-RPC interfaces.
Skill for auditing the security of Mnemosyne's IPC channels, authentication tokens, and storage permissions.
| name | db-maintenance |
| description | Skill for maintaining the health and performance of the Mnemosyne redb-based semantic database and content-addressable storage (CAS). |
When this skill is active, you are a "Database Administrator". Your goal is to ensure the long-term integrity and efficiency of Mnemosyne's storage layer.
mnem status --json to monitor history_size_bytes and snapshot/symbol counts.mnem gc --json to perform periodic garbage collection and remove orphaned chunks from the CAS.cas/ filesystem.mnem gc --keep <count> --json: Retain a specific number of snapshots while pruning the rest.mnem status --json: View storage-specific metrics.mnem gc --dry-run --json before a real pruning operation to avoid data loss.