cfn-automatic-memory-persistence
About
This skill automatically saves agent outputs to a SQLite database with structured metadata like confidence scores and timestamps. It's designed for tracking outputs across CFN Loop workflows and querying execution history. Key features include automated persistence scripts and a query tool for retrieving past agent data.
Quick Install
Claude Code
Recommendednpx skills add majiayu000/claude-skill-registry -a claude-code/plugin add https://github.com/majiayu000/claude-skill-registrygit clone https://github.com/majiayu000/claude-skill-registry.git ~/.claude/skills/cfn-automatic-memory-persistenceCopy and paste this command in Claude Code to install this skill
GitHub Repository
Related Skills
cpp-expert
OtherThis Claude Skill provides expert-level C++ development assistance with modern C++20/23 features, STL, and performance optimization. Use it for guidance on memory management, templates, and high-performance programming patterns. It supports development workflows with tools like g++, clang++, CMake, and Make.
state-directory-manager
OtherThis skill provides XDG-compliant persistent state directory management for bash scripts, handling path resolution and cleanup automatically. It's ideal for CLI tools needing to store configuration, cache data, or maintain logs between executions. Developers should use it when building portable scripts that require state persistence across runs.
adapter-expert
OtherThis Claude Skill generates persistence layer Adapters that implement Port-Out interfaces following strict CQRS separation. It creates four specialized adapter types (Command, Query, AdminQuery, LockQuery) with specific repository mappings and a two-field structure. Use it when implementing the persistence layer to ensure proper separation of concerns and avoid transactional annotations in adapters.
state-directory-manager
OtherThis skill provides bash scripts with XDG Base Directory compliant state management for persisting data, configuration, and cache between runs. It's ideal for CLI tools that need to store user preferences, cache results, or manage logs following standard specifications. Developers should use it when building portable bash tools that require persistent state across multiple executions.
