From oh-my-agent
Audits prompt cache stability and recommends fixes to improve cache hit consistency.
How this command is triggered — by the user, by Claude, or both
Slash command
/oh-my-agent:cacheThe summary Claude sees in its command listing — used to decide when to auto-load this command
运行专注于缓存的 oma 审计。 用户上下文: $ARGUMENTS 任务: 1. 评估前缀稳定性风险。 2. 识别导致缓存未命中的易变指令或工具更改。 3. 推荐具体修复以提高缓存命中一致性。 输出格式: ## 缓存审计 - 稳定性摘要: - 主要风险: ## 推荐修复 1. ... 2. ... 3. ...
运行专注于缓存的 oma 审计。
用户上下文: $ARGUMENTS
任务:
输出格式:
npx claudepluginhub sswym/oh-my-agent --plugin oh-my-agent/optimize-cacheAnalyzes caching implementations and generates optimization recommendations for hit rates, key design, TTL, invalidation, and multi-level strategies.
/doctorDiagnoses DeepSeek prefix cache churn by fetching a proxy alignment report and env var state, then explains root causes and next steps.
/cacheDesigns multi-layer caching strategies (CDN/app/DB), configures invalidation (TTL/event-based), Redis/Memcached/Varnish, stampede prevention. Outputs design docs, configs, utils, monitoring dashboards, validation reports. Also supports assess, benchmark flags.
/cache-patchApplies a 1-hour cache patch to Claude Code to extend caching duration. Also supports status and restore subcommands.
/candid-optimizeAudits and optimizes context loaded by candid during code reviews — analyzes Technical.md efficiency, exclude patterns, decision register, and config tuning. Supports --dry-run, --apply-all, and --section flags.
/audit-performanceAudits PHP project performance — detects N+1 queries, memory issues, caching gaps, inefficient loops, and algorithm complexity. Supports quick, standard, and deep levels with custom focus areas.