haira

Explain Haira syntax and map user questions to language concepts.

5|1|Updated Nov 30, 2025
One-click install
npx skills add https://github.com/mrzdevcore/haira --skill haira
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: haira
Source: https://github.com/mrzdevcore/haira/tree/main/.claude/skills/haira
Command: npx skills add https://github.com/mrzdevcore/haira --skill haira

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Haira knowledge helps users understand the language, write .haira code, and reason about agentic constructs such as providers, tools, agents, and workflows.

Core Features & Use Cases

  • Provides comprehensive Haira language reference, syntax rules, and standard library overview.
  • Guides on writing providers, tools, agents, and workflows with correct patterns and best practices.
  • Use case: a developer new to Haira can quickly learn syntax and common patterns to implement a small agent and a workflow.

Quick Start

Instruct Haira to explain a language feature or help you start a new .haira project.

Frequently Asked Questions about haira

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

FAQPage Schema
What is an agentic workflow and how do providers, tools, and agents interact?

An agentic workflow orchestrates providers, tools, and agents to execute automated tasks. Providers supply models, tools perform actions, and agents coordinate these components to complete multi-step workflows using Haira syntax.

How do I write a .haira file to define a new agent and its workflow?

To write a .haira file, you define agents, tools, and workflows using Haira syntax. You map user questions to Haira constructs, specifying providers and agentic patterns to build a functional automated workflow.

Can I use Haira syntax to build workflows without prior knowledge of agentic constructs?

Yes, Haira syntax is designed for developers to quickly learn common patterns. The language reference provides syntax rules and standard library overviews to help you implement agents and workflows from scratch.

What is the best way to structure providers and tools when building an agentic workflow?

The best way to structure providers and tools is by following Haira's standard library patterns. You define providers to supply models and tools to execute actions, ensuring correct syntax and best practices for safe agentic workflows.

Why does my agentic workflow fail to map user questions to the correct Haira constructs?

Agentic workflows fail to map questions when syntax is incorrect or constructs are misapplied. Ensure safety and correctness by relying on frontmatter, described usage, and precise Haira syntax for providers, agents, and workflows.