Skip to content
Development
Command

/projects

列出已知项目及其直觉(instinct)统计数据

From plugin
everything-claude-code
1.8k35 skills15 agents35 commands6 hooks
Install
> /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.md
name: 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)总量

Ships witheverything-claude-code

🌐 Language / 语言 / 語言 为 AI 智能体(Agent)框架打造的性能优化系统。源自 Anthropic 黑客松获胜作品。 这不仅仅是配置文件。它是一个完整的系统:包含技能(Skills)、本能(Instincts)、内存优化、持续学习、安全扫描以及研究优先的开发模式。这些生产级的智能体(Agents)、钩子(Hooks)、命令(Commands)、规则(Rules)以及 MCP 配置,是在构建真实产品的 10 个多月高强度日常使用中演化而来的。 适用于 Claude Code, Codex,

Get the whole plugin