Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
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
25 changes: 25 additions & 0 deletions .github/plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -453,6 +453,31 @@
"description": "Build high-performance Model Context Protocol servers in Rust using the official rmcp SDK with async/await, procedural macros, and type-safe implementations.",
"version": "1.0.0"
},
{
"name": "sdd-pilot",
"source": {
"source": "github",
"repo": "attilaszasz/sdd-pilot"
},
"description": "Spec-driven development toolkit for GitHub Copilot and other coding agents, guiding systems from specification and architecture through planning, tasks, implementation, and quality control",
"version": "1.0.0",
"keywords": [
"spec-driven-development",
"sdd",
"copilot",
"architecture",
"planning",
"workflow",
"quality-control"
],
"repository": "https://github.com/attilaszasz/sdd-pilot",
"homepage": "https://sdd-pilot.szaszattila.com/",
"author": {
"name": "Attila Szasz",
"url": "https://github.com/attilaszasz"
},
"license": "MIT"
},
{
"name": "security-best-practices",
"source": "security-best-practices",
Expand Down
25 changes: 25 additions & 0 deletions plugins/external.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,31 @@
"repo": "microsoft/skills-for-copilot-studio"
}
},
{
"name": "sdd-pilot",
"source": {
"source": "github",
"repo": "attilaszasz/sdd-pilot"
},
"description": "Spec-driven development toolkit for GitHub Copilot and other coding agents, guiding systems from specification and architecture through planning, tasks, implementation, and quality control",
"version": "1.0.0",
"keywords": [
"spec-driven-development",
"sdd",
"copilot",
"architecture",
"planning",
"workflow",
"quality-control"
],
"repository": "https://github.com/attilaszasz/sdd-pilot",
"homepage": "https://sdd-pilot.szaszattila.com/",
"author": {
"name": "Attila Szasz",
"url": "https://github.com/attilaszasz"
},
"license": "MIT"
},
{
"name": "modernize-dotnet",
"description": "AI-powered .NET modernization and upgrade assistant. Helps upgrade .NET Framework and .NET applications to the latest versions of .NET.",
Expand Down
Loading