Official Claude Code marketplace for Project Aria smart glasses development.
This repository hosts a collection of AI coding assistant plugins that help developers build with Project Aria. Each plugin bundles skills, tools, and references for a specific surface of the Aria developer ecosystem.
Add this marketplace to Claude Code:
claude plugin marketplace add https://github.com/facebookresearch/projectaria-plugins.gitThen install any plugin from it:
claude plugin install aria-ark@projectaria-plugins| Plugin | Description |
|---|---|
| aria-ark | Aria Research Kit (ARK) skills — VRS data processing, MPS, calibration, and real-time webapp development (WebSocket streaming, 3D visualization, voice pipeline). |
See CONTRIBUTING.md. All contributors are expected to follow our Code of Conduct. Security issues should be reported per SECURITY.md.
Before opening a PR, run the same checks CI runs:
pip install -r scripts/requirements.txt
python scripts/validate_marketplace.py
python scripts/validate_skills.py
python scripts/check_required_files.py
npx -y markdownlint-cli2 "**/*.md"
codespellProject Aria Plugins is licensed under the Apache License, Version 2.0. See LICENSE for the full text.