mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-03-30 13:43:26 +08: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user