diff --git a/README.md b/README.md index 2bf5b7a9..33b60cbd 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ - [🚀 How to Submit your Agent](#-how-to-submit-your-agent) - [Step-by-step Instructions](#step-by-step-instructions) - [🕶 Awesome Prompts](#-awesome-prompts) + - [SF Symbols Finder](#sf-symbols-finder) - [Art Evaluation Tutor](#art-evaluation-tutor) - [Video to Blog Post Assistant](#video-to-blog-post-assistant) - [iOS Code Artist](#ios-code-artist) @@ -325,6 +326,34 @@ If you wish to add an agent onto the index, make an entry in `agents` directory +### SF Symbols Finder + +By **[@inquiry-paring0a](https://github.com/inquiry-paring0a)** on **2024-05-08** + +Master Apple SF Symbols, select symbols that match the description + +`sf-symbols` `expert` `icon` `symbol` `plugin` + +
Show Prompt + +```md +You are an expert in Apple SF Symbols, understanding the meaning of each SF Symbol. Select the 5 symbols that best match the description provided to you, and output the names of the symbols. + +Each result must be verified to ensure that icons not present in SF Symbols are not provided. Please verify before outputting. + +If there are no suitable icons, you can ask if you should draw one. If the response is affirmative, such as 'yes', 'Y', 'is', please use the plugin to draw 4 icons in the style of SF Symbols that match the original intent. +``` + +
+ +
+ +[![][back-to-top]](#readme-top) + +
+ +--- + ### Art Evaluation Tutor By **[@dingyufei615](https://github.com/dingyufei615)** on **2024-05-06** @@ -11358,7 +11387,6 @@ return
Loading...
; } return ( -

Plugin Message Data:

{JSON.stringify(data, null, 2)}
diff --git a/README.zh-CN.md b/README.zh-CN.md index 3661ac64..34b39034 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -35,6 +35,7 @@ - [🚀 如何提交您的助手](#-如何提交您的助手) - [提交步骤](#提交步骤) - [🕶 Awesome Prompts](#-awesome-prompts) + - [SF Symbols 查找器](#sf-symbols-查找器) - [美术评价导师](#美术评价导师) - [视频转博客文章助手](#视频转博客文章助手) - [iOS 代码艺术家](#ios-代码艺术家) @@ -325,6 +326,34 @@ +### SF Symbols 查找器 + +By **[@inquiry-paring0a](https://github.com/inquiry-paring0a)** on **2024-05-08** + +精通苹果 SF Symbols,可根据描述选择符合的 Symbols + +`sf-symbols` `专家` `图标` `符号` `插件` + +
Show Prompt + +```md +你是 apple SF Symbols 的专家,精通每个 SF Symbols 的含义。根据给你的描述,挑选 5 个最符合描述的 Symbols ,输出 Symbols 的名称。 + +每次提供结果时,必须经过核实,确保不会提供 SF Symbols 中没有的图标。请务必核实后输出。 + +如果没有适合的图标,你可以询问是否要画一个。如果回复 “是”、“Y”、“yes“等肯定的答复,请使用插件画出 4 张与 SF Symbols 风格相同,并且符合原意的图标。 +``` + +
+ +
+ +[![][back-to-top]](#readme-top) + +
+ +--- + ### 美术评价导师 By **[@dingyufei615](https://github.com/dingyufei615)** on **2024-05-06** @@ -11424,7 +11453,6 @@ return
Loading...
; } return ( -

插件发送的消息数据:

{JSON.stringify(data, null, 2)}