Skill Claude CodeCodex
Patterns and constraints for tasks running as Hermes scheduled cron jobs. Covers restricted tools, output delivery, and proven workarounds.
Skill Claude CodeCodex
Patterns and constraints for tasks running as Hermes scheduled cron jobs. Covers restricted tools, output delivery, and proven workarounds.
Skill Claude CodeCodex
The /goal pattern: cron jobs that run until an objective condition is met, checked by an independent model (maker/checker split). Source: loop engineering framework by 0xCodez / Anthropic evaluator-optimizer pattern.
Skill Claude CodeCodex
Gate before creating any cron job: run the 4-condition test + 30-second checklist to determine if loop engineering is worth the token cost. Source: 0xCodez loop engineering framework (June 2026), Anthropic engineering docs, Addy Osmani.
Instructions file
Claude Code instructions for lamenting-hawthorn/supermem, covering claude.md, project overview, build & run commands, install and setup.
MCP server Claude CodeCodexCursor
Persistent AI memory without RAG — four-tier retrieval (SQLite FTS5 → graph → vectors → LLM agent). Runs locally from the supermem Python package.