Claude Code skills for the Mozilla RelOps team. Each skill gives agents the context and tooling to work with Mozilla's telemetry, CI, and infrastructure systems.
Install all skills:
npx skills add mozilla-platform-ops/agent-skillsInstall a specific skill:
npx skills add mozilla-platform-ops/agent-skills/<skill-name>| Skill | Description |
|---|---|
| redash | Query Mozilla's Redash (sql.telemetry.mozilla.org) for Firefox telemetry data. Covers OS version distribution, DAU/MAU, and architecture breakdown. Requires only a Redash API key. |
- Create
skills/<skill-name>/directory - Add
SKILL.mdwith YAML frontmatter (nameanddescription) - Add optional
references/,scripts/, orassets/subdirectories - Update this README's Available Skills table
- Test with
npx skills add
MPL-2.0 except where noted. Individual skills may use different licenses; check the LICENSE file in each skill directory.