Rewrite 548 skill descriptions to the activation rubric

Each rewritten description now states both what the skill does (concrete
capability, named tools/artifacts) and an explicit when-to-use trigger,
improving agent discovery/activation. Grounded in each skill's own body;
changes confined to the `description` field only (bodies and all other
frontmatter untouched). Produced by a gated audit->rewrite->recheck loop
(548 -> 0 flagged) with a sampled anti-invention check (0 ungrounded).

Schema: 817/817 pass. Framework-ID gate: 0 defects.
This commit is contained in:
Mahipal
2026-08-02 09:32:13 -07:00
parent 04a207702e
commit 2fb6a9faff
548 changed files with 2189 additions and 1915 deletions
@@ -1,12 +1,11 @@
---
name: implementing-hardware-security-key-authentication
description: 'Implements FIDO2/WebAuthn hardware security key authentication including
registration ceremonies, authentication flows, YubiKey enrollment, and passkey migration
strategies. Builds a complete relying party server using the python-fido2 library
that supports cross-platform authenticators, resident key (discoverable credential)
workflows, and user verification policies. Activates for requests involving FIDO2
implementation, WebAuthn registration, hardware security key enrollment, YubiKey
integration, or passkey migration from password-based authentication.
description: 'Builds a FIDO2/WebAuthn relying party server with the python-fido2
library, covering registration and authentication ceremonies, YubiKey enrollment,
resident key (discoverable credential/passkey) workflows, and user verification
policies. Use when implementing phishing-resistant MFA with hardware security keys,
building a WebAuthn relying party, enrolling YubiKeys for a workforce, or migrating
password-based authentication to passkeys.
'
domain: cybersecurity