بنقرة واحدة
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