ui-potion-discovery

Query the UI Potion index and return top JSON guide URLs and readable pages.

13|1|Updated Mar 23, 2024
One-click install
npx skills add https://github.com/uiPotion/uipotion --skill ui-potion-discovery
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ui-potion-discovery
Source: https://github.com/uiPotion/uipotion/tree/main/src/statics/skills/ui-potion-discovery
Command: npx skills add https://github.com/uiPotion/uipotion --skill ui-potion-discovery

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Identify the best UI Potion guides for a user request by searching the index and returning the most relevant JSON guide URLs and human-readable pages.

Core Features & Use Cases

  • Discover relevant UI Potion guides for a specified component, layout, or feature.
  • Rank results by relevance and tag overlap, returning top JSON guide URLs and human-readable pages.
  • Use Case: A designer asks for a dashboard layout; the skill provides the top JSON guide URL and a readable page to evaluate.

Quick Start

Use the ui-potion-discovery skill to fetch the best matches for a requested component, layout, or feature and display both the JSON guide URL and the human-readable page.

Frequently Asked Questions about ui-potion-discovery

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

FAQPage Schema
How do I find the right UI guide for a specific frontend component?

Finding relevant UI guides involves querying the potion index with a component or layout request to retrieve ranked JSON implementation URLs and readable pages. The skill filters results by category and tags, returning 1-3 matches based on relevance to your frontend request.

What is the best way to discover UI Potion recommendations for a dashboard layout?

Discovering UI Potion recommendations requires requesting a dashboard layout so the skill can search the index and rank guides by tag overlap. It outputs top JSON guide URLs and human-readable pages, helping designers evaluate the best matches for their layout.

How does the potion index rank frontend guidance results?

Ranking frontend guidance results works by filtering the potion index by category and tags, then sorting by relevance and tag overlap. The skill returns 1-3 top matches with JSON implementation URLs and readable pages for your component or feature request.

Can I get UI implementation URLs without browsing the entire potion index?

Getting UI implementation URLs without browsing is possible by describing your component or feature request to the skill. It queries the potion index and returns 1-3 ranked JSON guide URLs and readable pages, eliminating the need for manual index browsing.

Does the UI guide discovery work when the local potion index is unavailable?

When the local potion index is unavailable, UI guide discovery falls back to remote sources. The skill attempts to load the local index first, then queries remote sources, ranking results by relevance to provide JSON URLs and readable pages.

When should I use this skill instead of manually searching for frontend guidance?

You should use this skill instead of manual searching when unsure which UI Potion to use or when requesting recommendations for a component, layout, or feature. It automatically filters by category and tags, ranking guides by relevance to deliver targeted results.