Skip to content

Commit db27ba1

Browse files
committed
chore: update README stats and add Codex platform support
- Stars: 42K+ -> 50K+, forks: 5K+ -> 6K+, contributors: 24 -> 30 - Skills: 43 -> 44 (search-first), commands: 31 -> 32 (learn-eval) - Add Codex to supported platforms in FAQ - Add search-first skill and learn-eval command to directory listing - Update OpenCode feature parity table counts
1 parent 3c833d8 commit db27ba1

1 file changed

Lines changed: 10 additions & 6 deletions

File tree

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
![Java](https://img.shields.io/badge/-Java-ED8B00?logo=openjdk&logoColor=white)
1414
![Markdown](https://img.shields.io/badge/-Markdown-000000?logo=markdown&logoColor=white)
1515

16-
> **42K+ stars** | **5K+ forks** | **24 contributors** | **6 languages supported** | **Anthropic Hackathon Winner**
16+
> **50K+ stars** | **6K+ forks** | **30 contributors** | **6 languages supported** | **Anthropic Hackathon Winner**
1717
1818
---
1919

@@ -143,7 +143,7 @@ For manual install instructions see the README in the `rules/` folder.
143143
/plugin list everything-claude-code@everything-claude-code
144144
```
145145

146-
**That's it!** You now have access to 13 agents, 43 skills, and 31 commands.
146+
**That's it!** You now have access to 13 agents, 44 skills, and 32 commands.
147147

148148
---
149149

@@ -251,6 +251,7 @@ everything-claude-code/
251251
| |-- regex-vs-llm-structured-text/ # Decision framework: regex vs LLM for text parsing (NEW)
252252
| |-- swift-actor-persistence/ # Thread-safe Swift data persistence with actors (NEW)
253253
| |-- swift-protocol-di-testing/ # Protocol-based DI for testable Swift code (NEW)
254+
| |-- search-first/ # Research-before-coding workflow (NEW)
254255
|
255256
|-- commands/ # Slash commands for quick execution
256257
| |-- tdd.md # /tdd - Test-driven development
@@ -260,6 +261,7 @@ everything-claude-code/
260261
| |-- build-fix.md # /build-fix - Fix build errors
261262
| |-- refactor-clean.md # /refactor-clean - Dead code removal
262263
| |-- learn.md # /learn - Extract patterns mid-session (Longform Guide)
264+
| |-- learn-eval.md # /learn-eval - Extract, evaluate, and save patterns (NEW)
263265
| |-- checkpoint.md # /checkpoint - Save verification state (Longform Guide)
264266
| |-- verify.md # /verify - Run verification loop (Longform Guide)
265267
| |-- setup-pm.md # /setup-pm - Configure package manager
@@ -698,11 +700,12 @@ Each component is fully independent.
698700
</details>
699701
700702
<details>
701-
<summary><b>Does this work with Cursor / OpenCode?</b></summary>
703+
<summary><b>Does this work with Cursor / OpenCode / Codex?</b></summary>
702704
703705
Yes. ECC is cross-platform:
704706
- **Cursor**: Pre-translated configs in `.cursor/`. See [Cursor IDE Support](#cursor-ide-support).
705707
- **OpenCode**: Full plugin support in `.opencode/`. See [OpenCode Support](#-opencode-support).
708+
- **Codex**: First-class support with adapter drift guards and SessionStart fallback. See PR [#257](https://github.com/affaan-m/everything-claude-code/pull/257).
706709
- **Claude Code**: Native — this is the primary target.
707710
</details>
708711
@@ -807,8 +810,8 @@ The configuration is automatically detected from `.opencode/opencode.json`.
807810
| Feature | Claude Code | OpenCode | Status |
808811
|---------|-------------|----------|--------|
809812
| Agents | ✅ 13 agents | ✅ 12 agents | **Claude Code leads** |
810-
| Commands |31 commands | ✅ 24 commands | **Claude Code leads** |
811-
| Skills |43 skills | ✅ 16 skills | **Claude Code leads** |
813+
| Commands |32 commands | ✅ 24 commands | **Claude Code leads** |
814+
| Skills |44 skills | ✅ 16 skills | **Claude Code leads** |
812815
| Hooks | ✅ 3 phases | ✅ 20+ events | **OpenCode has more!** |
813816
| Rules | ✅ 8 rules | ✅ 8 rules | **Full parity** |
814817
| MCP Servers | ✅ Full | ✅ Full | **Full parity** |
@@ -828,7 +831,7 @@ OpenCode's plugin system is MORE sophisticated than Claude Code with 20+ event t
828831
829832
**Additional OpenCode events**: `file.edited`, `file.watcher.updated`, `message.updated`, `lsp.client.diagnostics`, `tui.toast.show`, and more.
830833
831-
### Available Commands (31)
834+
### Available Commands (32)
832835
833836
| Command | Description |
834837
|---------|-------------|
@@ -862,6 +865,7 @@ OpenCode's plugin system is MORE sophisticated than Claude Code with 20+ event t
862865
| `/instinct-import` | Import instincts |
863866
| `/instinct-export` | Export instincts |
864867
| `/evolve` | Cluster instincts into skills |
868+
| `/learn-eval` | Extract and evaluate patterns before saving |
865869
| `/setup-pm` | Configure package manager |
866870
867871
### Plugin Installation

0 commit comments

Comments
 (0)