mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-04-06 17:23:28 +08:00
24 lines
459 B
Markdown
24 lines
459 B
Markdown
---
|
|
description: List registered projects and instinct counts
|
|
agent: everything-claude-code:build
|
|
---
|
|
|
|
# Projects Command
|
|
|
|
Show continuous-learning-v2 project registry and stats: $ARGUMENTS
|
|
|
|
## Your Task
|
|
|
|
Run:
|
|
|
|
```bash
|
|
python3 "${CLAUDE_PLUGIN_ROOT}/skills/continuous-learning-v2/scripts/instinct-cli.py" projects
|
|
```
|
|
|
|
If `CLAUDE_PLUGIN_ROOT` is unavailable, use:
|
|
|
|
```bash
|
|
python3 ~/.claude/skills/continuous-learning-v2/scripts/instinct-cli.py projects
|
|
```
|
|
|