Import instincts into project scope
instinct-importcommandsetup L1★2
caovinhphuc/React-OAS-Integration-v4.0 ↗What it does
Import instincts from file or URL into scope
Best for
Bulk-importing team or project instincts from shared sources while detecting and reconciling duplicates.
Inputs
- · file path or URL
- · --dry-run (optional)
- · --force (optional)
- · --scope project|global (optional)
Outputs
- · imported instinct files
- · merge report with duplicates handled
Requires
- · instinct-cli.py
- · Python 3
- · YAML parser
Preconditions
- · CLAUDE_PLUGIN_ROOT set or ~/.claude/skills/ available
- · valid YAML instinct file
- · project scope or global scope writable
Failure modes
- · Invalid YAML → parse error reported
- · Duplicate with high confidence → user chooses merge or keep
- · File not found → suggest URL or correct path
- · Permission denied → need write access to scope
Trust signals
- · Duplicate detection by confidence score
- · Dry-run mode for preview
- · Source tracking with imported_from metadata
- · Scope-aware storage (project vs global)