Update AGENTS.md

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
Trevin Chow
2026-05-16 18:42:14 -07:00
committed by GitHub
parent 1fd763e09f
commit 9fe4b8f130
+1 -1
View File
@@ -16,9 +16,9 @@ Agent Skills package for researching any topic across Reddit, X, YouTube, and we
## Commands
```bash
# Dev/fallback: direct engine invocation (scripting, cron, or engine testing only)
python3 skills/last30days/scripts/last30days.py "test query" --emit=compact
npx skills add . -g -y # one-time: symlink this repo into every detected harness's skill dir
```
## Rules
- `lib/__init__.py` must be bare package marker (comment only, NO eager imports)