From ecc
Lists all registered projects from the continuous-learning-v2 system, displaying project metadata, instinct counts, observation counts, and last seen timestamps.
How this command is triggered — by the user, by Claude, or both
Slash command
/ecc:projectsThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Projects Command List project registry entries and per-project instinct/observation counts for continuous-learning-v2. ## Implementation Run the instinct CLI using the plugin root path: Or if `CLAUDE_PLUGIN_ROOT` is not set (manual installation): ## Usage ## What to Do 1. Read `~/.claude/homunculus/projects.json` 2. For each project, display: - Project name, id, root, remote - Personal and inherited instinct counts - Observation event count - Last seen timestamp 3. Also display global instinct totals
List project registry entries and per-project instinct/observation counts for continuous-learning-v2.
Run the instinct CLI using the plugin root path:
python3 "${CLAUDE_PLUGIN_ROOT}/skills/continuous-learning-v2/scripts/instinct-cli.py" projects
Or if CLAUDE_PLUGIN_ROOT is not set (manual installation):
python3 ~/.claude/skills/continuous-learning-v2/scripts/instinct-cli.py projects
/projects
~/.claude/homunculus/projects.jsonnpx claudepluginhub majestic7media/everything-claude-code444plugins reuse this command
First indexed Mar 1, 2026
Showing the 6 earliest of 444 plugins
/projectsLists all registered projects from the continuous-learning-v2 system, displaying project metadata, instinct counts, observation counts, and last seen timestamps.
/projectsLists all registered projects with instinct and observation counts from the continuous-learning-v2 registry, including global instinct totals.
/instinct-statusDisplays learned instincts for the current project, grouped by domain with confidence bars and observation counts. Merges project-scoped and global instincts.
/projectsDisplays all Claude Code projects tracked by EverMem, grouped by project directory with session count and last active time. Reads from the local groups.jsonl data file.
/projectsDiscovers game development projects by difficulty, engine, or genre with structured tutorials, scope breakdowns, and skill roadmaps.