en un clic
agent-spaces
agent-spaces contient 9 skills collectées depuis hunmer, avec une couverture métier par dépôt et des pages de détail sur le site.
Skills dans ce dépôt
把若干 skill 文件夹(每个含 SKILL.md)封装成 Agent Spaces 技能包(skillspackage)。生成符合 packages/templates/skillspackage 规范的 {slug}.zip(内含 manifest.json + PROMPT.md + skills/*.zip)并自动重建商店索引。Use when 用户要把一组 skills 打包成技能包、提到 skillspackage、技能包封装、skill package zip,或要把现成的 skill 集合发布到 Agent Store。
Write, edit, or review Agent Spaces Workflow UI project code from a user-provided project path while looking up Workflow UI renderer, host component, and plugin source from the current working directory instead of MCP/runtime agent tools. Use when an external agent needs to work on Workflow UI React or HTML preview projects, including manifest/mainFile handling, src/ file layout, window.AgentSpacesUI host components, plugin tool calls, config/data helpers, and light/dark theme-safe Tailwind styling.
在 SkillHub 平台查找/搜索 Skill 技能。基于 skills 列表接口,支持关键词分词搜索、一级标签(一级分类)筛选、以及二者组合检索。当用户说『找个 xxx 技能』『有没有处理 PDF 的 skill』『SkillHub 上搜一下 xxx』『按分类看技能』『办公效率类有哪些技能』『推荐一个做数据分析的 skill』『这个需求有现成技能吗』等需要在 SkillHub 上发现/检索/推荐 Skill 的场景时使用本技能。
给本项目(@agent-spaces/web)的页面或组件添加 react-joyride 引导介绍。 Use whenever the user says 添加引导/添加介绍/加指引/onboarding/tour/新手引导/产品引导, or wants to highlight UI elements sequentially to explain a feature flow. 本 skill 已固化本项目的命名约定、i18n 结构、跨页触发机制和 flexlayout tab 锚点方案, 照做即可快速复用,无需重新摸索 API。
批量发布 pnpm/npm workspace 内的公开包到 npm 官方 registry。包含 macOS/Linux 用的 bash 脚本和 Windows 用的 PowerShell 脚本,按依赖顺序逐包 build + publish,自动检查登录状态与官方 registry,跳过 private 包。Use whenever the user wants to publish monorepo packages to npm, says 发布包/发包/npm publish/publish packages/workspace 发布, or wants a reusable publish script for @agent-spaces or any workspace repo.
扫描目录下文件的引用关系,按依赖分组移动文件到新文件夹,自动更新所有 import 路径。Use when user wants to reorganize, refactor file structure, move files, group by dependencies, or clean up directory layout.
Add or change workflow OutputField custom types, input modes, native form configuration, and execution dialog rendering in this repository. Use when updating packages/shared/src/types/workflow.ts, workflow field editors, workflow-properties-utils, or workflow-execution-input-dialog.tsx for a new workflow input/output field type such as select, tag-driven options, file variants, or other native form controls.
扫描目录下文件的引用关系,按依赖分组移动文件到新文件夹,自动更新所有 import 路径。Use when user wants to reorganize, refactor file structure, move files, group by dependencies, or clean up directory layout.
基于 Manus 风格的文件规划系统,用于组织和跟踪复杂任务的进度。创建 task_plan.md、findings.md 和 progress.md 三个文件。当用户要求规划、拆解或组织多步骤项目、研究任务或需要超过5次工具调用的工作时使用。支持 /clear 后的自动会话恢复。触发词:任务规划、项目计划、制定计划、分解任务、多步骤规划、进度跟踪、文件规划、帮我规划、拆解项目