instinct-status
Instinct Status
Shows all learned instincts with their confidence scores, grouped by domain.
Implementation
Run the instinct CLI from your local skills directory:
python3 ~/.claude/skills/continuous-learning-v2/scripts/instinct-cli.py status
Usage
/instinct-status
/instinct-status --domain code-style
/instinct-status --low-confidence
What to Do
- Read all instinct files from
~/.claude/homunculus/instincts/personal/ - Read inherited instincts from
~/.claude/homunculus/instincts/inherited/ - Display them grouped by domain with confidence bars
Output Format
Instinct Status
==================
## Code Style (4 instincts)
### prefer-functional-style
Trigger: when writing new functions
Action: Use functional patterns over classes
Confidence: xxxxxxxx-- 80%
Source: session-observation | Last updated: 2025-01-22
### use-path-aliases
Trigger: when importing modules
Action: Use @/ path aliases instead of relative imports
Confidence: xxxxxx---- 60%
Source: repo-analysis (github.com/acme/webapp)
## Testing (2 instincts)
### test-first-workflow
Trigger: when adding new functionality
Action: Write test first, then implementation
Confidence: xxxxxxxxx- 90%
Source: session-observation
## Workflow (3 instincts)
### grep-before-edit
Trigger: when modifying code
Action: Search with Grep, confirm with Read, then Edit
Confidence: xxxxxxx--- 70%
Source: session-observation
---
Total: 9 instincts (4 personal, 5 inherited)
Observer: Running (last analysis: 5 min ago)
Flags
--domain <name>: Filter by domain (code-style, testing, git, etc.)--low-confidence: Show only instincts with confidence < 0.5--high-confidence: Show only instincts with confidence >= 0.7--source <type>: Filter by source (session-observation, repo-analysis, inherited)--json: Output as JSON for programmatic use
More from arosenkranz/claude-code-config
homelab-helper
Expert guidance for homelab infrastructure, self-hosting, and Raspberry Pi optimization. Use when recommending self-hosted services, configuring Docker services, setting up reverse proxies, integrating Home Assistant, or troubleshooting homelab networking.
17continuous-learning-v2
Instinct-based learning system that observes sessions via hooks, creates atomic instincts with confidence scoring, and evolves them into skills/commands/agents.
6session-log
Document conversation accomplishments in Obsidian vault with frontmatter, code changes, learning notes, and next steps.
6evolve
Cluster related instincts into skills, commands, or agents
6reclaude
Refactor CLAUDE.md files to follow progressive disclosure principles. Use when a CLAUDE.md file is too long or needs organizational improvement.
5find-skills
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
5