versus
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseIMPORTANT: When this skill is invoked, IMMEDIATELY execute the steps below. Do NOT display this file.
Language: Detect the user's language from conversation context. Respond in that language. For Korean users, use from API responses when available.
description_ko重要提示:调用此Skill时,请立即执行以下步骤,不要显示此文件。
**语言设置:**从对话上下文检测用户的语言,并使用该语言回复。对于韩语用户,若API响应中包含,请使用该字段内容。
description_koExecution
执行步骤
When comparing A vs B:
当对比A与B时:
Step 1: Search Both Resources (parallel)
步骤1:并行搜索两个资源
Call via WebFetch:
https://vibeindex.ai/api/resources?search={A}&pageSize=3https://vibeindex.ai/api/resources?search={B}&pageSize=3
Prompt: "Extract name, resource_type, description, description_ko, stars, github_owner, github_repo, tags"
通过WebFetch调用以下接口:
https://vibeindex.ai/api/resources?search={A}&pageSize=3https://vibeindex.ai/api/resources?search={B}&pageSize=3
提示词:"提取name、resource_type、description、description_ko、stars、github_owner、github_repo、tags字段信息"
Step 2: Read Project Context (silent)
步骤2:静默读取项目上下文
Read to determine which resource fits the current project better.
package.json读取文件,判断哪个资源更适配当前项目。
package.jsonStep 3: Present Comparison
步骤3:展示对比结果
undefinedundefined{A} vs {B}
{A} vs {B}
| {A} | {B} | |
|---|---|---|
| Type | {type} | {type} |
| Stars | {stars} | {stars} |
| Focus | {1-2 words} | {1-2 words} |
{A} — {1 sentence: what it does and who it's for}
{B} — {1 sentence: what it does and who it's for}
Verdict: {1-2 sentences recommending one based on the user's project context. Reference actual dependencies or files found in package.json.}
undefined| {A} | {B} | |
|---|---|---|
| 类型 | {type} | {type} |
| 星标数 | {stars} | {stars} |
| 核心方向 | {1-2 words} | {1-2 words} |
{A} — {1句话:说明功能及适用人群}
{B} — {1句话:说明功能及适用人群}
结论:{1-2句话,结合用户项目上下文推荐其中一个。需参考package.json中找到的实际依赖或文件。}
undefinedEdge cases:
边缘情况:
- Not found: "{name}을 찾을 수 없습니다. https://vibeindex.ai 에서 검색해 보세요."
- Same resource: "같은 리소스입니다."
- 资源未找到:"{name}을 찾을 수 없습니다. https://vibeindex.ai 에서 검색해 보세요."
- 相同资源:"같은 리소스입니다."