Help us improve
Share bugs, ideas, or general feedback.
Displays learned instincts (project-level and global) grouped by domain, with confidence bars and observation statistics.
npx claudepluginhub aaione/everything-claude-code-zhHow this command is triggered — by the user, by Claude, or both
Slash command
/everything-claude-code:instinct-statusThe summary Claude sees in its command listing — used to decide when to auto-load this command
# 本能状态命令 显示当前项目的已学习本能以及全局本能,按领域分组。 ## 实现 使用插件根路径运行本能 CLI: 如果未设置 `CLAUDE_PLUGIN_ROOT`(手动安装),使用: ## 用法 ## 操作步骤 1. 检测当前项目上下文(git remote/path 哈希) 2. 从 `~/.claude/homunculus/projects/<project-id>/instincts/` 读取项目本能 3. 从 `~/.claude/homunculus/instincts/` 读取全局本能 4. 使用优先级规则合并(当 ID 冲突时项目覆盖全局) 5. 按领域分组显示,带置信度条和观察统计 ## 输出格式
/instinct-statusShows learned instincts for the current project and global ones, grouped by domain with confidence bars and observation stats.
/instinct-statusDisplays learned instincts from .claude/instincts.md as a sorted table with confidence scores, categories, status, sources, plus a summary of totals, averages, and conflicts.
/instinct-statusDisplays learned instincts with descriptions, confidence scores (0.0-1.0), last used dates, and contexts (e.g., compose, mvi). Supports --type filtering.
/instinct-statusShows learned instincts for the current project and global ones, grouped by domain with confidence bars and observation stats.
Share bugs, ideas, or general feedback.
显示当前项目的已学习本能以及全局本能,按领域分组。
使用插件根路径运行本能 CLI:
python3 "${CLAUDE_PLUGIN_ROOT}/skills/continuous-learning-v2/scripts/instinct-cli.py" status
如果未设置 CLAUDE_PLUGIN_ROOT(手动安装),使用:
python3 ~/.claude/skills/continuous-learning-v2/scripts/instinct-cli.py status
/instinct-status
~/.claude/homunculus/projects/<project-id>/instincts/ 读取项目本能~/.claude/homunculus/instincts/ 读取全局本能============================================================
本能状态 - 共 12 条
============================================================
项目:my-app (a1b2c3d4e5f6)
项目本能:8 条
全局本能: 4 条
## 项目作用域 (my-app)
### 工作流 (3)
███████░░░ 70% grep-before-edit [project]
触发器:when modifying code
## 全局 (适用于所有项目)
### 安全 (2)
█████████░ 85% validate-user-input [global]
触发器:when handling user input