mirror of
https://github.com/github/awesome-copilot.git
synced 2026-08-07 09:38:45 +00:00
chore: publish from main
This commit is contained in:
@@ -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"
|
||||
]
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user