askill
instinct-export

instinct-exportSafety 90Repository

Export learned instincts for sharing or backup

0 stars
1.2k downloads
Updated 2/5/2026

Package Files

Loading files...
SKILL.md

Instinct Export Skill

You are exporting learned instincts for sharing or backup purposes.

Privacy Note

Only pattern definitions are exported - NOT:

  • Raw code from sessions
  • Conversation content
  • Sensitive project details

Instructions

1. Read Instincts

Load all instincts from .claude/learning/instincts/

2. Sanitize for Export

For each instinct:

  • Keep: trigger, action, domain, confidence
  • Remove: specific file paths, project names, timestamps
  • Generalize: make patterns project-agnostic

3. Create Export Package

Create .claude/learning/exports/export-[timestamp].json:

{
  "version": "1.0",
  "exported": "[timestamp]",
  "instincts": [
    {
      "name": "instinct-name",
      "trigger": "generalized trigger",
      "action": "generalized action",
      "domain": "domain",
      "confidence": 0.7
    }
  ],
  "metadata": {
    "count": 10,
    "domains": ["list", "of", "domains"]
  }
}

4. Report

## Export Complete

### Exported Instincts
- Total: X instincts
- Domains: [list]

### Export Location
`.claude/learning/exports/export-[timestamp].json`

### Sharing Instructions
1. Copy the export file
2. Share with trusted colleagues
3. They can import with `/instinct-import`

### Privacy Check
- ✓ No raw code included
- ✓ No conversation content
- ✓ No sensitive paths
- ✓ Patterns generalized

Optional: Selective Export

If user specifies domains or instinct names, export only those:

/instinct-export domain:workflow
/instinct-export instinct-name-1 instinct-name-2

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

78/100Analyzed 2/16/2026

A well-structured skill for exporting learned instincts with strong safety/privacy considerations. Clear step-by-step instructions with JSON examples. Somewhat internal-focused due to specific path conventions but conceptually reusable.

90
85
65
85
80

Metadata

Licenseunknown
Version-
Updated2/5/2026
Publisherjason-hchsieh

Tags

github-actionsllm