Agent skill
cfn-memory-persistence
Data persistence for CFN Loop - SQLite storage, Redis coordination, automatic memory persistence
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/cfn-memory-persistence
SKILL.md
Memory Persistence Skill (Mega-Skill)
Version: 1.0.0 Purpose: Data persistence for CFN Loop (SQLite, Redis, auto-persistence) Status: Production Consolidates: cfn-sqlite-memory, cfn-sqlite-cfn-loop, cfn-redis-coordination, cfn-automatic-memory-persistence, cfn-memory-management
Overview
This mega-skill provides complete data persistence:
- SQLite - Local database storage with ACL
- Redis - Pub/sub coordination and state
- Auto - Automatic confidence persistence
- Management - Memory limits and heap profiling
Directory Structure
memory-persistence/
├── SKILL.md
├── lib/
│ ├── sqlite/ # From cfn-sqlite-memory
│ │ └── cfn-loop/ # From cfn-sqlite-cfn-loop
│ ├── redis/ # From cfn-redis-coordination
│ ├── auto/ # From cfn-automatic-memory-persistence
│ └── management/ # From cfn-memory-management
└── cli/
Migration Paths
| Old Path | New Path |
|---|---|
| cfn-sqlite-memory/ | memory-persistence/lib/sqlite/ |
| cfn-sqlite-cfn-loop/ | memory-persistence/lib/sqlite/cfn-loop/ |
| cfn-redis-coordination/ | memory-persistence/lib/redis/ |
| cfn-automatic-memory-persistence/ | memory-persistence/lib/auto/ |
| cfn-memory-management/ | memory-persistence/lib/management/ |
Version History
1.0.0 (2025-12-02)
- Consolidated 5 memory/persistence skills into mega-skill
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?