SKILL
Type
External
Status
Published
Created
Jun 13, 2026
Updated
Jun 21, 2026
Updated by
Dosu Bot

Bluefin LTS — Skill Router#

For the full skill catalog, see docs/skills/INDEX.md.

For the canonical skill format and improvement mandate, see docs/skills/skill-improvement.md.

For cross-repo hard rules and branch targets, see docs/factory/agentic-model.md.

Agent fast path#

1. docs/skills/INDEX.md # find the skill for your task
2. docs/factory/agentic-model.md # cross-repo rules if working across repos
3. just check && pre-commit run --all-files # before every commit

Quick task routing#

TaskLoad
Local builds, validation, just recipesskills/build.md
CI/CD workflows, publish logic, tag namespaces, pitfallsskills/ci-cd.md
Release pipeline, rollback, registry, ISO statusskills/release.md
CentOS vs Fedora: packages, COPR, akmods, EPELskills/centos-vs-fedora.md
GNOME Shell extensions: add, remove, build patternsskills/gnome-extensions.md
OEM hardware hooks, Framework/Ampere setupskills/hardware.md
Package manifests, cadence, add/remove patternsskills/packages.md
Testing: podman headless vs KubeVirt VM, ghost labskills/testing.md
Writing or updating a skill fileskills/skill-improvement.md
skill-drift CI check failingskills/skill-drift.md
Cross-repo rules, branch targetsfactory/agentic-model.md

Self-improvement mandate#

When you discover a non-obvious pattern, workaround, or convention:

  1. Find the relevant skill file in docs/skills/.
  2. Add the learning as a timeless rule — not a session log.
  3. Remove or replace stale content that contradicts the new learning.
  4. Commit the skill update in the same PR as the change (or push directly to main for doc-only changes).

See docs/skills/skill-improvement.md for the full mandate and canonical format.