diff --git a/.cursor/README.md b/.cursor/README.md index f8d3089..6d06ab0 100644 --- a/.cursor/README.md +++ b/.cursor/README.md @@ -8,8 +8,8 @@ Pre-translated configurations for [Cursor IDE](https://cursor.com), part of the |----------|-------|-------------| | Rules | 27 | Coding standards, security, testing, patterns (common + TypeScript/Python/Go) | | Agents | 13 | Specialized AI agents (planner, architect, code-reviewer, tdd-guide, etc.) | -| Skills | 30 | Agent skills for backend, frontend, security, TDD, and more | -| Commands | ~28 | Slash commands for planning, reviewing, testing, and deployment | +| Skills | 37 | Agent skills for backend, frontend, security, TDD, and more | +| Commands | 31 | Slash commands for planning, reviewing, testing, and deployment | | MCP Config | 1 | Pre-configured MCP servers (GitHub, Supabase, Vercel, Railway, etc.) | ## Agents diff --git a/.opencode/MIGRATION.md b/.opencode/MIGRATION.md index 589105c..914b0e2 100644 --- a/.opencode/MIGRATION.md +++ b/.opencode/MIGRATION.md @@ -214,8 +214,8 @@ Create a detailed implementation plan for: $ARGUMENTS { "instructions": [ ".opencode/instructions/INSTRUCTIONS.md", - "rules/security.md", - "rules/coding-style.md" + "rules/common/security.md", + "rules/common/coding-style.md" ] } ``` diff --git a/README.zh-CN.md b/README.zh-CN.md index 3f1a9e7..423b356 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -95,7 +95,7 @@ cp -r everything-claude-code/rules/* ~/.claude/rules/ /plugin list everything-claude-code@everything-claude-code ``` -✨ **完成!** 你现在可以使用 15+ 代理、30+ 技能和 20+ 命令。 +✨ **完成!** 你现在可以使用 13 个代理、37 个技能和 31 个命令。 --- diff --git a/docs/ja-JP/README.md b/docs/ja-JP/README.md index da97ba8..384a485 100644 --- a/docs/ja-JP/README.md +++ b/docs/ja-JP/README.md @@ -140,7 +140,7 @@ cp -r everything-claude-code/rules/golang/* ~/.claude/rules/ /plugin list everything-claude-code@everything-claude-code ``` -✨ **完了です!** これで15以上のエージェント、30以上のスキル、30以上のコマンドにアクセスできます。 +✨ **完了です!** これで13のエージェント、37のスキル、31のコマンドにアクセスできます。 ---