install-hyper

Symlink Hyper skill folders into Codex, PI, and agent skill directories.

2|1|Updated Apr 20, 2026
One-click install
npx skills add https://github.com/galatanovidiu/hyper7 --skill install-hyper
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: install-hyper
Source: https://github.com/galatanovidiu/hyper7/tree/main/.agents/skills/install-hyper
Command: npx skills add https://github.com/galatanovidiu/hyper7 --skill install-hyper

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Installs, uninstalls, or checks the status of Hyper skill folders across every supported agent skill directory on this machine by symlinking the local repo's skill folders. This enables live edits to take effect without reinstalling and simplifies dev-loop workflows when working on Hyper.

Core Features & Use Cases

  • Symlink Hyper skills into Codex, PI, and other agent skill directories to reflect local changes instantly.
  • Support install, uninstall, and status workflows with auto-detection of existing targets and safe skipping when targets are missing.
  • Useful for developers iterating on Hyper in the hyper7 repository, ensuring tests and demos use the latest local changes.

Quick Start

Run the installer from the hyper7 repository to install Hyper skills across all supported targets.

Frequently Asked Questions about install-hyper

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I symlink skill folders across multiple agent runtimes?

Symlink skill folders across multiple agent runtimes by running the installer from the local repository, which creates symbolic links to the source skills directory in Codex, PI, and ~/.agents/agent skill paths. This enables live edits without reinstalling.

What is the best way to reflect local skill edits instantly in Codex and PI environments?

Reflecting local skill edits instantly in Codex and PI environments is achieved by symlinking the local repository's skill folders into the respective agent skill directories, allowing changes to take effect immediately without manual reinstallation.

Does the symlink installer support uninstall and status check operations?

The symlink installer supports install, uninstall, and status operations, featuring auto-detection of existing targets and safe skipping when target directories are missing from the agent environments.

Can I use this symlink tool to distribute skills across agent directories if a target does not exist?

You can use this symlink tool to distribute skills across agent directories safely, as it performs safe skips for non-existent targets like ~/.Codex/skills/ or ~/.pi/agent/skills/ without causing installation failures.

Why are my installed Hyper skills not updating after I edit the source repository?

Installed Hyper skills not updating after editing the source repository indicates the symlinks may not have been created successfully, requiring a status check operation to verify the links across the supported agent skill directories.