Storage Abstraction Layer
Installation
SKILL.md
Storage Abstraction Layer
Unified interface for saving notes across different storage backends
Storage Selection
function get_storage_backend() {
config = Read("km-config.json")
return config?.storage?.primary || "local"
}