Public skills repository for Norrix.
This repo intentionally follows the common ecosystem pattern of:
- one top-level
skills/directory - one directory per skill
- one
SKILL.mdfile per skill directory
Inspired by the structure used in public skills repositories such as
anthropics/skills, but kept intentionally simple for Norrix.
skills/
norrix-docs/
SKILL.md
norrix-cli/
SKILL.md
norrix-ota/
SKILL.md
norrix-docs: Guidance for usinghttps://docs.norrix.net/as the canonical source of truth.norrix-cli: Guidance for CLI workflows and command selection.norrix-ota: Guidance for OTA update workflows and compatibility checks.
- Keep each skill focused on a single capability.
- Prefer stable, public references (docs URLs) inside skill instructions.
- Update version/date sections in each
SKILL.mdwhen changing behavior.