instinct-export

Export instincts to shareable YAML while stripping sensitive data.

24|5|Updated Feb 8, 2026
One-click install
npx skills add https://github.com/Luohaothu/everything-codex --skill instinct-export-luohaothu
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: instinct-export
Source: https://github.com/Luohaothu/everything-codex/tree/main/skills/instinct-export
Command: npx skills add https://github.com/Luohaothu/everything-codex --skill instinct-export-luohaothu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Export instincts to a shareable YAML format while stripping sensitive data to enable safe collaboration and backups.

Core Features & Use Cases

  • Strip sensitive data (session IDs, file paths, old timestamps) when exporting instincts.
  • Generate a portable YAML export that can be shared with teammates or moved between projects.
  • Use cases include team handoffs, project migrations, and offline backups of instinct configurations.

Quick Start

Run /instinct-export to generate a shareable YAML export from your personal instincts.

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 shareable YAML format?▼

You can export instincts to a portable YAML format by running the /instinct-export command. This generates a shareable YAML file suitable for team collaboration, project migrations, and offline backups.

Does exporting instincts strip sensitive data like session IDs and file paths?▼

Yes, exporting instincts strips sensitive data including session IDs, file paths, and old timestamps. This data-minimization ensures safe sharing with teammates or moving configurations between projects without privacy risks.

What is the best way to backup instinct configurations for team handoffs?▼

The best way to backup instinct configurations for team handoffs is using a portable YAML export. It removes sensitive data while preserving the instinct structure, enabling safe collaboration and seamless project migrations.

Can I use instinct exports for both personal testing and team workflows?▼

Yes, instinct exports apply to personal, testing, and team workflows. The command-driven invocation generates YAML output that satisfies data-minimization requirements across all these contexts for safe sharing and backups.

Why does my instinct export need to remove old timestamps and file paths?▼

Removing old timestamps and file paths during instinct export satisfies data-minimization requirements. Stripping this sensitive data prevents accidental exposure of private environment details when sharing YAML files with teammates or across projects.