/instinct-import
Import instincts from teammates, Skill Creator, or other sources
> /plugin marketplace add sangrokjung/claude-forge > /plugin install claude-forge@claude-forge
How it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/instinct-import
Context preview
What this command does when you run it.
Import instincts from teammates, Skill Creator, or other sources
Command definition
instinct-import.mdname: instinct-import
description: Import instincts from teammates, Skill Creator, or other sources
command: /instinct-import
implementation: python3 ~/.claude/skills/continuous-learning-v2/scripts/instinct-cli.py import <file>
Instinct Import Command
Implementation
python3 ~/.claude/skills/continuous-learning-v2/scripts/instinct-cli.py import <file-or-url> [--dry-run] [--force] [--min-confidence 0.7]
Import instincts from:
- Teammates' exports
- Skill Creator (repo analysis)
- Community collections
- Previous machine backups
Usage
/instinct-import team-instincts.yaml
/instinct-import https://github.com/org/repo/instincts.yaml
/instinct-import --from-skill-creator acme/webapp
What to Do
1. Fetch the instinct file (local path or URL) 2. Parse and validate the format 3. Check for duplicates with existing instincts 4. Merge or add new instincts 5. Save to `~/.claude/homunculus/instincts/inherited/`
Import Process
π₯ 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?Merge Strategies
For Duplicates
When importing an instinct that matches an existing one:
- **Higher confidence wins**: Keep the one with higher confidence
- **Merge evidence**: Combine observation counts
- **Update timestamp**: Mark as recently validated
For Conflicts
When importing an instinct that contradicts an existing one:
- **Skip by default**: Don't import conflicting instincts
- **Flag for review**: Mark both as needing attention
- **Manual resolution**: User decides which to keep
Source Tracking
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"
Skill Creator Integration
When importing from Skill Creator:
/instinct-import --from-skill-creator acme/webapp
This fetches instincts generated from repo analysis:
- Source: `repo-analysis`
- Higher initial confidence (0.7+)
- Linked to source repository
Flags
- `--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 threshold
Output
After 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.
Read more
name: instinct-import description: Import instincts from teammates, Skill Creator, or other sources command: /instinct-import implementation: python3 ~/.claude/skills/continuous-learning-v2/scripts/instinct-cli.py import <file>
Instinct Import Command
Implementation
python3 ~/.claude/skills/continuous-learning-v2/scripts/instinct-cli.py import <file-or-url> [--dry-run] [--force] [--min-confidence 0.7]
Import instincts from:
- Teammates' exports
- Skill Creator (repo analysis)
- Community collections
- Previous machine backups
Usage
/instinct-import team-instincts.yaml /instinct-import https://github.com/org/repo/instincts.yaml /instinct-import --from-skill-creator acme/webapp
What to Do
1. Fetch the instinct file (local path or URL) 2. Parse and validate the format 3. Check for duplicates with existing instincts 4. Merge or add new instincts 5. Save to `~/.claude/homunculus/instincts/inherited/`
Import Process
π₯ 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?Merge Strategies
For Duplicates
When importing an instinct that matches an existing one:
- **Higher confidence wins**: Keep the one with higher confidence
- **Merge evidence**: Combine observation counts
- **Update timestamp**: Mark as recently validated
For Conflicts
When importing an instinct that contradicts an existing one:
- **Skip by default**: Don't import conflicting instincts
- **Flag for review**: Mark both as needing attention
- **Manual resolution**: User decides which to keep
Source Tracking
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"
Skill Creator Integration
When importing from Skill Creator:
/instinct-import --from-skill-creator acme/webapp
This fetches instincts generated from repo analysis:
- Source: `repo-analysis`
- Higher initial confidence (0.7+)
- Linked to source repository
Flags
- `--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 threshold
Output
After 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.
Supercharge Claude Code with 11 AI agents, 36 commands & 15 skills β the claude-code plugin framework inspired by oh-my-zsh. 6-layer security hooks included. 5-min install.
Repo: sangrokjung/claude-forge
Other commands on claude-forge.
- /agent-router
μ λ¬Έ μμ΄μ νΈ μλ λΌμ°ν . λ²λ₯ , μ¬λ¬΄, νΉν, SEO, λ§μΌν , κΈ°ν, BM μ€κ³(BMC/Lean/JTBD/Wardley/Blue Ocean/Lightning Sprint), μ½λ리뷰, μν€ν μ², 견μ , CRM, HR/μΈμ¬, λ Έλ¬΄(λ Έλλ²/ν΄κ³ /μ°μ¬/μ·¨μ κ·μΉ), 리μμΉ, λ°μ΄ν° λΆμ, μ 1μμΉ μ¬κ³ , μ£Όμ ν¬μ, λΆλμ° ν¬μ, λͺ 리ν, νμ¬μ΄μ(λ Έλμ°μ°/μ°½μ νν/κ³ μ©μ§μ/μΈλ¬΄μΌμ ), λμμΈ μ μ(λ°°λ/μΉ΄λλ΄μ€/SNS/κ΄κ³ /μΈν¬κ·Έλν½), FAQ/μ§μλ² μ΄μ€(KCS/μ νμλΉμ€/μν°ν΄),
Open command - /auto
κ³νλΆν° PRκΉμ§ μλ²νΌ μλ μ€ν. μ€κ°μ λ©μΆμ§ μμ΅λλ€.
Open command - /build-fix
λΉλ μλ¬λ₯Ό μλμΌλ‘ λΆμνκ³ μμ ν©λλ€.
Open command - /checkpoint
μμ μν μ μ₯/볡μ (v6)
Open command - /code-review
λ°©κΈ μμ±ν μ½λλ₯Ό 보μ+νμ§ κ²μ¬ν©λλ€.
Open command - /commit-push-pr
λ¨Έμ§ μ /sync-docs λ¬Έμ λκΈ°ν μ무 κ²μ΄νΈ β κ²μ¦ β μ»€λ° & PR & λ¨Έμ§ + MCP μλ¦Ό (v7)
Open command

