/projects
列出已知项目及其直觉(instinct)统计数据
> /plugin marketplace add xu-xiang/everything-claude-code-zh > /plugin install everything-claude-code@everything-claude-code
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
/projects
Context preview
What this command does when you run it.
列出已知项目及其直觉(instinct)统计数据
Command definition
projects.mdname: projects description: 列出已知项目及其直觉(instinct)统计数据 command: true
项目管理命令 (Projects Command)
列出项目注册表条目以及 continuous-learning-v2 中每个项目的直觉/观察(instinct/observation)计数。
实现 (Implementation)
使用插件根路径运行 instinct CLI:
python3 "${CLAUDE_PLUGIN_ROOT}/skills/continuous-learning-v2/scripts/instinct-cli.py" projects或者如果未设置 `CLAUDE_PLUGIN_ROOT`(手动安装):
python3 ~/.claude/skills/continuous-learning-v2/scripts/instinct-cli.py projects
用法 (Usage)
/projects
执行逻辑 (What to Do)
1. 读取 `~/.claude/homunculus/projects.json` 2. 为每个项目显示:
- 项目名称(name)、ID(id)、根目录(root)、远程仓库(remote)
- 个人直觉(Personal instinct)和继承直觉(inherited instinct)计数
- 观察事件(Observation event)计数
- 最后出现时间戳(Last seen timestamp)
3. 同时显示全局直觉(Global instinct)总量
🌐 Language / 语言 / 語言 为 AI 智能体(Agent)框架打造的性能优化系统。源自 Anthropic 黑客松获胜作品。 这不仅仅是配置文件。它是一个完整的系统:包含技能(Skills)、本能(Instincts)、内存优化、持续学习、安全扫描以及研究优先的开发模式。这些生产级的智能体(Agents)、钩子(Hooks)、命令(Commands)、规则(Rules)以及 MCP 配置,是在构建真实产品的 10 个多月高强度日常使用中演化而来的。 适用于 Claude Code, Codex,
Repo: xu-xiang/everything-claude-code-zh
Other commands on everything-claude-code.
- /build-fix
通过最小化、安全的改动,逐步修复构建(Build)和类型(Type)错误。
Open command - /checkpoint
在工作流(Workflow)中创建或验证检查点。
Open command - /claw
启动 NanoClaw 智能体 (Agent) REPL — 一个由 claude CLI 驱动的持久化、会话感知 (session-aware) 的 AI 助手。
Open command - /code-review
对未提交的更改进行全面的安全和质量审查:
Open command - /e2e
使用 Playwright 生成并运行端到端测试。创建测试旅程、运行测试、捕获截图/视频/追踪,并上传产物。
Open command - /eval
管理评测驱动开发(eval-driven development)工作流。
Open command

