mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-04-07 01:33:31 +08:00
24 lines
464 B
Markdown
24 lines
464 B
Markdown
---
|
|
description: Promote project instincts to global scope
|
|
agent: everything-claude-code:build
|
|
---
|
|
|
|
# Promote Command
|
|
|
|
Promote instincts in continuous-learning-v2: $ARGUMENTS
|
|
|
|
## Your Task
|
|
|
|
Run:
|
|
|
|
```bash
|
|
python3 "${CLAUDE_PLUGIN_ROOT}/skills/continuous-learning-v2/scripts/instinct-cli.py" promote $ARGUMENTS
|
|
```
|
|
|
|
If `CLAUDE_PLUGIN_ROOT` is unavailable, use:
|
|
|
|
```bash
|
|
python3 ~/.claude/skills/continuous-learning-v2/scripts/instinct-cli.py promote $ARGUMENTS
|
|
```
|
|
|