Skip to content
Home

代理技能

代理技能是包含指令、脚本和资源的文件夹,代理可以发现并使用这些技能,更准确、更高效地完成任务。虽然代理的能力越来越强,但他们通常缺乏完成实际工作所需的上下文。技能通过让代理访问程序化知识以及公司、团队和用户的特定上下文来解决这个问题,这些内容可以按需加载。拥有一组技能的代理可以根据他们正在处理的任务来扩展能力。

🌐 Agent Skills are folders of instructions, scripts, and resources that agents can discover and use to do things more accurately and efficiently. Agents are increasingly capable, but often don't have the context they need to do real work reliably. Skills solve this by giving agents access to procedural knowledge and company-, team-, and user-specific context they can load on demand. Agents with access to a set of skills can extend their capabilities based on the task they're working on.

安装技能 #

🌐 Installing skills

使用技能 CLI 安装所有 Supabase 技能:

🌐 Install all Supabase skills using the skills CLI:

1
npx skills add supabase/agent-skills

从仓库安装特定技能:

🌐 To install a specific skill from the repository:

1
npx skills add supabase/agent-skills --skill SKILL_NAME

技能默认会安装在项目范围内,这样它们会放在你的仓库里,让贡献者和云代理都使用相同的设置。如果想在所有项目中安装,可以传入 --global

🌐 Skills are installed at project scope by default, placing them in your repository so contributors and cloud agents all share the same setup. Pass --global to install across all your projects instead.

通过传递 --all 可以同时为所有检测到的代理添加技能。更多选项请参见技能包

🌐 Add skills for all detected agents at the same time by passing --all. See the skills package for more options.

你也可以使用 Supabase 插件 for AI 编码代理 一起安装代理技能和 Supabase MCP 服务器,实现一次性组合安装。

🌐 You can also install the agent skills together with the Supabase MCP server using the Supabase Plugin for AI Coding Agents for a combined one-step setup.

可用技能 #

🌐 Available skills

Unable to load AI skills at the moment.

寻找更多技能 #

🌐 Finding more skills

浏览 skills.sh 目录 来发现社区的技能。你也可以使用 CLI 来搜索技能:

🌐 Browse the skills.sh directory to discover skills from the community. You can also search for skills using the CLI:

1
npx skills find QUERY

了解更多 #

🌐 Learn more