From 509f3a7d4504afb2dd29063dafdeff104dd6031e Mon Sep 17 00:00:00 2001 From: kalepail Date: Wed, 8 Jul 2026 13:33:54 -0400 Subject: [PATCH 1/2] Add Agent Browser WebAuthn community skill --- site/src/data/skills.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/site/src/data/skills.ts b/site/src/data/skills.ts index e45da66..2034326 100644 --- a/site/src/data/skills.ts +++ b/site/src/data/skills.ts @@ -165,4 +165,12 @@ export const ECOSYSTEM_CARDS: readonly EcosystemCardSource[] = [ copyValue: "https://github.com/Trustless-Work/trustless-work-dev-skill/blob/main/SKILL.md", }, + { + title: "Agent Browser WebAuthn", + description: + "Drive passkey and Stellar smart-account browser tests with agent-browser and Chrome DevTools virtual WebAuthn authenticators.", + pathLabel: "kalepail/skills", + copyValue: + "https://github.com/kalepail/skills/blob/main/skills/agent-browser-webauthn/SKILL.md", + }, ] as const; From 7f9dba29c632ebe4245d9d3dd1ccdd17e06a98d8 Mon Sep 17 00:00:00 2001 From: Tyler van der Hoeven Date: Wed, 8 Jul 2026 13:36:42 -0400 Subject: [PATCH 2/2] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- site/src/data/skills.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/src/data/skills.ts b/site/src/data/skills.ts index 2034326..8b3c85a 100644 --- a/site/src/data/skills.ts +++ b/site/src/data/skills.ts @@ -168,7 +168,7 @@ export const ECOSYSTEM_CARDS: readonly EcosystemCardSource[] = [ { title: "Agent Browser WebAuthn", description: - "Drive passkey and Stellar smart-account browser tests with agent-browser and Chrome DevTools virtual WebAuthn authenticators.", + "Drive passkey and Stellar smart account browser tests with agent-browser and Chrome DevTools virtual WebAuthn authenticators.", pathLabel: "kalepail/skills", copyValue: "https://github.com/kalepail/skills/blob/main/skills/agent-browser-webauthn/SKILL.md",