Back to Skills

cfn-automatic-memory-persistence

majiayu000
Updated 13 days ago
13 views
58
9
58
View on GitHub
Othermemorypersistencesqliteautoagent-tracking

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

Recommended
Primary
npx skills add majiayu000/claude-skill-registry -a claude-code
Plugin CommandAlternative
/plugin add https://github.com/majiayu000/claude-skill-registry
Git CloneAlternative
git clone https://github.com/majiayu000/claude-skill-registry.git ~/.claude/skills/cfn-automatic-memory-persistence

Copy and paste this command in Claude Code to install this skill

GitHub Repository

majiayu000/claude-skill-registry
Path: skills/auto
0

Related Skills

cpp-expert

Other

This 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.

View skill

state-directory-manager

Other

This 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.

View skill

adapter-expert

Other

This 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.

View skill

state-directory-manager

Other

This 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.

View skill