From 3b8c1579525b27ca26f6531ab020a22edfd39df9 Mon Sep 17 00:00:00 2001 From: Okmin Date: Thu, 19 Feb 2026 12:01:33 +0900 Subject: [PATCH] chore: update skill count from 43 to 46, add 3 iOS 26 skills to directory listing --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 063ca7dd..61e4924f 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, 44 skills, and 32 commands. +✨ **That's it!** You now have access to 13 agents, 47 skills, and 32 commands. --- @@ -252,6 +252,9 @@ 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) +| |-- 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) | |-- commands/ # Slash commands for quick execution | |-- tdd.md # /tdd - Test-driven development @@ -811,7 +814,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 | ✅ 44 skills | ✅ 16 skills | **Claude Code leads** | +| Skills | ✅ 47 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** |