003-agents-installation

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Embedded agents installer

嵌入式Agent安装程序

Install a predefined set of embedded agent definitions from repository assets into a user-selected target directory. This is an interactive skill.
What is covered in this Skill?
  • Interactive target selection (
    .cursor/agents
    or
    .claude/agents
    )
  • Deterministic copy of the embedded six-agent bundle
  • Idempotent re-installation with clear overwrite reporting
从仓库资源中把预定义的嵌入式Agent定义集合安装到用户选择的目标目录下,这是一个交互式Skill。
本Skill涵盖哪些功能?
  • 交互式选择目标路径(
    .cursor/agents
    .claude/agents
  • 确定性复制包含6个Agent的嵌入式包
  • 幂等的重新安装机制,会清晰上报覆盖操作

Constraints

约束条件

This skill installs only the embedded robot agents bundle and must ask for destination before writing files.
  • MUST ask the user to choose
    .cursor/agents
    or
    .claude/agents
    before installing
  • MUST copy all embedded files from
    skills-generator/src/main/resources/system-prompts/assets/agents/
  • MUST preserve file names and report overwrite actions
本Skill仅安装嵌入式机器人Agent包,写入文件前必须询问目标位置。
  • 必须在安装前询问用户选择
    .cursor/agents
    .claude/agents
  • 必须复制
    skills-generator/src/main/resources/system-prompts/assets/agents/
    路径下的所有嵌入式文件
  • 必须保留原有文件名,并上报覆盖操作

When to use this skill

何时使用本Skill

  • Install embedded agents
  • Bootstrap .cursor/agents
  • Bootstrap .claude/agents
  • Copy robot agents
  • 安装嵌入式Agent
  • 初始化.cursor/agents目录
  • 初始化.claude/agents目录
  • 复制机器人Agent

Reference

参考

For detailed guidance, examples, and constraints, see references/003-agents-installation.md.
如需获取详细指南、示例和约束说明,请查看 references/003-agents-installation.md