004-commands-installation

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

一键安装项目命令到常用目录,适合贡献者设置开发环境。

▸ 风险提示

会在本地写入/覆盖命令文件,需确认目标路径与权限。

这个 Skill 做什么

将仓库内嵌命令复制到选定的命令目录,支持交互选择目标位置。

把项目里预设的命令文件复制到你选的命令目录(例如 .github/commands、.claude/commands、.cursor/command 等),过程可交互选择目标位置。适合在要引导或部署项目内置命令时使用。会把所有嵌入的命令按可复现方式一并复制,省去手动拷贝步骤。

▸ 展开 SKILL.md 英文原文

Use when you need to install the embedded project commands into command directories (.github/commands, .claude/commands, .cursor/command, .codex/commands), selecting the destination interactively and copying the embedded command definitions from project assets. This should trigger for requests such as Install embedded commands; Bootstrap .cursor/command; Bootstrap .claude/commands; Copy project commands; Install project command suite. Part of Plinth Toolkit

开发编程命令安装交互式项目维护通用
423
Stars
89
Forks
40
仓库内 Skill
+9
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/jabrena/plinth/main/skills/004-commands-installation/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/jabrena/plinth/main/skills/004-commands-installation/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Embedded commands installer

Install a predefined set of embedded project commands from repository assets into a user-selected target directory. This is an interactive skill.

**What is covered in this Skill?**

- Interactive target selection (`.github/commands`, `.claude/commands`, `.cursor/command`, or `.codex/commands`)
- Deterministic copy of all embedded commands defined via XInclude from `assets/commands`
- Idempotent re-installation with clear overwrite reporting
- Support for four command framework destinations

## Constraints

This skill installs only the embedded project commands bundle and must ask for destination before writing files.

- **MUST** ask the user to choose one of f
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有