feat: add Tool Use Guardian + RecallMax (free agent skills) (#298)
* feat: add Tool Use Guardian + RecallMax — free agent reliability & memory skills
Two free skills from the Genesis Agent Marketplace:
- **Tool Use Guardian**: Intelligent tool-call reliability wrapper. Monitors,
retries, fixes, and learns from tool failures. Auto-recovers from truncated
JSON, timeouts, rate limits, and mid-chain failures.
- **RecallMax**: God-tier long-context memory. Injects 500K-1M clean tokens,
auto-summarizes with tone/intent preservation, compresses 14-turn history
into 800 high-density tokens.
Both are free forever and work with Claude, Codex, Gemini, Copilot, Cursor,
Windsurf, Antigravity, and any SKILL.md-compatible agent.
Install:
npx skills add christopherlhammer11-ai/tool-use-guardian
npx skills add christopherlhammer11-ai/recallmax
* docs: add source credits for genesis skills
---------
Co-authored-by: Mia Hammer <miahammer@Mac.attlocal.net>
Co-authored-by: sck_0 <samujackson1337@gmail.com>