Initial commit: Hermes Agent skills collection

- Trading skills (OKX, dividend, lottery, quantitative)
- Creative skills (ASCII art, diagrams, video)
- Development skills (GitHub, debugging, TDD)
- Research skills (arXiv, blog monitoring)
- Productivity skills (email, documents, notes)
- MCP integration skills
- Custom user skills
This commit is contained in:
Hermes Skills Manager
2026-07-05 02:31:15 -04:00
commit 6770bc9b9d
908 changed files with 239614 additions and 0 deletions
@@ -0,0 +1,17 @@
# Operations Checklist
Before non-trivial work:
1. read HOT memory
2. read stable proactive memory
3. read session state
4. read the working buffer if context is long or fragile
During work:
1. keep active state current
2. try multiple reasonable approaches before escalating
3. verify implementation, not just wording
After meaningful work:
1. leave one clear next move
2. log any reusable lesson
3. promote repeat wins, not one-off cleverness