← スキル一覧に戻る

cfn-memory-persistence
by masharratt
Simplified Claude Flow for beginners - AI agent orchestration made easy
⭐ 14🍴 2📅 2026年1月15日
SKILL.md
name: cfn-memory-persistence description: Data persistence for CFN Loop - SQLite storage, Redis coordination, automatic memory persistence version: 1.0.0 tags: [mega-skill, persistence, sqlite, redis, memory] status: production
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
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です