원클릭으로
instinct-import
Import instincts from teammates or community collections
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Import instincts from teammates or community collections
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Generate changelog entries following Keep a Changelog format
Generate a well-structured pull request with summary and test plan
Cluster related instincts into skills, commands, or agents
Export instincts for sharing with teammates or backup
View learned instincts grouped by domain with confidence levels
Clean up project files, remove cruft, and organize codebase
| name | instinct-import |
| description | Import instincts from teammates or community collections |
| user-invocable | true |
Import instincts from external sources (teammates, community, exported files).
$ARGUMENTS — Path to instinct file, directory, or URLIdentify the source format:
.md file: Import one instinctFor each instinct being imported:
## Import Conflicts
| Instinct | Existing | Incoming | Resolution |
|----------|----------|----------|------------|
| prefer-const | 0.7 (personal) | 0.5 (imported) | Keep higher (0.7) |
| use-errgroup | — | 0.6 (imported) | Import as new |
| validate-zod | 0.9 (personal) | 0.8 (imported) | Keep existing |
Merge strategies:
Imported instincts are stored in:
~/.claude/instincts/inherited/
teammate-prefer-const.md
community-use-errgroup.md
Each imported instinct is tagged with:
source: importedimported_from: [filename or teammate]imported_at: [timestamp]original_confidence: [score]## Import Complete
- Imported: 5 instincts
- Skipped (conflicts): 2
- New domains discovered: 1 (database)
- Run `/instinct-status` to review