Skip to content

mozilla-platform-ops/agent-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

agent-skills

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.

Installation

Install all skills:

npx skills add mozilla-platform-ops/agent-skills

Install a specific skill:

npx skills add mozilla-platform-ops/agent-skills/<skill-name>

Available Skills

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.

Adding New Skills

  1. Create skills/<skill-name>/ directory
  2. Add SKILL.md with YAML frontmatter (name and description)
  3. Add optional references/, scripts/, or assets/ subdirectories
  4. Update this README's Available Skills table
  5. Test with npx skills add

License

MPL-2.0 except where noted. Individual skills may use different licenses; check the LICENSE file in each skill directory.

Links

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages