Import instincts from teammates, Skill Creator, or other sources
Imports and merges behavioral patterns from teammates and repositories to enhance Claude's capabilities.
/plugin marketplace add https://www.claudepluginhub.com/api/plugins/xu-xiang-everything-claude-code/marketplace.json/plugin install xu-xiang-everything-claude-code@cpd-xu-xiang-everything-claude-codeRun the instinct CLI using the plugin root path:
python3 "${CLAUDE_PLUGIN_ROOT}/skills/continuous-learning-v2/scripts/instinct-cli.py" import <file-or-url> [--dry-run] [--force] [--min-confidence 0.7]
Or if CLAUDE_PLUGIN_ROOT is not set (manual installation):
python3 ~/.claude/skills/continuous-learning-v2/scripts/instinct-cli.py import <file-or-url>
Import instincts from:
/instinct-import team-instincts.yaml
/instinct-import https://github.com/org/repo/instincts.yaml
/instinct-import --from-skill-creator acme/webapp
~/.claude/homunculus/instincts/inherited/š„ Importing instincts from: team-instincts.yaml
================================================
Found 12 instincts to import.
Analyzing conflicts...
## New Instincts (8)
These will be added:
ā use-zod-validation (confidence: 0.7)
ā prefer-named-exports (confidence: 0.65)
ā test-async-functions (confidence: 0.8)
...
## Duplicate Instincts (3)
Already have similar instincts:
ā ļø prefer-functional-style
Local: 0.8 confidence, 12 observations
Import: 0.7 confidence
ā Keep local (higher confidence)
ā ļø test-first-workflow
Local: 0.75 confidence
Import: 0.9 confidence
ā Update to import (higher confidence)
## Conflicting Instincts (1)
These contradict local instincts:
ā use-classes-for-services
Conflicts with: avoid-classes
ā Skip (requires manual resolution)
---
Import 8 new, update 1, skip 3?
When importing an instinct that matches an existing one:
When importing an instinct that contradicts an existing one:
Imported instincts are marked with:
source: "inherited"
imported_from: "team-instincts.yaml"
imported_at: "2025-01-22T10:30:00Z"
original_source: "session-observation" # or "repo-analysis"
When importing from Skill Creator:
/instinct-import --from-skill-creator acme/webapp
This fetches instincts generated from repo analysis:
repo-analysis--dry-run: Preview without importing--force: Import even if conflicts exist--merge-strategy <higher|local|import>: How to handle duplicates--from-skill-creator <owner/repo>: Import from Skill Creator analysis--min-confidence <n>: Only import instincts above thresholdAfter import:
ā
Import complete!
Added: 8 instincts
Updated: 1 instinct
Skipped: 3 instincts (2 duplicates, 1 conflict)
New instincts saved to: ~/.claude/homunculus/instincts/inherited/
Run /instinct-status to see all instincts.