chore: publish from main

This commit is contained in:
github-actions[bot]
2026-08-06 12:30:14 +00:00
parent ca17038502
commit e321e4a9c7
775 changed files with 72454 additions and 1180 deletions
+17
View File
@@ -0,0 +1,17 @@
# Site Studio Plugin
Plan, draft, and track a personal website section by section — a shared canvas where you and your agent author content, watch progress, and review every change.
## Installation
``bash
copilot plugin install site-studio@awesome-copilot
``
## Source
This plugin is part of [Awesome Copilot](https://github.com/github/awesome-copilot).
## License
MIT
Binary file not shown.

After

Width:  |  Height:  |  Size: 144 KiB

File diff suppressed because it is too large Load Diff
@@ -0,0 +1,18 @@
{
"name": "site-studio",
"version": "1.0.0",
"type": "module",
"main": "extension.mjs",
"dependencies": {
"@github/copilot-sdk": "latest"
},
"description": "A shared canvas for planning, drafting, and tracking a personal website section by section, collaboratively with your agent.",
"keywords": [
"agent-collaboration",
"content-authoring",
"personal-website",
"progress-tracking",
"section-planning",
"site-builder"
]
}
+23
View File
@@ -0,0 +1,23 @@
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "site-studio",
"description": "Plan, draft, and track a personal website section by section — a shared canvas where you and your agent author content, watch progress, and review every change.",
"version": "1.0.2",
"author": {
"name": "Ayan Gupta",
"url": "https://github.com/ayangupt"
},
"keywords": [
"agent-collaboration",
"content-authoring",
"personal-website",
"progress-tracking",
"section-planning",
"site-builder"
],
"extensions": {
"com.github.copilot": {
"logo": "assets/preview.png"
}
}
}