reflect:export

Export and import the reflect knowledge base as a tarball.

2|1|Updated Jun 19, 2026
One-click install
npx skills add https://github.com/stevengonsalvez/ainb-reflect-memory --skill reflect-export
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reflect:export
Source: https://github.com/stevengonsalvez/ainb-reflect-memory/tree/main/plugin/skills/export
Command: npx skills add https://github.com/stevengonsalvez/ainb-reflect-memory --skill reflect-export

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the export and import of the reflect knowledge base, allowing users to back up, move, or restore their knowledge base effortlessly.

Core Features & Use Cases

  • Export Knowledge Base: Create a snapshot of the reflect knowledge base as a tarball, capturing both the markdown corpus and the reflect.db rows.
  • Import Knowledge Base: Restore the reflect knowledge base from a tarball, ensuring that all learnings and configurations are transferred.
  • Use Case: If you need to migrate your reflect knowledge base to another machine or create a backup, this Skill is invaluable.

Quick Start

Export your knowledge base using the reflect export command.

Frequently Asked Questions about reflect:export

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I back up my reflect knowledge base?

To back up your reflect knowledge base, use the export command to create a tarball snapshot. This preserves both the entire markdown corpus and reflect.db rows for data portability.

Can I migrate my reflect knowledge base to another machine?

Yes, you can migrate your reflect knowledge base to another machine by exporting it to a tarball and then importing it on the new machine. This transfers all learnings and configurations.

What does a reflect knowledge base export include?

A reflect knowledge base export includes the entire markdown corpus and the reflect.db rows. This ensures your AI coding agent's learnings are fully preserved in the tarball snapshot.

How do I restore a reflect knowledge base from a backup?

To restore a reflect knowledge base from a backup, use the import function to extract the tarball. This restores the markdown corpus and reflect.db rows to the target environment.

Is there a way to move AI coding agent learnings between environments?

Yes, moving AI coding agent learnings between environments is possible by exporting the reflect knowledge base to a tarball and importing it at the destination.

Does the reflect knowledge base import overwrite existing configurations?

The import function restores the reflect knowledge base from a tarball, ensuring all learnings and configurations are transferred to the target environment.