Claude Skills · Support

Semantic Cache Designer

imtiazrayhan/agentscamp-library

Design a semantic cache for LLM responses — serve a cached answer when a new query is similar enough to a past one — to cut cost and latency on repetitive traffic, with the similarity threshold calibrated on real query pairs and a cache key that prevents cross-user/model leaks. Use when an LLM app sees many near-duplicate prompts (FAQs, support, search), when token spend on repetitive queries is high, or when latency on common questions matters.

★ 1 Synced 2 hours ago View SKILL.md

At a glance

Support Manual install Actively maintained v1.0.0

This skill is for Support and helps you design a semantic cache for llm responses, reduce token spend on repetitive queries, and lower latency on common support questions.

Install git clone --depth 1 https://github.com/imtiazrayhan/agentscamp-library cp -r agentscamp-library/skills/semantic-cache-designer ~/.claude/skills/semantic-cache-designer
Can use ReadSearchEdit

Setup, runtime and requirements describe imtiazrayhan/agentscamp-library, the repo this skill ships in.

Semantic Cachellm-optimizationcost-reductionLatencySimilarity MatchingFaq

Also in imtiazrayhan/agentscamp-library

View the repo
Accessibility Regression Auditor Code Review & Testing

Audit a UI change for accessibility regressions by combining automated checks with keyboard, focus, semantic, name-role-value, contrast, zoo...

Adr Writer Coding

Write an Architecture Decision Record capturing a decision the user describes, in Michael Nygard ADR format (Status, Context, Decision, Cons...

Agent Memory Designer DevOps & Infrastructure

Design a project's CLAUDE.md and memory hierarchy by exploring the repo to learn its real build/test/lint commands, architecture, and non-ob...

Evaluate a multi-step AI agent's whole run — tool calls, intermediate steps, and final result — not just final-answer correctness, so you ca...

Alerting Rules Tuner DevOps & Infrastructure

Cut alert noise and make every page mean something — rewrite alerting rules to fire on user-felt symptoms (error rate, latency SLO burn, fai...

API Deprecation Planner DevOps & Infrastructure

Plan the retirement of an API endpoint, field, event, tool, or version without surprising active consumers. Use when replacing an interface,...

Design or normalize an API's error contract so clients get stable machine-readable codes, safe human messages, field-level validation detail...

Generate accurate architecture diagrams as Mermaid — straight from the codebase, not from imagination — by first choosing which view answers...

Auth Flow Reviewer Code Review & Testing

Read-only review of authentication AND authorization flows — session/token model, cookie flags, CSRF, token rotation, password-reset/email-v...

Background Job Reliability Auditor DevOps & Infrastructure

Audit scheduled jobs, queue consumers, workers, and asynchronous workflows for delivery assumptions, idempotency, retries, poison messages,...

Branch Rebaser Code Review & Testing

Rebase the current branch onto its base and walk every conflict methodically, resolving each by understanding both sides. Use when your feat...

Bundle Analyzer DevOps & Infrastructure

Analyze a JS/TS production bundle and surface the biggest size wins — heavy dependencies, duplicate packages, missing code-splitting, oversi...

Other Support skills

To Tickets mattpocock/skills

Break a plan, spec, or the current conversation into a set of tracer-bullet tickets, each declaring its blocking edges, published to the con...

Implement mattpocock/skills

Implement a piece of work based on a spec or set of tickets.

Wayfinder mattpocock/skills

Plan a huge chunk of work — more than one agent session can hold — as a shared map of decision tickets on your issue tracker, and resolve th...

Gws Modelarmor googleworkspace/cli

Google Model Armor: Filter user-generated content for safety.

Persona Customer Support googleworkspace/cli

Manage customer support — track tickets, respond, escalate issues.

Atlassian MCP Jeffallan/claude-skills

Integrates with Atlassian products to manage project tracking and documentation via MCP protocol. Use when querying Jira issues with JQL fil...