一键导入
riela-package-installer
Use when bootstrapping the riela-package package-management skill from the tacogips/riela-packages registry into project or user scope.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when bootstrapping the riela-package package-management skill from the tacogips/riela-packages registry into project or user scope.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when requested work should first be converted into a project-scope Riela workflow and then executed through Riela. Applies to workflow-first implementation, review, refactoring, documentation, or maintenance tasks where no existing package workflow exactly fits, and to requests that explicitly say to work through a project-scope workflow.
Use when creating, modifying, reviewing, or validating riela workflow bundles. Applies to step-addressed workflow.json authoring, node payload files, prompt files, built-in node add-ons, cross-workflow transitions, manager/worker routing, and portable workflows under a workflow root.
Use when creating, validating, or running temporary riela workflows from inline JSON or JSON files without installing a project/user-scope workflow bundle. Applies to --workflow-json, --workflow-json-file, embedded prompt-only payloads, temp workflow payload logs, and dry-run smoke checks.
Use when creating, modifying, reviewing, or validating riela workflow bundles. Applies to step-addressed workflow.json authoring, node payload files, prompt files, built-in node add-ons, cross-workflow transitions, manager/worker routing, and portable workflows under a workflow root.
Use when maintaining the riela-packages registry for package updates, release preparation, publishing registry changes, refreshing riela-package.json checksum and integrity digests, validating packaged workflows, updating README package listings, or doing pre-push release checks for packages under packages/*.
Use when maintaining a riela-packages registry for package updates, release preparation, publishing registry changes, refreshing riela-package.json checksum and integrity digests, validating packaged workflows, updating README package listings, or doing pre-push release checks for packages under packages/*.
| name | riela-package-installer |
| description | Use when bootstrapping the riela-package package-management skill from the tacogips/riela-packages registry into project or user scope. |
| user-invocable | true |
Use this skill when the user wants to install the riela-package skill from a
local tacogips/riela-packages checkout.
This is a bootstrap skill. Its target package is:
riela-package-manager-skill
Default source:
~/gits/tacogips/riela-packages/packages/riela-package-manager-skill
Default to project scope:
riela package install riela-package-manager-skill \
--source ~/gits/tacogips/riela-packages/packages/riela-package-manager-skill \
--output json
Use user scope only when the user asks for a user-wide skill:
riela package install riela-package-manager-skill \
--source ~/gits/tacogips/riela-packages/packages/riela-package-manager-skill \
--scope user \
--output json
If installation reports a duplicate, inspect before replacing:
riela package list --scope auto --output json
riela package status riela-package-manager-skill --output json
Use --overwrite only when the user explicitly asks to replace the installed
package.
Report:
Expected installed skills include riela-package for Codex and Claude when
the package manager projects both vendors.