feat(omo-codex): sync shared skills into plugin

This commit is contained in:
YeonGyu-Kim
2026-05-26 20:40:28 +09:00
parent 35ec4a2dbe
commit 22c91629b3
98 changed files with 25420 additions and 1 deletions
@@ -0,0 +1,12 @@
# $name
Bootstrapped with the `programming` skill's Go scaffold.
## Run
```bash
task # fmt + lint + test
task run # build + run server
```
See `AGENTS.md` for architecture conventions.