Convert all prompts to skills and update plugin manifests

Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-02-19 04:34:07 +00:00
parent f4f0dc3d8a
commit 59d1c8b43e
179 changed files with 26388 additions and 115 deletions

View File

@@ -13,10 +13,10 @@
"integration",
"sdk"
],
"commands": [
"./commands/dataverse-python-quickstart.md",
"./commands/dataverse-python-advanced-patterns.md",
"./commands/dataverse-python-production-code.md",
"./commands/dataverse-python-usecase-builder.md"
"skills": [
"./skills/dataverse-python-quickstart/",
"./skills/dataverse-python-advanced-patterns/",
"./skills/dataverse-python-production-code/",
"./skills/dataverse-python-usecase-builder/"
]
}