Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

omniglass-legacy

omniglass-legacy contient 5 skills collectées depuis hyperscaleav, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
5
Stars
2
mis à jour
2026-06-16
Forks
0
Couverture métier
2 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

cve-remediation
Développeurs de logiciels

Use this skill when resolving Docker Scout CVE findings in Omniglass container images (the `make scan` / `/scan` gate). Covers the build→scan→triage→pin→re-scan loop, the SBOM-project-name vs apk-package-name mapping gotcha, when to pin vs allowlist, and the rule that a CVE with an available fix is never allowlisted.

2026-06-16
docs-page
Développeurs de logiciels

Use this skill when adding or substantially editing a page in the Astro Starlight docs site at docs/src/content/docs/. Handles the file layout, frontmatter format, sidebar registration in astro.config.mjs (the easy-to-miss step that leaves new pages unlinked), internal link conventions, and the .md vs .mdx choice.

2026-04-10
new-migration
Architectes de bases de données

Use this skill when adding a new dbmate migration to db/migrations/. Enforces the YYYYMMDDHHMMSS filename prefix and the idempotency requirement. Migrations must be safe to apply against existing instances that may already have partial state.

2026-04-10
worktree-pr
Développeurs de logiciels

Use this skill at the start of any change request. Creates a git worktree branched from main, does the work in isolation, then commits, pushes, and opens a PR. This is the default workflow — never commit directly to main or to whatever branch happens to be checked out.

2026-04-10
zabbix-patch
Développeurs de logiciels

Use this skill when generating, updating, or reviewing a Zabbix source patch in zabbix/patches/. Handles the critical schema patching gotcha — schema changes must touch BOTH create/src/schema.tmpl AND ui/include/schema.inc.php, or DB::insert/DB::update will silently drop columns at runtime.

2026-04-10