005-agents-installation

仓库创建 2025年2月9日最近提交 3 天前SkillHot 收录 21 天前
▸ 精选理由

交互选择目标并确定性复制资产,便于快速部署 agent 定义。

▸ 风险提示

会在本地文件系统写入/覆盖 agent 定义文件,需注意目标路径与备份。

这个 Skill 做什么

将仓库内嵌入的 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

开发编程安装代理自动化文件操作通用
423
Stars
89
Forks
40
仓库内 Skill
+9
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/jabrena/plinth/main/skills/005-agents-installation/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/jabrena/plinth/main/skills/005-agents-installation/SKILL.md"
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
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有