From 1e79991407db011378fe9ab73551ccc88cbabf82 Mon Sep 17 00:00:00 2001 From: Okmin Date: Tue, 24 Feb 2026 11:49:54 +0900 Subject: [PATCH] fix(readme): correct skill count to 48 and add missing skill-stocktake to directory listing --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 61e4924f..1ffa4aec 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,7 @@ For manual install instructions see the README in the `rules/` folder. /plugin list everything-claude-code@everything-claude-code ``` -✨ **That's it!** You now have access to 13 agents, 47 skills, and 32 commands. +✨ **That's it!** You now have access to 13 agents, 48 skills, and 32 commands. --- @@ -252,6 +252,7 @@ everything-claude-code/ | |-- swift-actor-persistence/ # Thread-safe Swift data persistence with actors (NEW) | |-- swift-protocol-di-testing/ # Protocol-based DI for testable Swift code (NEW) | |-- search-first/ # Research-before-coding workflow (NEW) +| |-- skill-stocktake/ # Audit skills and commands for quality (NEW) | |-- liquid-glass-design/ # iOS 26 Liquid Glass design system (NEW) | |-- foundation-models-on-device/ # Apple on-device LLM with FoundationModels (NEW) | |-- swift-concurrency-6-2/ # Swift 6.2 Approachable Concurrency (NEW) @@ -814,7 +815,7 @@ The configuration is automatically detected from `.opencode/opencode.json`. |---------|-------------|----------|--------| | Agents | ✅ 13 agents | ✅ 12 agents | **Claude Code leads** | | Commands | ✅ 32 commands | ✅ 24 commands | **Claude Code leads** | -| Skills | ✅ 47 skills | ✅ 16 skills | **Claude Code leads** | +| Skills | ✅ 48 skills | ✅ 16 skills | **Claude Code leads** | | Hooks | ✅ 3 phases | ✅ 20+ events | **OpenCode has more!** | | Rules | ✅ 8 rules | ✅ 8 rules | **Full parity** | | MCP Servers | ✅ Full | ✅ Full | **Full parity** |