instinct-export

Export sanitized instincts to a timestamped JSON package.

Updated Apr 16, 2026
One-click install
npx skills add https://github.com/jason-hchsieh/marketplace --skill instinct-export
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: instinct-export
Source: https://github.com/jason-hchsieh/marketplace/tree/main/plugins/continuous-learning/skills/instinct-export
Command: npx skills add https://github.com/jason-hchsieh/marketplace --skill instinct-export

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Export learned instincts for sharing or backup while preserving privacy.

Core Features & Use Cases

  • Export sanitized instincts including trigger, action, domain, and confidence.
  • Support selective export (by domain or instinct name) and timestamped exports.
  • Generate a portable JSON package that can be stored, shared, or reimported.

Quick Start

Export all learned instincts to a timestamped JSON export at .claude/learning/exports/export-[timestamp].json.

Frequently Asked Questions about instinct-export

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

FAQPage Schema
How do I export learned instincts to a JSON file for backup?

Export learned instincts by generating a timestamped JSON package at .claude/learning/exports/export-[timestamp].json. The process reads all instincts stored under .claude/learning/instincts/ and outputs a portable backup file.

Can I selectively export instincts by domain or name?

Yes, selective export is supported by domain or instinct name. You can filter the learned instincts from .claude/learning/instincts/ instead of exporting the full dataset, ensuring the JSON output only contains the targeted entries.

What data does privacy-preserving instinct export include?

Privacy-preserving instinct export keeps trigger, action, domain, and confidence data while removing sensitive file paths and timestamps. This sanitization ensures the output JSON package is safe for sharing.

What is the best way to share learned AI instincts without exposing sensitive paths?

Use a privacy-preserving export to share learned instincts safely. The output retains trigger, action, domain, and confidence while stripping sensitive file paths and timestamps, generating a portable JSON package for distribution.

Does exporting instincts require any external dependencies or components?

No external dependencies or components are required to export instincts. The process directly reads from the local .claude/learning/instincts/ directory and writes the sanitized JSON output to the local file system.

Can I reimport an exported JSON package of instincts later?

The exported timestamped JSON package is designed to be stored, shared, or reimported. It contains the sanitized trigger, action, domain, and confidence data needed to restore or transfer learned instincts.