S-Dreamer commited on
Commit
d15a00d
·
verified ·
1 Parent(s): 338e396

Create huggingface-skill-discovery/SKILL.md

Browse files
huggingface-skill-discovery/SKILL.md ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ name: huggingface-skill-discovery
3
+ description: Discover Hugging Face agent skills by querying Spaces and filtering relevant results.
4
+ ---
5
+
6
+ # When to use
7
+ Use this skill when the user asks to find, browse, or select Hugging Face agent skills.
8
+
9
+ # Instructions
10
+
11
+ 1. Determine if the user provided a keyword:
12
+ - If yes, use it to refine the search
13
+ - If no, list all available agent skills
14
+
15
+ 2. Perform the search:
16
+ - Query Hugging Face Spaces tagged with "agent-skill"
17
+ - If a keyword is present, apply it as a filter
18
+
19
+ 3. Post-process results:
20
+ - Remove unrelated Spaces
21
+ - Prioritize official or well-maintained entries
22
+ - Summarize each skill with its purpose
23
+
24
+ 4. Return:
25
+ - A concise list of relevant skills
26
+ - Include names and short descriptions