instinct-export

Export filtered neuron instincts from .claude/instincts/instincts.jsonl to a shareable JSONL file.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/ItsMattG/property-tracker --skill instinct-export-itsmattg
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: instinct-export
Source: https://github.com/ItsMattG/property-tracker/tree/main/.claude/skills/instinct-export
Command: npx skills add https://github.com/ItsMattG/property-tracker --skill instinct-export-itsmattg

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Sharing learned instincts across multiple projects is challenging; this skill exports instincts from .claude/instincts/instincts.jsonl to a portable format for cross-project sharing.

Core Features & Use Cases

  • Export all instincts with confidence >= 0.5 to enable safe sharing.
  • Filter instincts by category to target relevant capabilities for a project.
  • Specify a custom output path to integrate with existing workflows.
  • What gets exported: pattern description and action, category and confidence score, occurrence count; What gets stripped: source branch names, dates (year-month), file paths, session metadata, and already-promoted instincts.

Quick Start

Run the instinct export command using .claude/hooks/instinct-cli.sh export to generate a shareable instincts.jsonl file.

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 from a local project to a portable format?▼

You can export learned instincts by running the instinct-cli.sh export command, which reads from .claude/instincts/instincts.jsonl and outputs a portable JSONL file for cross-project sharing.

What data is stripped when sharing instincts across projects?▼

When sharing instincts, the export process strips sensitive details including source branch names, dates, file paths, session metadata, and already-promoted instincts to ensure safe cross-project collaboration.

Can I filter instincts by category before exporting to a JSONL file?▼

Yes, you can filter instincts by category to target relevant capabilities for a specific project, and you can also specify a custom output path to integrate with existing workflows.

What is the minimum confidence threshold for exporting instincts?▼

The export feature only exports instincts with a confidence score greater than or equal to 0.5, ensuring that only reliable patterns are included in the shareable JSONL output.

Does cross-project instinct sharing require any external dependencies?▼

No external dependencies are required for cross-project instinct sharing; the skill operates independently using the local instinct-cli.sh command to read and export the instincts.jsonl file.