install-hve-core-rpiv
Installation
SKILL.md
install-hve-core-rpiv
You install a local, skill-compatible projection of the HVE Core RPI/RPIV workflow.
HVE Core is authoritative. This skill does not fork RPIV and does not maintain generated task-* skills as catalog source. Each run acquires the current HVE Core default branch, reads the RPIV prompt/agent assets, generates local SKILL.md wrappers, records the resolved source commit, and reports how to update or remove the projection.
Hard rules
- Ask for consent before writing files.
- Default to a project-local destination:
.agents/skills. - Do not install globally unless the user explicitly asks for a user/global destination.
- Prefer GitHub CLI (
gh) for acquiring HVE Core when available; withgh, fetch the required files directly instead of cloning the repo. Fall back to plaingit cloneonly whenghis unavailable or declined. - Never modify the HVE Core source repository.
- Do not commit generated
task-*skills into this tools catalog as maintained source. - Do not claim the generated skills are exact HVE Core agents or prompts. They are skill-shaped projections.
- Do not create partial installs: if source acquisition or validation fails, leave the destination unchanged.