Thanks for your interest in contributing to this repository.
This repository contains agent skills and reference documentation for Meta Quest and Horizon OS development. Before contributing, please review our Code of Conduct.
Contributions are accepted through GitHub pull requests.
- Fork the repository.
- Create a feature branch from
main. - Make your changes in a focused commit series.
- Open a pull request with a clear description of what changed and why.
For issues and feature requests, use GitHub Issues: https://github.com/meta-quest/agentic-tools/issues
Each skill lives in its own directory under skills/ and should follow this pattern:
SKILL.md-- the skill definition and workflow instructions- optional supporting directories such as
references/,scripts/,assets/,examples/, andagents/
Use skills/hz-vr-debug/SKILL.md and skills/hzdb-cli/SKILL.md as current examples for structure, style, and level of detail.
When writing or updating skills:
- Every skill requires a
SKILL.mdfile. - Supporting directories such as
references/,scripts/,assets/,examples/, andagents/are optional. Do not assumereferences/is the only valid layout. - Prefer linking to docs/hzdb.md or existing
skills/hzdb-cli/references/content instead of duplicating common hzdb command guidance. - Keep guidance direct, practical, and action-oriented
- Use clear GitHub Flavored Markdown (GFM) formatting
- Prefer short sections and scannable checklists
- Keep documentation concise and avoid unnecessary background
- Include concrete commands and verification steps when helpful
If you find an issue in a skill or reference document, open an issue at: https://github.com/meta-quest/agentic-tools/issues
Please include:
- The skill name and file path
- A clear description of the problem
- Suggested correction (if available)
All contributors must sign the Meta Contributor License Agreement (CLA) before pull requests can be merged.
This project follows the Contributor Covenant Code of Conduct. Please report unacceptable behavior to opensource-conduct@meta.com.