search-guides

Guide developers to extend the Search app with new providers, settings, and screens.

49|3|Updated Nov 7, 2025
One-click install
npx skills add https://github.com/mrndstvndv/Search --skill search-guides
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: search-guides
Source: https://github.com/mrndstvndv/Search/tree/main/.opencode/skill/search-guides
Command: npx skills add https://github.com/mrndstvndv/Search --skill search-guides

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Clear, structured guidance for developers to extend the Search app with new providers, settings, and screens, ensuring consistent architecture and practices.

Core Features & Use Cases

  • Step-by-step provider scaffolding
  • Settings and UI integration guidelines
  • Project structure, naming conventions, migrations, and design patterns
  • Real-world scenarios: adding a provider and its associated settings screen

Quick Start

Follow the five steps to add a new provider, register it, and expose it in settings and ranking.

Frequently Asked Questions about search-guides

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

FAQPage Schema
How do I add a new search provider to an existing Android app?

To add a new search provider, follow the step-by-step scaffolding process to create, register, and expose the provider in settings and ranking. This ensures consistent architecture and scalable integrations.

What is the process for integrating new settings and screens into an Android search app?

Integrating new settings and screens requires following specific UI integration guidelines and project conventions. The process covers structure, naming conventions, and migrations to ensure consistent design patterns.

How do I register a search provider and expose it in app settings?

Registering a search provider involves a five-step quick start process to scaffold the provider, register it within the architecture, and expose it through settings and ranking configurations.

Does this guide cover database migrations and naming conventions for Android search providers?

Yes, the guide covers database migrations, naming conventions, project structure, and design patterns to ensure consistent and scalable integrations across typical Android projects.

What's the best way to structure an Android project when extending search functionality?

The best way to structure an Android project extending search functionality is to follow documented project conventions, code structure guidelines, and design patterns that ensure consistent, scalable integrations.