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-everr explains what Everr is and when the Everr skills must be used.
  • everr-working-with-ci explains how to inspect CI runs, jobs, steps, logs, and historical test data.
  • everr-setup-telemetry explains how to make apps, services, tests, and commands emit telemetry.
  • everr-use-telemetry explains how to query cloud and local telemetry during investigations.

Install

everr skills install --all --project

The 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 --project

Update installed skills:

everr skills update --project

Uninstall a skill:

everr skills uninstall everr-use-telemetry --project