From 2e76e0c4ca640a73097424cfc01f8665502d41b3 Mon Sep 17 00:00:00 2001 From: Karen Date: Thu, 5 Mar 2026 18:02:13 -0800 Subject: [PATCH] Add Agent Cards skill MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add agent-cards/skill — Manage prepaid virtual Visa cards for AI agents — create cards, check balances, view credentials, close cards, and get support via MCP tools. Co-Authored-By: Claude Opus 4.6 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 18ab938..ae2db66 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,7 @@ Skills work seamlessly with **Command Code** providing consistent, high-quality - **[Webapp Testing](skills/webapp-testing/)** - Tests local web applications using Playwright for verifying frontend functionality, debugging UI behavior, and capturing screenshots. - **[Writing Plans](skills/writing-plans/)** - Activates with approved design. Breaks work into bite-sized tasks (2-5 minutes each) with exact file paths, complete code, and verification steps. - **[Writing Skills](skills/writing-skills/)** - Test-driven development for creating and editing skills. Write test cases, watch them fail, write the skill, watch tests pass, and refactor to close loopholes. +- **[Agent Cards Skill](https://github.com/agent-cards/skill)** - Manage prepaid virtual Visa cards for AI agents. Create cards, check balances, view credentials, close cards, and get support via MCP tools. ### Cloud Infrastructure & AWS