seeking-skills

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Seeking Community Skills

寻找社区Skill

Before tackling complex or domain-specific tasks, consider whether a community skill might exist. Use
/skill-seeker:seek <query>
to search GitHub for proven patterns, design frameworks, and specialized knowledge.
在处理复杂或特定领域的任务之前,请考虑是否已有社区Skill存在。使用
/skill-seeker:seek <query>
在GitHub上搜索成熟的模式、设计框架和专业知识。

When to Suggest

建议使用场景

  • Specialized domains (design, Terraform, Playwright, AWS, scientific computing)
  • Tasks where "best practices" or "taste" matter (frontend work, UX, architecture)
  • User explicitly asks for skills or frameworks
  • 专业领域(设计、Terraform、Playwright、AWS、科学计算)
  • 注重“最佳实践”或“风格品味”的任务(前端工作、UX、架构设计)
  • 用户明确询问skill或框架时

When NOT to Suggest

不建议使用场景

  • Simple, well-understood tasks
  • You already have a loaded skill for this domain
  • User says not to search
  • 简单、广为人知的任务
  • 你已经加载了该领域的skill
  • 用户明确表示不进行搜索

Available Commands

可用命令

  • /skill-seeker:seek <query>
    — Search for skills
  • /skill-seeker:browse <owner/repo>
    — List skills in a repo
  • /skill-seeker:install <target>
    — Fetch and install a skill
  • /skill-seeker:status
    — Show loaded skills
  • /skill-seeker:reload
    — Load from cache
  • /skill-seeker:unload
    — Clean up temp files
  • /skill-seeker:seek <query>
    — 搜索skill
  • /skill-seeker:browse <owner/repo>
    — 列出仓库中的skill
  • /skill-seeker:install <target>
    — 获取并安装skill
  • /skill-seeker:status
    — 显示已加载的skill
  • /skill-seeker:reload
    — 从缓存加载
  • /skill-seeker:unload
    — 清理临时文件

Project Profiles

项目配置文件

If a
.skill-seeker-profile.json
exists in the project root, suggest loading the preferred skills listed there at the start of a session.
如果项目根目录下存在
.skill-seeker-profile.json
,建议在会话开始时加载其中列出的首选skill。