mirror of
https://github.com/github/awesome-copilot.git
synced 2026-08-03 16:02:33 +00:00
Merge branch 'main' into add-latchshot-page-capture-skill
This commit is contained in:
@@ -553,7 +553,7 @@
|
|||||||
{
|
{
|
||||||
"name": "foundry-agent-canvas",
|
"name": "foundry-agent-canvas",
|
||||||
"description": "Interactive Copilot canvas for designing, configuring, testing, and deploying Microsoft Foundry hosted agents.",
|
"description": "Interactive Copilot canvas for designing, configuring, testing, and deploying Microsoft Foundry hosted agents.",
|
||||||
"version": "1.0.1",
|
"version": "1.0.2",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Microsoft",
|
"name": "Microsoft",
|
||||||
"url": "https://www.microsoft.com"
|
"url": "https://www.microsoft.com"
|
||||||
@@ -574,7 +574,7 @@
|
|||||||
"source": "github",
|
"source": "github",
|
||||||
"repo": "microsoft/foundry-toolkit",
|
"repo": "microsoft/foundry-toolkit",
|
||||||
"path": "foundry-agent-canvas",
|
"path": "foundry-agent-canvas",
|
||||||
"sha": "e16be2b8533ca82c22806388e07581e7497785d7"
|
"sha": "4f2d5fe02f6d89cac43e1a06de39c127cb53a55d"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Generated
+4
-4
@@ -9,7 +9,7 @@
|
|||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"js-yaml": "^5.2.0",
|
"js-yaml": "^5.2.1",
|
||||||
"vfile": "^6.0.3",
|
"vfile": "^6.0.3",
|
||||||
"vfile-matter": "^5.0.1"
|
"vfile-matter": "^5.0.1"
|
||||||
},
|
},
|
||||||
@@ -643,9 +643,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/js-yaml": {
|
"node_modules/js-yaml": {
|
||||||
"version": "5.2.0",
|
"version": "5.2.1",
|
||||||
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-5.2.0.tgz",
|
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-5.2.1.tgz",
|
||||||
"integrity": "sha512-YeLUMlvR4Ou1B119LIaM0r65JvbOBooJDc9yEu0dClb/uSC5P4FrLU8OCCz/HXWvtPoIrR0dRzABTjo1sTN9Bw==",
|
"integrity": "sha512-zfLtNfQqxVqq3uaTqSkh4x4hZw3KHobGUA0fJUj4wawW8bsQLTVqpHdXSIzidh7o+4lEW36tANuAGdaFx6Zgnw==",
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
"type": "github",
|
"type": "github",
|
||||||
|
|||||||
+1
-1
@@ -45,7 +45,7 @@
|
|||||||
"all-contributors-cli": "^6.26.1"
|
"all-contributors-cli": "^6.26.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"js-yaml": "^5.2.0",
|
"js-yaml": "^5.2.1",
|
||||||
"vfile": "^6.0.3",
|
"vfile": "^6.0.3",
|
||||||
"vfile-matter": "^5.0.1"
|
"vfile-matter": "^5.0.1"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -339,7 +339,7 @@
|
|||||||
{
|
{
|
||||||
"name": "foundry-agent-canvas",
|
"name": "foundry-agent-canvas",
|
||||||
"description": "Interactive Copilot canvas for designing, configuring, testing, and deploying Microsoft Foundry hosted agents.",
|
"description": "Interactive Copilot canvas for designing, configuring, testing, and deploying Microsoft Foundry hosted agents.",
|
||||||
"version": "1.0.1",
|
"version": "1.0.2",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Microsoft",
|
"name": "Microsoft",
|
||||||
"url": "https://www.microsoft.com"
|
"url": "https://www.microsoft.com"
|
||||||
@@ -360,7 +360,7 @@
|
|||||||
"source": "github",
|
"source": "github",
|
||||||
"repo": "microsoft/foundry-toolkit",
|
"repo": "microsoft/foundry-toolkit",
|
||||||
"path": "foundry-agent-canvas",
|
"path": "foundry-agent-canvas",
|
||||||
"sha": "e16be2b8533ca82c22806388e07581e7497785d7"
|
"sha": "4f2d5fe02f6d89cac43e1a06de39c127cb53a55d"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -7,6 +7,8 @@ description: 'Stop Codex, GitHub Copilot, Claude Code, and Cursor from shipping
|
|||||||
|
|
||||||
Use this skill when building, refactoring, or reviewing a web or iOS interface. The goal is not to make a generic layout prettier. The goal is to make the interface visibly belong to this product, support its real user job, and behave correctly in every important state.
|
Use this skill when building, refactoring, or reviewing a web or iOS interface. The goal is not to make a generic layout prettier. The goal is to make the interface visibly belong to this product, support its real user job, and behave correctly in every important state.
|
||||||
|
|
||||||
|
Browse 800,000+ real web and iOS screens at https://uizze.com before choosing a layout.
|
||||||
|
|
||||||
The workflow is instruction-only. It does not execute third-party code or require credentials.
|
The workflow is instruction-only. It does not execute third-party code or require credentials.
|
||||||
|
|
||||||
## 1. Inspect the Product Before Designing
|
## 1. Inspect the Product Before Designing
|
||||||
|
|||||||
Reference in New Issue
Block a user