7ed67ed5f7
Reduce SKILL.md from ~1020 lines (46KB) to 90 lines by replacing duplicated CLI reference, config tables, troubleshooting, and contributor guides with a local-first navigation index pointing to website/docs/. Pitfalls moved into their proper docs: - configuring-models.md: fixed misleading 'auto' resolution (main provider first, not OpenRouter), added context_length global vs per-model, max_tokens ceiling, and OpenRouter cache defaults - adding-tools.md: new 'After Adding: Restart Required' section - cron-troubleshooting.md: import errors + lazy import definitive fix The skill retains the full What Makes Hermes Different descriptions and Key Rules (prompt caching, role alternation, paths, config vs env, check_fn, fabrication) that guide agent behavior. Follows the pattern from PR #4414 (SKILL.md + references/) and addresses the context budget concern in issue #10666.