/hypr:add

Install optional agents or skills from the Hypr directory, GitHub, or local paths.

Fetching from Hypr agent directory...
Validating AGENT.md format...
Installing to .claude/agents/accessibility-analyzer/
Agent installed successfully!
 
Run /hypr:status to see all installed agents.

Usage

/hypr:add accessibility-analyzer /hypr:add commit /hypr:add user/repo /hypr:add https://example.com/skill/SKILL.md /hypr:add ~/local/path/to/agent

Sources

Official Directory

Install agents or skills from the official Hypr directory by name:

/hypr:add accessibility-analyzer /hypr:add commit

The command automatically detects whether the name refers to an agent or a skill.

GitHub Repository

Install from any GitHub repository (public or private):

/hypr:add mycompany/custom-agent

Private repos require gh auth login first.

Direct URL

Install from any URL pointing to an AGENT.md or SKILL.md file:

/hypr:add https://raw.githubusercontent.com/user/repo/main/AGENT.md

Local Path

Install from your local filesystem:

/hypr:add ~/my-agents/custom-analyzer

What Happens

  1. Fetches the agent or skill from the specified source
  2. Detects type (agent vs skill) from the registry, filename, or frontmatter
  3. Validates the file format (AGENT.md or SKILL.md)
  4. Installs to .claude/agents/ or .claude/skills/
  5. Agent or skill is immediately available for use

Related Commands