005-agents-installation
交互选择目标并确定性复制资产,便于快速部署 agent 定义。
会在本地文件系统写入/覆盖 agent 定义文件,需注意目标路径与备份。
将仓库内嵌入的 agent 定义交互式安装到 .cursor/.claude/agents。
把仓库里内嵌的 agent 定义拷贝并安装到项目的 agents 目录(如 .github/agents、.claude/agents、.cursor/agents 或 .codex/agents),流程是交互式选择目标并确定复制内容。需要在初始化机器人代理、把示例 agent 放到本地使用或给 CI/CD 环境引入预设 agent 时用。实现上会按 XInclude 定义做确定性复制,方便复现与批量部署。
▸ 展开 SKILL.md 英文原文
Use when you need to install the embedded robot agents into .github/agents, .claude/agents, .cursor/agents, or .codex/agents, selecting the destination interactively and copying the embedded agent definitions from project assets. This should trigger for requests such as Install embedded agents; Bootstrap .github/agents; Bootstrap .cursor/agents; Bootstrap .claude/agents; Bootstrap .codex/agents; Copy robot agents. Part of Plinth Toolkit
帮我安装这个 skill:https://raw.githubusercontent.com/jabrena/plinth/main/skills/005-agents-installation/SKILL.mdcurl -fsSL "https://raw.githubusercontent.com/jabrena/plinth/main/skills/005-agents-installation/SKILL.md"# Embedded agents installer 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 (`.github/agents`, `.claude/agents`, `.cursor/agents`, or `.codex/agents`) - Deterministic copy of all embedded agents defined via XInclude from `assets/agents` - Idempotent re-installation with clear overwrite reporting ## Constraints This skill installs only the embedded robot agents bundle and must ask for destination before writing files. - **MUST** ask the user to choose `.github/agents`, `.claude/agents`, `.cursor/agents`, or `.codex/agents` b