meeting-prep
01OnlyTerp/hermes-optimization-guide
Skill Claude CodeCodex
Prepare a 1-page brief for an upcoming meeting by combining calendar context, recent threads with attendees, and relevant docs.
OnlyTerp/hermes-optimization-guide
Skill Claude CodeCodex
Prepare a 1-page brief for an upcoming meeting by combining calendar context, recent threads with attendees, and relevant docs.
OnlyTerp/hermes-optimization-guide
Skill Claude CodeCodex
Delegate a PR review to Claude Code with a scoped read-only GitHub PAT.
OnlyTerp/hermes-optimization-guide
Skill Claude CodeCodex
Build human-readable release notes from a range of commits or merged PRs.
OnlyTerp/hermes-optimization-guide
Skill Claude CodeCodex
Weekly LLM cost breakdown by provider / gateway / skill, posted to private DM.
OnlyTerp/hermes-optimization-guide
Skill Claude CodeCodex
Sweep inbox (email + Slack + Telegram DMs) and produce a prioritized action list with suggested replies.
OnlyTerp/hermes-optimization-guide
Skill Claude CodeCodex
Produce a weekly "What's new in Hermes" digest by summarizing merged PRs + active issues from NousResearch/hermes-agent.
OnlyTerp/hermes-optimization-guide
Skill Claude CodeCodex
Run hermes backup, encrypt, upload to remote storage, prune old backups.
OnlyTerp/hermes-optimization-guide
Skill Claude CodeCodex
Classify inbound Telegram DMs, autoreply low-stakes, escalate high-stakes to you.
OnlyTerp/hermes-optimization-guide
Skill Claude CodeCodex
Audit dependencies across configured repos for security advisories, open triage issues.
OnlyTerp/hermes-optimization-guide
Skill Claude CodeCodex
Audit every path that bypasses dangerous-command approval — YOLO, approvals off, commandallowlist entries, cron approve mode, container backends.
OnlyTerp/hermes-optimization-guide
Skill Claude CodeCodex
Audit every configured MCP server — tool filtering, credential scope, last-update, risk flags.
OnlyTerp/hermes-optimization-guide
Skill Claude CodeCodex
Rotate webhook HMACs, API keys, OAuth tokens, and update gateway configs atomically.
OnlyTerp/hermes-optimization-guide
Skill Claude CodeCodex
Classify incoming messages from public channels as spam / prompt-injection-attempt / genuine; quarantine risky ones.
Instructions file CodexOpenCode
Instructions for OnlyTerp/UltraCode-Shim, covering runbook for ai assistants, phase 0 — understand the goal (read once), phase 1 — prerequisites, phase 2 — get the code + baseline check and mac/linux/wsl.
Instructions file CodexOpenCode
AGENTS.md instructions for OnlyTerp/prompt-cache-skills, covering agents.md, what this repo is, what you should do, step 1 — identify which harnesses are in their project and step 3 — report back.
Skill Claude CodeCodex
One-line description of what this fix does and why it matters.
Skill Claude CodeCodex
Aider uses 5min TTL by default and works around long pauses with keepalive pings. Wire up the 1h TTL beta instead.
Skill Claude CodeCodex
Aider's --cache-prompts is off by default. Flip it on for supported models.
Skill Claude CodeCodex
Ladder-aware Cline Anthropic caching — verify the rolling read/write ladder on the wire, then add the tools breakpoint and tune TTL. Updated for the 2026-08 AI-SDK monorepo.
Skill Claude CodeCodex
Cline OpenAI native provider sends no promptcachekey. Add a stable per-task key so cachedtokens stops being zero.
Skill Claude CodeCodex
Cline's system prompt includes a timestamp that may be recomputed per request, invalidating the system-prompt cache.
Skill Claude CodeCodex
Continue's prompt caching is opt-in via config and off by default. Flip the default to systemAndTools.
Skill Claude CodeCodex
Ladder-aware Continue Anthropic caching — verify the rolling ladder on the wire, then enable it by default and add TTL coverage.
Skill Claude CodeCodex
Continue's Gemini provider doesn't use the cachedContents API at all. Add explicit caching for sessions over the minimum token threshold.