askill
instinct-import

instinct-importSafety --Repository

Import instincts from an export file

0 stars
1.2k downloads
Updated 2/5/2026

Package Files

Loading files...
SKILL.md

Instinct Import Skill

You are importing instincts from an export file.

Instructions

1. Locate Import File

Check for:

  • File path provided by user
  • Files in .claude/learning/imports/
  • Recent exports in .claude/learning/exports/

2. Validate Import

{
  "version": "1.0",  // Must match
  "instincts": [...]  // Must be array
}

3. Review Instincts

For each instinct in the import:

  • Check if similar instinct already exists
  • Assess relevance to current project
  • Verify confidence score is valid (0.3-0.9)

4. Handle Conflicts

If an instinct with similar trigger exists:

ScenarioAction
Imported confidence higherReplace existing
Existing confidence higherKeep existing
Similar confidenceMerge evidence, average confidence

5. Import Instincts

Create instinct files in .claude/learning/instincts/imported/:

# Instinct: [name]

## Trigger
[trigger]

## Action
[action]

## Metadata
- Confidence: [score]
- Domain: [domain]
- Imported: [timestamp]
- Source: imported

6. Report

## Import Complete

### Summary
- Total in file: X
- Imported: Y
- Skipped (duplicates): Z
- Conflicts resolved: W

### Imported Instincts

| Name | Domain | Confidence | Status |
|------|--------|------------|--------|
| ...  | ...    | ...        | new/merged |

### Skipped

| Name | Reason |
|------|--------|
| ...  | duplicate/low-confidence/irrelevant |

### Next Steps
- Use `/instinct-status` to see all instincts
- Use `/evolve` if clusters form

Usage

/instinct-import path/to/export.json
/instinct-import  # looks in default locations

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

AI review pending.

Metadata

Licenseunknown
Version-
Updated2/5/2026
Publisherjason-hchsieh

Tags

llm