Search autocomplete and type-ahead suggestion optimization for knowledge bases
Optimizes search autocomplete systems by analyzing query logs and configuring suggestion algorithms for knowledge bases.
npx claudepluginhub a5c-ai/babysitterThis skill is limited to using the following tools:
The Autocomplete Engine skill provides specialized capabilities for configuring, optimizing, and maintaining search autocomplete and type-ahead suggestion systems within knowledge management platforms. This skill enables intelligent, responsive search suggestions that improve user experience and reduce time-to-knowledge.
This skill primarily integrates with:
task: Configure autocomplete suggestion index
skill: autocomplete-engine
parameters:
platform: elasticsearch
index_name: knowledge-base-suggestions
config:
analyzer: standard
max_suggestions: 10
min_chars: 2
task: Analyze query logs for suggestion mining
skill: autocomplete-engine
parameters:
log_source: search-analytics
time_range: 30d
min_frequency: 10
output: suggestion-candidates.json
task: Configure personalized suggestions
skill: autocomplete-engine
parameters:
personalization:
user_history: true
role_based: true
recent_searches: 5
weight: 0.3
Key metrics to track for autocomplete optimization:
| Metric | Description | Target |
|---|---|---|
| Suggestion Latency | Time to return suggestions | < 100ms |
| Suggestion Acceptance Rate | % of searches using suggestions | > 40% |
| Position-1 Click Rate | % clicking first suggestion | > 25% |
| Zero-Suggest Rate | % queries with no suggestions | < 10% |
| Typo Recovery Rate | % typos successfully corrected | > 80% |
Activates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.
Search, retrieve, and install Agent Skills from the prompts.chat registry using MCP tools. Use when the user asks to find skills, browse skill catalogs, install a skill for Claude, or extend Claude's capabilities with reusable AI agent components.
This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.