mirror of
https://github.com/Jeuners/ECC.git
synced 2026-09-09 15:02:30 +02:00
fix(docs): use namespaced /everything-claude-code:plan in README examples
When installed as a plugin, /plan triggers Claude Code's built-in plan mode instead of the plugin's plan skill. Updated all 4 README files (EN, zh-CN, zh-TW, ja-JP) to show the plugin-namespaced form with a comment noting the shorter form works for manual installs. Also fixes markdownlint MD012 violation in chief-of-staff.md (trailing double blank line from #280 merge). Fixes #297
This commit is contained in:
parent
3b2448dbb4
commit
7713ceeec0
5 changed files with 24 additions and 12 deletions
|
|
@ -133,8 +133,11 @@ cp -r everything-claude-code/rules/golang/* ~/.claude/rules/
|
|||
### ステップ3:使用開始
|
||||
|
||||
```bash
|
||||
# コマンドを試す
|
||||
/plan "ユーザー認証を追加"
|
||||
# コマンドを試す(プラグインはネームスペース形式)
|
||||
/everything-claude-code:plan "ユーザー認証を追加"
|
||||
|
||||
# 手動インストール(オプション2)は短縮形式:
|
||||
# /plan "ユーザー認証を追加"
|
||||
|
||||
# 利用可能なコマンドを確認
|
||||
/plugin list everything-claude-code@everything-claude-code
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue