mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-04-05 16:53:29 +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:
@@ -88,8 +88,11 @@ cp -r everything-claude-code/rules/* ~/.claude/rules/
|
||||
### 第三步:开始使用
|
||||
|
||||
```bash
|
||||
# 尝试一个命令
|
||||
/plan "添加用户认证"
|
||||
# 尝试一个命令(插件安装使用命名空间形式)
|
||||
/everything-claude-code:plan "添加用户认证"
|
||||
|
||||
# 手动安装(选项2)使用简短形式:
|
||||
# /plan "添加用户认证"
|
||||
|
||||
# 查看可用命令
|
||||
/plugin list everything-claude-code@everything-claude-code
|
||||
|
||||
Reference in New Issue
Block a user