Refactor high-complexity React components in Dify frontend. Use when `pnpm analyze-component...
npx skills add yinhui1984/find_skills_plus
Or install specific skill: npx add-skill https://github.com/yinhui1984/find_skills_plus
# Description
Find agent skills by keyword and enrich results with descriptions. Use when a user asks to discover skills and wants more context than a raw list (e.g., descriptions or comparisons).
# SKILL.md
name: find-skills-plus
description: Find agent skills by keyword and enrich results with descriptions. Use when a user asks to discover skills and wants more context than a raw list (e.g., descriptions or comparisons).
compatibility: Requires Node.js, npm (npx), and network access to skills.sh.
Find Skills Plus
This skill searches the skills registry and enriches each result with a description.
When to Use
Use this skill when the user asks to discover skills and wants more than just a list (e.g., asks for descriptions, comparisons, or short summaries).
How It Works
1) Runs npx skills find <query> to get matching skills.
2) For each result, fetches the skills.sh page and extracts a description (first non-empty paragraph).
3) Prints results in an easy-to-scan format.
Command
node scripts/enrich_find.js "<query>"
Options
--max NLimit number of results to enrich (default: 10)--timeout SECONDSPer-request timeout (default: 10)--concurrency NConcurrent fetches (default: 5)--no-fetchShow list only (skip description fetch)
Output Format
owner/repo@skill
β https://skills.sh/owner/repo/skill
[description]
Notes
- Descriptions are pulled from the skills.sh page when available.
- If the skills.sh page is missing a description, the script falls back to agent-skills.md.
- If a description cannot be found, the output will say "[no description found]".
# README.md
Find Skills Plus
This skill searches the skills registry and enriches each result with a description.
Install
npx skills add yinhui1984/find_skills_plus
When to Use
Use this skill when the user asks to discover skills and wants more than just a list (e.g., asks for descriptions, comparisons, or short summaries).
How It Works
1) Runs npx skills find <query> to get matching skills. Thanks to "find-skills"
2) For each result, fetches the skills.sh page and extracts a description (first non-empty paragraph).
3) Prints results in an easy-to-scan format.
Run
node scripts/enrich_find.js "<query>"
Example

# Supported AI Coding Agents
This skill is compatible with the SKILL.md standard and works with all major AI coding agents:
Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.