instinct-export

Export instincts from project or global scope into portable YAML format.

7|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/Davie521/claude-skills --skill instinct-export-davie521
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: instinct-export
Source: https://github.com/Davie521/claude-skills/tree/main/plugins/skills/skills/instinct-export
Command: npx skills add https://github.com/Davie521/claude-skills --skill instinct-export-davie521

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Exports instincts from the current workspace into a portable, shareable file for backup, transfer, or collaboration.

Core Features & Use Cases

  • Scope-aware export: choose personal, project, global, or merged instincts.
  • YAML-style export: outputs a readable file that can be re-imported or scanned by teammates.
  • Flexible output: write to a file or print to stdout with optional filtering (domain, min-confidence, and scope).

Quick Start

Run the instinct-export command to export instincts for your current scope and save the results to a YAML 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 instincts to a YAML file for backup or sharing?

Export instincts by running the instinct-export command, which outputs your selected scopes into a portable YAML file. You can use this readable format to easily back up, share, or transfer your data to a new machine.

What are instincts in data-sharing and when do I need to export them?

Instincts are workspace data stored within project or global scopes that you need to export when backing up, transferring to a new machine, or sharing configurations with teammates. Exporting creates a portable representation of these scopes.

Can I filter instincts by scope, domain, and confidence level before exporting?

Yes, instinct-export supports scope selection across project, global, or all scopes, along with domain filtering and minimum confidence thresholds. This allows you to export only the specific instinct data you need to share or back up.

Does instinct-export support printing YAML output to stdout instead of a file?

Yes, instinct-export provides flexible output options allowing you to either write the filtered YAML representation directly to a file or print the output to stdout. This supports direct piping into other data-sharing workflows.

What is the best way to transfer instincts to a new machine using YAML?

The best way to transfer instincts is using instinct-export to generate a portable YAML file containing your merged or scope-selected data. You can then re-import or scan this YAML file on the new machine to restore your workspace.