chore: publish from main

This commit is contained in:
github-actions[bot]
2026-08-21 02:14:49 +00:00
parent 637c82fc2a
commit 585a5c6023
20 changed files with 7664 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "chat-cards",
"description": "Interactive card deck in a GHCP canvas: tab cards, tables, SVG charts, show/hide sections, numbered outlines, rendered markdown documents, video clips, and forms whose submissions come back to the conversation as prompts.",
"version": "0.1.0",
"keywords": [
"interactive-cards",
"charts",
"forms",
"education",
"visual-explanations"
],
"author": {
"name": "John Haugabook"
},
"repository": "https://github.com/github/awesome-copilot",
"license": "MIT",
"extensions": {
"com.github.copilot": {
"logo": "assets/preview.png"
}
}
}