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. Add the marketplace and install it from within Claude Code:
/plugin marketplace add FullStack-Engineering/hypr-framework /plugin install hypr@hypr
This adds the Hypr commands to your Claude Code environment. You can also install
from a local clone with /plugin marketplace add ~/hypr.
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/
planning-agent.md
frontend-agent.md
backend-agent.md
skills/ # optional skills installed via /hypr:add
features/
feature-001-*.md