instinct-import

Import instincts from versioned JSON exports into Claude's learning system.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Import instincts from an export file to onboard externally defined instincts into Claude's learning system.

Core Features & Use Cases

  • Validate and merge instincts from JSON exports
  • Detect and resolve conflicts based on confidence and evidence
  • Persist imported instincts into .claude/learning/instincts/imported/ with provenance
  • Support batch imports for project-wide onboarding

Quick Start

Run /instinct-import path/to/export.json to import instincts from your export file.

Frequently Asked Questions about instinct-import

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

FAQPage Schema
How do I import externally defined instincts into Claude's learning system?

To import instincts, you run the import command on a versioned JSON export file to validate trigger and action fields, resolve conflicts, and persist the data into the .claude/learning/instincts/imported/ directory.

Can I batch import instincts for project-wide onboarding?

Yes, you can batch import instincts from a single export file to onboard externally defined instinct-based behaviors across an entire project installation.

How does conflict resolution work when importing instincts?

Conflict handling rules evaluate confidence and evidence fields during JSON validation, automatically resolving discrepancies when merging imported instincts into the existing learning system.

What is provenance tracking for imported instincts?

Provenance tracking records the origin of imported instincts by persisting metadata alongside the validated trigger and action fields within the .claude/learning/instincts/imported/ directory.

Does the instinct import process validate JSON structure?

Yes, the import process parses versioned JSON files and validates trigger and action fields before writing the imported instincts to the learning system.

What happens if imported instincts conflict with existing ones?

When imported instincts conflict with existing ones, the system applies conflict handling rules based on confidence and evidence to determine which instinct persists during the merge.