| 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 |
Riela Package Installer
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
Install
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
Existing Installs
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.
Verify
Report:
- install scope
- package id
- source path
- projected skill paths from the install JSON
Expected installed skills include riela-package for Codex and Claude when
the package manager projects both vendors.