Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
2f88400
chore: publish from staged
github-actions[bot] May 27, 2026
8ccd06a
chore: publish from staged
github-actions[bot] May 27, 2026
9d171b1
chore: publish from staged
github-actions[bot] May 27, 2026
5095517
chore: publish from staged
github-actions[bot] May 27, 2026
2e7c43b
chore: publish from staged
github-actions[bot] May 27, 2026
d147bbb
chore: publish from staged
github-actions[bot] May 27, 2026
5480dfe
chore: publish from staged
github-actions[bot] May 28, 2026
a0f1a5a
chore: publish from staged
github-actions[bot] May 28, 2026
3b82772
chore: publish from staged
github-actions[bot] May 28, 2026
0cdbad4
chore: publish from staged
github-actions[bot] May 28, 2026
75da414
chore: publish from staged
github-actions[bot] May 28, 2026
06e99e1
chore: publish from staged
github-actions[bot] May 28, 2026
dd0ff67
chore: publish from staged
github-actions[bot] May 28, 2026
219d31a
chore: publish from staged
github-actions[bot] May 28, 2026
53cf519
chore: publish from staged
github-actions[bot] May 28, 2026
58f675f
chore: publish from staged
github-actions[bot] May 29, 2026
63d2b83
chore: publish from staged
github-actions[bot] May 29, 2026
bcfaa53
chore: publish from staged
github-actions[bot] May 29, 2026
9b74459
chore: publish from staged
github-actions[bot] May 29, 2026
776d841
chore: publish from staged
github-actions[bot] Jun 2, 2026
ff13c78
chore: publish from staged
github-actions[bot] Jun 4, 2026
880b059
chore: publish from staged
github-actions[bot] Jun 4, 2026
07b34ec
chore: publish from staged
github-actions[bot] Jun 5, 2026
2ea321e
chore: publish from staged
github-actions[bot] Jun 8, 2026
fb5e0f5
chore: publish from staged
github-actions[bot] Jun 9, 2026
b25823a
chore: publish from staged
github-actions[bot] Jun 9, 2026
242793e
chore: publish from staged
github-actions[bot] Jun 9, 2026
ad93e7b
chore: publish from staged
github-actions[bot] Jun 9, 2026
8b1792d
chore: publish from staged
github-actions[bot] Jun 9, 2026
f910b78
chore: publish from staged
github-actions[bot] Jun 10, 2026
983941e
chore: publish from staged
github-actions[bot] Jun 10, 2026
1c4c1f5
chore: publish from staged
github-actions[bot] Jun 10, 2026
95d2e00
chore: publish from staged
github-actions[bot] Jun 10, 2026
fbd6fe7
chore: publish from staged
github-actions[bot] Jun 10, 2026
99dcad9
chore: publish from staged
github-actions[bot] Jun 10, 2026
a94b92d
chore: publish from staged
github-actions[bot] Jun 10, 2026
8e752b5
chore: publish from staged
github-actions[bot] Jun 11, 2026
a529810
chore: publish from staged
github-actions[bot] Jun 11, 2026
2b3f212
Add soc2-iso27001-controls-mapping skill
brs191 Jun 11, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
580 changes: 580 additions & 0 deletions .github/extensions/external-plugins-board/extension.mjs

Large diffs are not rendered by default.

27 changes: 27 additions & 0 deletions .github/extensions/external-plugins-board/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .github/extensions/external-plugins-board/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name": "external-plugins-board",
"version": "1.0.0",
"type": "module",
"dependencies": {
"marked": "^15.0.0"
}
}
12 changes: 9 additions & 3 deletions .github/plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@
"description": "Meta prompts that help you discover and generate curated GitHub Copilot agents, instructions, prompts, and skills.",
"version": "1.1.0"
},
{
"name": "aws-cloud-development",
"source": "aws-cloud-development",
"description": "Comprehensive AWS cloud development tools including Infrastructure as Code, serverless functions, architecture patterns, and cost optimization for building scalable cloud applications.",
"version": "1.0.0"
},
{
"name": "azure",
"description": "Microsoft Azure MCP Server and skills for cloud resource management, deployments, and Azure services. Manage your Azure infrastructure, monitor applications, and deploy resources directly from Copilot.",
Expand Down Expand Up @@ -359,7 +365,7 @@
"name": "gem-team",
"source": "gem-team",
"description": "Self-Learning Multi-agent orchestration framework for spec-driven development and automated verification.",
"version": "1.42.0"
"version": "1.61.0"
},
{
"name": "git-ape",
Expand Down Expand Up @@ -474,7 +480,7 @@
{
"name": "modernize-dotnet",
"description": "AI-powered .NET modernization and upgrade assistant. Helps upgrade .NET Framework and .NET applications to the latest versions of .NET.",
"version": "1.0.1133-preview1",
"version": "1.0.1152-preview1",
"author": {
"name": "Microsoft",
"url": "https://www.microsoft.com"
Expand Down Expand Up @@ -603,7 +609,7 @@
"source": {
"source": "github",
"repo": "Avyayalaya/pm-skills-arsenal",
"ref": "refs/tags/v2.1.0"
"ref": "v2.1.0"
}
},
{
Expand Down
Loading
Loading