| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
ARA (pronounced ah-rah) is an open package registry and distribution system for AI development artifacts. It provides a standardized way to discover, share, and install reusable components that enhance AI assistants and development workflows.
Think npm for AI — publish once, use everywhere.
| Package Type | Description |
|---|---|
| Custom Agents | Agent configurations with prompts, tools, and behaviors |
| MCP Servers | Model Context Protocol servers that extend AI capabilities |
| Context | Knowledge files, prompt templates, and reference materials |
| Skills | Procedural knowledge via SKILL.md that agents load dynamically |
| Powers | Bundles of MCP tools, steering files, and hooks for specialized knowledge |
| Steering | Persistent knowledge about your projects |
| AGENTS.md | An open format for guiding coding agents |
ARA is designed to work across AI coding agents and agentic frameworks — Kiro, Claude Code, Strand, and others. The specification defines artifacts that are portable, not locked to a single tool or framework.
ARA is built on two open specifications:
ARA operates as a hybrid registry: it can host packages directly or act as a metaregistry pointing to existing sources like npm, PyPI, Docker, and git.
| Repository | Description |
|---|---|
| spec | ARA specification, ara.json format, registry API, and JSON schema |
We welcome contributions from the community. Check out the spec repository to get started, or open an issue to share your ideas.
This project is licensed under the Apache-2.0 License.
| Back | FazBrowse Home | New Git URL |