Loading...

Installation

Get Hypr set up in your project in a few simple steps.

Prerequisites

  • Claude Code CLI installed and configured
  • An existing codebase with established patterns
  • Node.js 18+ (for JavaScript/TypeScript projects)

Install via Claude Code

Hypr is distributed as a Claude Code plugin. Install it by running:

claude plugins install hypr

This adds the Hypr commands to your Claude Code environment.

Verify Installation

Check that Hypr is installed correctly:

/hypr:status

This shows the current Hypr setup status and available agents.

Project Structure

After running assessments, Hypr creates files in your project:

.claude/
  agents/
    frontend-executor/
      AGENT.md
    backend-executor/
      AGENT.md
    feature-planner/
      AGENT.md
    code-reviewer/
      AGENT.md
  patterns/
    frontend-patterns.md
    backend-patterns.md

Next Steps

Continue to Quick Start