From everything-claude-code-mobile
Imports instincts from a JSON file, merging with existing instincts while maintaining confidence scores and deduplicating similar patterns.
How this command is triggered — by the user, by Claude, or both
Slash command
/everything-claude-code-mobile:instinct-importThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Instinct Import Command Import instincts from others. ## Usage ## Behavior - Merges with existing instincts - Maintains confidence scores - Deduplicates similar patterns
Import instincts from others.
/instinct-import path/to/instincts.json
npx claudepluginhub ahmed3elshaer/everything-claude-code-mobile --plugin everything-claude-code-mobile/instinct-importImports instincts from local file or HTTP(S) URL into project/global scope. Previews new instincts, duplicates/conflicts, and updates; merges with confirmation unless --force, supports --dry-run and --min-confidence.
/instinct-importImports instincts from local file or HTTP(S) URL into project or global scope. Previews changes, resolves duplicates by confidence, prompts for confirmation unless --force. Supports --dry-run, --min-confidence, --scope flags.
/importImports instincts from an export file into inherited/ directory after confirmation, prefixing filenames to avoid conflicts and updating identity counts.
/instinct-importImports a JSON bundle of learned skills from `/instinct-export` into the local `.bot/learned-skills/` directory (or global scope). Supports `--scope` and `--overwrite` flags.
/instinct-importImports a YAML instinct pack, merging its rules into the local instinct engine with confidence-gated conflict resolution.
/instinct-importImports instincts from local file or HTTP(S) URL into project or global scope. Previews changes, resolves duplicates by confidence, prompts for confirmation unless --force. Supports --dry-run, --min-confidence, --scope flags.