Reference
Skills
Install bundled Everr skills for supported coding assistants.
Overview
Everr ships bundled skills for coding assistants that need CI and telemetry context.
using-everrexplains what Everr is and when the Everr skills must be used.everr-working-with-ciexplains how to inspect CI runs, jobs, steps, logs, and historical test data.everr-setup-telemetryexplains how to make apps, services, tests, and commands emit telemetry.everr-use-telemetryexplains how to query cloud and local telemetry during investigations.
Install
everr skills install --all --projectThe installer manages bundled Everr skills as a set.
Use --global when you want the skills available outside the current repository.
Project installs write the canonical skills to .agents/skills. For Claude Code, Everr also creates provider symlinks under .claude/skills. Global installs write the skills under ~/.agents/skills and link them into supported global provider directories.
Manage installed skills
List installed skills:
everr skills list --projectUpdate installed skills:
everr skills update --projectUninstall a skill:
everr skills uninstall everr-use-telemetry --project