search_experience

Retrieve historical error resolutions and configuration experience using BM25 scoring.

6|2|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/valkryhx/google_adk_agent --skill search-experience
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: search_experience
Source: https://github.com/valkryhx/google_adk_agent/tree/main/skills/search_exp
Command: npx skills add https://github.com/valkryhx/google_adk_agent --skill search-experience

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides immediate access to a knowledge base of historical error resolutions and configuration best practices, preventing time wasted on recurring issues.

Core Features & Use Cases

  • Error Resolution: Automatically searches for solutions to specific error messages encountered during execution.
  • Configuration Assistance: Helps find correct commands and configurations for tools like git, docker, and internal systems.
  • Use Case: When a git clone command fails with an SSL certificate error, this Skill can quickly retrieve the exact commands needed to configure the internal proxy and resolve the issue.

Quick Start

Use the search_experience skill with the exact error message "SSL certificate problem: unable to get local issuer certificate".

Frequently Asked Questions about search_experience

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find past solutions for recurring runtime errors and deployment issues?

You can find past solutions for recurring runtime errors by retrieving historical error resolutions from a local knowledge base. This uses a layered indexing approach with BM25 scoring to match exact error messages and instantly surface applicable fixes.

What is the best way to troubleshoot a git clone SSL certificate problem?

To troubleshoot a git clone SSL certificate problem, search the local knowledge base using the exact error message. It instantly retrieves the specific commands needed to configure your internal proxy and resolve the environment setup issue.

How does a local knowledge base retrieve configuration experience for system administration tasks?

A local knowledge base retrieves configuration experience by using BM25 scoring to match queries against historical resolutions. It employs lazy loading of detailed solutions from JSON files to provide exact commands for tools like git and docker.

Can I use this troubleshooting approach for environment setup and deployment failures?

Yes, you can use this troubleshooting approach for environment setup and deployment failures. It is specifically applicable to software development and system administration tasks requiring resolution of runtime errors and configuration issues.

Do I need any external dependencies to search past error resolutions?

You do not need external dependencies to search past error resolutions. The Skill operates independently using a local knowledge base and relies solely on its internal scripts to index and retrieve solutions from JSON files.

Why does my error resolution search not returning the correct configuration commands?

Your error resolution search might fail if the exact error message is not indexed in the local knowledge base. Accurate retrieval depends on matching the query string using BM25 scoring against the stored historical resolutions.