├── .all-contributorsrc ├── .editorconfig ├── .gitattributes ├── .github ├── copilot-instructions.md ├── pull_request_template.md └── workflows │ ├── check-line-endings.yml │ ├── contributors.yml │ ├── traffic-reporting.yml │ ├── validate-readme.yml │ └── webhook-caller.yml ├── .gitignore ├── .schemas └── collection.schema.json ├── .vscode ├── extensions.json ├── settings.json └── tasks.json ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── LICENSE ├── README.md ├── SECURITY.md ├── SUPPORT.md ├── agents ├── 4.1-Beast.agent.md ├── CSharpExpert.agent.md ├── Thinking-Beast-Mode.agent.md ├── Ultimate-Transparent-Thinking-Beast-Mode.agent.md ├── WinFormsExpert.agent.md ├── accessibility.agent.md ├── address-comments.agent.md ├── adr-generator.agent.md ├── aem-frontend-specialist.agent.md ├── amplitude-experiment-implementation.agent.md ├── api-architect.agent.md ├── apify-integration-expert.agent.md ├── arch.agent.md ├── arm-migration.agent.md ├── atlassian-requirements-to-jira.agent.md ├── azure-logic-apps-expert.agent.md ├── azure-principal-architect.agent.md ├── azure-saas-architect.agent.md ├── azure-verified-modules-bicep.agent.md ├── azure-verified-modules-terraform.agent.md ├── bicep-implement.agent.md ├── bicep-plan.agent.md ├── blueprint-mode-codex.agent.md ├── blueprint-mode.agent.md ├── clojure-interactive-programming.agent.md ├── code-tour.agent.md ├── comet-opik.agent.md ├── context7.agent.md ├── critical-thinking.agent.md ├── csharp-dotnet-janitor.agent.md ├── csharp-mcp-expert.agent.md ├── custom-agent-foundry.agent.md ├── debug.agent.md ├── declarative-agents-architect.agent.md ├── demonstrate-understanding.agent.md ├── diffblue-cover.agent.md ├── dotnet-upgrade.agent.md ├── droid.agent.md ├── drupal-expert.agent.md ├── dynatrace-expert.agent.md ├── elasticsearch-observability.agent.md ├── electron-angular-native.agent.md ├── expert-cpp-software-engineer.agent.md ├── expert-dotnet-software-engineer.agent.md ├── expert-nextjs-developer.agent.md ├── expert-react-frontend-engineer.agent.md ├── gilfoyle.agent.md ├── go-mcp-expert.agent.md ├── gpt-5-beast-mode.agent.md ├── hlbpa.agent.md ├── implementation-plan.agent.md ├── janitor.agent.md ├── java-mcp-expert.agent.md ├── jfrog-sec.agent.md ├── kotlin-mcp-expert.agent.md ├── kusto-assistant.agent.md ├── laravel-expert-agent.agent.md ├── launchdarkly-flag-cleanup.agent.md ├── lingodotdev-i18n.agent.md ├── mentor.agent.md ├── meta-agentic-project-scaffold.agent.md ├── microsoft-agent-framework-dotnet.agent.md ├── microsoft-agent-framework-python.agent.md ├── microsoft-study-mode.agent.md ├── microsoft_learn_contributor.agent.md ├── monday-bug-fixer.agent.md ├── mongodb-performance-advisor.agent.md ├── ms-sql-dba.agent.md ├── neo4j-docker-client-generator.agent.md ├── neon-migration-specialist.agent.md ├── neon-optimization-analyzer.agent.md ├── octopus-deploy-release-notes-mcp.agent.md ├── pagerduty-incident-responder.agent.md ├── php-mcp-expert.agent.md ├── pimcore-expert.agent.md ├── plan.agent.md ├── planner.agent.md ├── playwright-tester.agent.md ├── postgresql-dba.agent.md ├── power-bi-data-modeling-expert.agent.md ├── power-bi-dax-expert.agent.md ├── power-bi-performance-expert.agent.md ├── power-bi-visualization-expert.agent.md ├── power-platform-expert.agent.md ├── power-platform-mcp-integration-expert.agent.md ├── prd.agent.md ├── principal-software-engineer.agent.md ├── prompt-builder.agent.md ├── prompt-engineer.agent.md ├── python-mcp-expert.agent.md ├── refine-issue.agent.md ├── research-technical-spike.agent.md ├── ruby-mcp-expert.agent.md ├── rust-gpt-4.1-beast-mode.agent.md ├── rust-mcp-expert.agent.md ├── search-ai-optimization-expert.agent.md ├── semantic-kernel-dotnet.agent.md ├── semantic-kernel-python.agent.md ├── shopify-expert.agent.md ├── simple-app-idea-generator.agent.md ├── software-engineer-agent-v1.agent.md ├── specification.agent.md ├── stackhawk-security-onboarding.agent.md ├── swift-mcp-expert.agent.md ├── task-planner.agent.md ├── task-researcher.agent.md ├── tdd-green.agent.md ├── tdd-red.agent.md ├── tdd-refactor.agent.md ├── tech-debt-remediation-plan.agent.md ├── technical-content-evaluator.agent.md ├── terraform-azure-implement.agent.md ├── terraform-azure-planning.agent.md ├── terraform.agent.md ├── typescript-mcp-expert.agent.md ├── voidbeast-gpt41enhanced.agent.md ├── wg-code-alchemist.agent.md └── wg-code-sentinel.agent.md ├── collections ├── TEMPLATE.md ├── awesome-copilot.collection.yml ├── awesome-copilot.md ├── azure-cloud-development.collection.yml ├── azure-cloud-development.md ├── clojure-interactive-programming.collection.yml ├── clojure-interactive-programming.md ├── csharp-dotnet-development.collection.yml ├── csharp-dotnet-development.md ├── csharp-mcp-development.collection.yml ├── csharp-mcp-development.md ├── database-data-management.collection.yml ├── database-data-management.md ├── dataverse-sdk-for-python.collection.yml ├── dataverse-sdk-for-python.md ├── devops-oncall.collection.yml ├── devops-oncall.md ├── edge-ai-tasks.collection.yml ├── edge-ai-tasks.md ├── frontend-web-dev.collection.yml ├── frontend-web-dev.md ├── go-mcp-development.collection.yml ├── go-mcp-development.md ├── java-development.collection.yml ├── java-development.md ├── java-mcp-development.collection.yml ├── java-mcp-development.md ├── kotlin-mcp-development.collection.yml ├── kotlin-mcp-development.md ├── partners.collection.yml ├── partners.md ├── pcf-development.collection.yml ├── pcf-development.md ├── php-mcp-development.collection.yml ├── php-mcp-development.md ├── power-apps-code-apps.collection.yml ├── power-apps-code-apps.md ├── power-bi-development.collection.yml ├── power-bi-development.md ├── power-platform-mcp-connector-development.collection.yml ├── power-platform-mcp-connector-development.md ├── project-planning.collection.yml ├── project-planning.md ├── python-mcp-development.collection.yml ├── python-mcp-development.md ├── ruby-mcp-development.collection.yml ├── ruby-mcp-development.md ├── rust-mcp-development.collection.yml ├── rust-mcp-development.md ├── security-best-practices.collection.yml ├── security-best-practices.md ├── structured-autonomy-collection.yml ├── structured-autonomy.md ├── swift-mcp-development.collection.yml ├── swift-mcp-development.md ├── technical-spike.collection.yml ├── technical-spike.md ├── testing-automation.collection.yml ├── testing-automation.md ├── typescript-mcp-development.collection.yml └── typescript-mcp-development.md ├── docs ├── .gitkeep ├── README.agents.md ├── README.collections.md ├── README.instructions.md └── README.prompts.md ├── eng ├── constants.mjs ├── create-collection.mjs ├── github-mcp-registry.json ├── update-readme.mjs ├── validate-collections.mjs └── yaml-parser.mjs ├── instructions ├── a11y.instructions.md ├── ai-prompt-engineering-safety-best-practices.instructions.md ├── angular.instructions.md ├── ansible.instructions.md ├── aspnet-rest-apis.instructions.md ├── astro.instructions.md ├── azure-devops-pipelines.instructions.md ├── azure-functions-typescript.instructions.md ├── azure-logic-apps-power-automate.instructions.md ├── azure-verified-modules-terraform.instructions.md ├── bicep-code-best-practices.instructions.md ├── blazor.instructions.md ├── clojure.instructions.md ├── cmake-vcpkg.instructions.md ├── code-review-generic.instructions.md ├── codexer.instructions.md ├── coldfusion-cfc.instructions.md ├── coldfusion-cfm.instructions.md ├── collections.instructions.md ├── containerization-docker-best-practices.instructions.md ├── convert-jpa-to-spring-data-cosmos.instructions.md ├── copilot-thought-logging.instructions.md ├── csharp-ja.instructions.md ├── csharp-ko.instructions.md ├── csharp-mcp-server.instructions.md ├── csharp.instructions.md ├── dart-n-flutter.instructions.md ├── dataverse-python-advanced-features.instructions.md ├── dataverse-python-agentic-workflows.instructions.md ├── dataverse-python-api-reference.instructions.md ├── dataverse-python-authentication-security.instructions.md ├── dataverse-python-best-practices.instructions.md ├── dataverse-python-error-handling.instructions.md ├── dataverse-python-file-operations.instructions.md ├── dataverse-python-modules.instructions.md ├── dataverse-python-pandas-integration.instructions.md ├── dataverse-python-performance-optimization.instructions.md ├── dataverse-python-real-world-usecases.instructions.md ├── dataverse-python-sdk.instructions.md ├── dataverse-python-testing-debugging.instructions.md ├── dataverse-python.instructions.md ├── declarative-agents-microsoft365.instructions.md ├── devbox-image-definition.instructions.md ├── devops-core-principles.instructions.md ├── dotnet-architecture-good-practices.instructions.md ├── dotnet-framework.instructions.md ├── dotnet-maui-9-to-dotnet-maui-10-upgrade.instructions.md ├── dotnet-maui.instructions.md ├── dotnet-upgrade.instructions.md ├── dotnet-wpf.instructions.md ├── genaiscript.instructions.md ├── generate-modern-terraform-code-for-azure.instructions.md ├── gilfoyle-code-review.instructions.md ├── github-actions-ci-cd-best-practices.instructions.md ├── go-mcp-server.instructions.md ├── go.instructions.md ├── instructions.instructions.md ├── java-11-to-java-17-upgrade.instructions.md ├── java-17-to-java-21-upgrade.instructions.md ├── java-21-to-java-25-upgrade.instructions.md ├── java-mcp-server.instructions.md ├── java.instructions.md ├── joyride-user-project.instructions.md ├── joyride-workspace-automation.instructions.md ├── kotlin-mcp-server.instructions.md ├── kubernetes-deployment-best-practices.instructions.md ├── langchain-python.instructions.md ├── localization.instructions.md ├── makefile.instructions.md ├── markdown.instructions.md ├── memory-bank.instructions.md ├── mongo-dba.instructions.md ├── ms-sql-dba.instructions.md ├── nestjs.instructions.md ├── nextjs-tailwind.instructions.md ├── nextjs.instructions.md ├── nodejs-javascript-vitest.instructions.md ├── object-calisthenics.instructions.md ├── oqtane.instructions.md ├── pcf-alm.instructions.md ├── pcf-api-reference.instructions.md ├── pcf-best-practices.instructions.md ├── pcf-canvas-apps.instructions.md ├── pcf-code-components.instructions.md ├── pcf-community-resources.instructions.md ├── pcf-dependent-libraries.instructions.md ├── pcf-events.instructions.md ├── pcf-fluent-modern-theming.instructions.md ├── pcf-limitations.instructions.md ├── pcf-manifest-schema.instructions.md ├── pcf-model-driven-apps.instructions.md ├── pcf-overview.instructions.md ├── pcf-power-pages.instructions.md ├── pcf-react-platform-libraries.instructions.md ├── pcf-sample-components.instructions.md ├── pcf-tooling.instructions.md ├── performance-optimization.instructions.md ├── php-mcp-server.instructions.md ├── playwright-dotnet.instructions.md ├── playwright-python.instructions.md ├── playwright-typescript.instructions.md ├── power-apps-canvas-yaml.instructions.md ├── power-apps-code-apps.instructions.md ├── power-bi-custom-visuals-development.instructions.md ├── power-bi-data-modeling-best-practices.instructions.md ├── power-bi-dax-best-practices.instructions.md ├── power-bi-devops-alm-best-practices.instructions.md ├── power-bi-report-design-best-practices.instructions.md ├── power-bi-security-rls-best-practices.instructions.md ├── power-platform-connector.instructions.md ├── power-platform-mcp-development.instructions.md ├── powershell-pester-5.instructions.md ├── powershell.instructions.md ├── prompt.instructions.md ├── python-mcp-server.instructions.md ├── python.instructions.md ├── quarkus-mcp-server-sse.instructions.md ├── quarkus.instructions.md ├── r.instructions.md ├── reactjs.instructions.md ├── ruby-mcp-server.instructions.md ├── ruby-on-rails.instructions.md ├── rust-mcp-server.instructions.md ├── rust.instructions.md ├── security-and-owasp.instructions.md ├── self-explanatory-code-commenting.instructions.md ├── shell.instructions.md ├── spec-driven-workflow-v1.instructions.md ├── springboot-4-migration.instructions.md ├── springboot.instructions.md ├── sql-sp-generation.instructions.md ├── svelte.instructions.md ├── swift-mcp-server.instructions.md ├── taming-copilot.instructions.md ├── tanstack-start-shadcn-tailwind.instructions.md ├── task-implementation.instructions.md ├── tasksync.instructions.md ├── terraform-azure.instructions.md ├── terraform-sap-btp.instructions.md ├── terraform.instructions.md ├── typescript-5-es2022.instructions.md ├── typescript-mcp-server.instructions.md ├── update-code-from-shorthand.instructions.md ├── vuejs3.instructions.md └── wordpress.instructions.md ├── package.json ├── prompts ├── add-educational-comments.prompt.md ├── ai-prompt-engineering-safety-review.prompt.md ├── architecture-blueprint-generator.prompt.md ├── aspnet-minimal-api-openapi.prompt.md ├── az-cost-optimize.prompt.md ├── azure-resource-health-diagnose.prompt.md ├── boost-prompt.prompt.md ├── breakdown-epic-arch.prompt.md ├── breakdown-epic-pm.prompt.md ├── breakdown-feature-implementation.prompt.md ├── breakdown-feature-prd.prompt.md ├── breakdown-plan.prompt.md ├── breakdown-test.prompt.md ├── code-exemplars-blueprint-generator.prompt.md ├── comment-code-generate-a-tutorial.prompt.md ├── containerize-aspnet-framework.prompt.md ├── containerize-aspnetcore.prompt.md ├── conventional-commit.prompt.md ├── convert-plaintext-to-md.prompt.md ├── copilot-instructions-blueprint-generator.prompt.md ├── cosmosdb-datamodeling.prompt.md ├── create-agentsmd.prompt.md ├── create-architectural-decision-record.prompt.md ├── create-github-action-workflow-specification.prompt.md ├── create-github-issue-feature-from-specification.prompt.md ├── create-github-issues-feature-from-implementation-plan.prompt.md ├── create-github-issues-for-unmet-specification-requirements.prompt.md ├── create-github-pull-request-from-specification.prompt.md ├── create-implementation-plan.prompt.md ├── create-llms.prompt.md ├── create-oo-component-documentation.prompt.md ├── create-readme.prompt.md ├── create-specification.prompt.md ├── create-spring-boot-java-project.prompt.md ├── create-spring-boot-kotlin-project.prompt.md ├── create-technical-spike.prompt.md ├── create-tldr-page.prompt.md ├── csharp-async.prompt.md ├── csharp-docs.prompt.md ├── csharp-mcp-server-generator.prompt.md ├── csharp-mstest.prompt.md ├── csharp-nunit.prompt.md ├── csharp-tunit.prompt.md ├── csharp-xunit.prompt.md ├── dataverse-python-advanced-patterns.prompt.md ├── dataverse-python-production-code.prompt.md ├── dataverse-python-quickstart.prompt.md ├── dataverse-python-usecase-builder.prompt.md ├── declarative-agents.prompt.md ├── documentation-writer.prompt.md ├── dotnet-best-practices.prompt.md ├── dotnet-design-pattern-review.prompt.md ├── dotnet-upgrade.prompt.md ├── editorconfig.prompt.md ├── ef-core.prompt.md ├── finalize-agent-prompt.prompt.md ├── first-ask.prompt.md ├── folder-structure-blueprint-generator.prompt.md ├── gen-specs-as-issues.prompt.md ├── generate-custom-instructions-from-codebase.prompt.md ├── git-flow-branch-creator.prompt.md ├── github-copilot-starter.prompt.md ├── go-mcp-server-generator.prompt.md ├── java-docs.prompt.md ├── java-junit.prompt.md ├── java-mcp-server-generator.prompt.md ├── java-refactoring-extract-method.prompt.md ├── java-refactoring-remove-parameter.prompt.md ├── java-springboot.prompt.md ├── javascript-typescript-jest.prompt.md ├── kotlin-mcp-server-generator.prompt.md ├── kotlin-springboot.prompt.md ├── mcp-copilot-studio-server-generator.prompt.md ├── memory-merger.prompt.md ├── mkdocs-translations.prompt.md ├── model-recommendation.prompt.md ├── multi-stage-dockerfile.prompt.md ├── my-issues.prompt.md ├── my-pull-requests.prompt.md ├── next-intl-add-language.prompt.md ├── php-mcp-server-generator.prompt.md ├── playwright-automation-fill-in-form.prompt.md ├── playwright-explore-website.prompt.md ├── playwright-generate-test.prompt.md ├── postgresql-code-review.prompt.md ├── postgresql-optimization.prompt.md ├── power-apps-code-app-scaffold.prompt.md ├── power-bi-dax-optimization.prompt.md ├── power-bi-model-design-review.prompt.md ├── power-bi-performance-troubleshooting.prompt.md ├── power-bi-report-design-consultation.prompt.md ├── power-platform-mcp-connector-suite.prompt.md ├── project-workflow-analysis-blueprint-generator.prompt.md ├── prompt-builder.prompt.md ├── pytest-coverage.prompt.md ├── python-mcp-server-generator.prompt.md ├── readme-blueprint-generator.prompt.md ├── remember-interactive-programming.prompt.md ├── remember.prompt.md ├── repo-story-time.prompt.md ├── review-and-refactor.prompt.md ├── ruby-mcp-server-generator.prompt.md ├── rust-mcp-server-generator.prompt.md ├── shuffle-json-data.prompt.md ├── sql-code-review.prompt.md ├── sql-optimization.prompt.md ├── structured-autonomy-generate.prompt.md ├── structured-autonomy-implement.prompt.md ├── structured-autonomy-plan.prompt.md ├── suggest-awesome-github-copilot-agents.prompt.md ├── suggest-awesome-github-copilot-chatmodes.prompt.md ├── suggest-awesome-github-copilot-collections.prompt.md ├── suggest-awesome-github-copilot-instructions.prompt.md ├── suggest-awesome-github-copilot-prompts.prompt.md ├── swift-mcp-server-generator.prompt.md ├── technology-stack-blueprint-generator.prompt.md ├── tldr-prompt.prompt.md ├── typescript-mcp-server-generator.prompt.md ├── update-avm-modules-in-bicep.prompt.md ├── update-implementation-plan.prompt.md ├── update-llms.prompt.md ├── update-markdown-file-index.prompt.md ├── update-oo-component-documentation.prompt.md ├── update-specification.prompt.md └── write-coding-standards-from-file.prompt.md └── scripts └── fix-line-endings.sh /.all-contributorsrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/.all-contributorsrc -------------------------------------------------------------------------------- /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/.editorconfig -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/.gitattributes -------------------------------------------------------------------------------- /.github/copilot-instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/.github/copilot-instructions.md -------------------------------------------------------------------------------- /.github/pull_request_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/.github/pull_request_template.md -------------------------------------------------------------------------------- /.github/workflows/check-line-endings.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/.github/workflows/check-line-endings.yml -------------------------------------------------------------------------------- /.github/workflows/contributors.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/.github/workflows/contributors.yml -------------------------------------------------------------------------------- /.github/workflows/traffic-reporting.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/.github/workflows/traffic-reporting.yml -------------------------------------------------------------------------------- /.github/workflows/validate-readme.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/.github/workflows/validate-readme.yml -------------------------------------------------------------------------------- /.github/workflows/webhook-caller.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/.github/workflows/webhook-caller.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/.gitignore -------------------------------------------------------------------------------- /.schemas/collection.schema.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/.schemas/collection.schema.json -------------------------------------------------------------------------------- /.vscode/extensions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/.vscode/extensions.json -------------------------------------------------------------------------------- /.vscode/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/.vscode/settings.json -------------------------------------------------------------------------------- /.vscode/tasks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/.vscode/tasks.json -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/README.md -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/SECURITY.md -------------------------------------------------------------------------------- /SUPPORT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/SUPPORT.md -------------------------------------------------------------------------------- /agents/4.1-Beast.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/4.1-Beast.agent.md -------------------------------------------------------------------------------- /agents/CSharpExpert.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/CSharpExpert.agent.md -------------------------------------------------------------------------------- /agents/Thinking-Beast-Mode.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/Thinking-Beast-Mode.agent.md -------------------------------------------------------------------------------- /agents/Ultimate-Transparent-Thinking-Beast-Mode.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/Ultimate-Transparent-Thinking-Beast-Mode.agent.md -------------------------------------------------------------------------------- /agents/WinFormsExpert.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/WinFormsExpert.agent.md -------------------------------------------------------------------------------- /agents/accessibility.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/accessibility.agent.md -------------------------------------------------------------------------------- /agents/address-comments.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/address-comments.agent.md -------------------------------------------------------------------------------- /agents/adr-generator.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/adr-generator.agent.md -------------------------------------------------------------------------------- /agents/aem-frontend-specialist.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/aem-frontend-specialist.agent.md -------------------------------------------------------------------------------- /agents/amplitude-experiment-implementation.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/amplitude-experiment-implementation.agent.md -------------------------------------------------------------------------------- /agents/api-architect.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/api-architect.agent.md -------------------------------------------------------------------------------- /agents/apify-integration-expert.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/apify-integration-expert.agent.md -------------------------------------------------------------------------------- /agents/arch.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/arch.agent.md -------------------------------------------------------------------------------- /agents/arm-migration.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/arm-migration.agent.md -------------------------------------------------------------------------------- /agents/atlassian-requirements-to-jira.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/atlassian-requirements-to-jira.agent.md -------------------------------------------------------------------------------- /agents/azure-logic-apps-expert.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/azure-logic-apps-expert.agent.md -------------------------------------------------------------------------------- /agents/azure-principal-architect.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/azure-principal-architect.agent.md -------------------------------------------------------------------------------- /agents/azure-saas-architect.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/azure-saas-architect.agent.md -------------------------------------------------------------------------------- /agents/azure-verified-modules-bicep.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/azure-verified-modules-bicep.agent.md -------------------------------------------------------------------------------- /agents/azure-verified-modules-terraform.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/azure-verified-modules-terraform.agent.md -------------------------------------------------------------------------------- /agents/bicep-implement.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/bicep-implement.agent.md -------------------------------------------------------------------------------- /agents/bicep-plan.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/bicep-plan.agent.md -------------------------------------------------------------------------------- /agents/blueprint-mode-codex.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/blueprint-mode-codex.agent.md -------------------------------------------------------------------------------- /agents/blueprint-mode.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/blueprint-mode.agent.md -------------------------------------------------------------------------------- /agents/clojure-interactive-programming.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/clojure-interactive-programming.agent.md -------------------------------------------------------------------------------- /agents/code-tour.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/code-tour.agent.md -------------------------------------------------------------------------------- /agents/comet-opik.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/comet-opik.agent.md -------------------------------------------------------------------------------- /agents/context7.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/context7.agent.md -------------------------------------------------------------------------------- /agents/critical-thinking.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/critical-thinking.agent.md -------------------------------------------------------------------------------- /agents/csharp-dotnet-janitor.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/csharp-dotnet-janitor.agent.md -------------------------------------------------------------------------------- /agents/csharp-mcp-expert.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/csharp-mcp-expert.agent.md -------------------------------------------------------------------------------- /agents/custom-agent-foundry.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/custom-agent-foundry.agent.md -------------------------------------------------------------------------------- /agents/debug.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/debug.agent.md -------------------------------------------------------------------------------- /agents/declarative-agents-architect.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/declarative-agents-architect.agent.md -------------------------------------------------------------------------------- /agents/demonstrate-understanding.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/demonstrate-understanding.agent.md -------------------------------------------------------------------------------- /agents/diffblue-cover.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/diffblue-cover.agent.md -------------------------------------------------------------------------------- /agents/dotnet-upgrade.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/dotnet-upgrade.agent.md -------------------------------------------------------------------------------- /agents/droid.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/droid.agent.md -------------------------------------------------------------------------------- /agents/drupal-expert.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/drupal-expert.agent.md -------------------------------------------------------------------------------- /agents/dynatrace-expert.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/dynatrace-expert.agent.md -------------------------------------------------------------------------------- /agents/elasticsearch-observability.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/elasticsearch-observability.agent.md -------------------------------------------------------------------------------- /agents/electron-angular-native.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/electron-angular-native.agent.md -------------------------------------------------------------------------------- /agents/expert-cpp-software-engineer.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/expert-cpp-software-engineer.agent.md -------------------------------------------------------------------------------- /agents/expert-dotnet-software-engineer.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/expert-dotnet-software-engineer.agent.md -------------------------------------------------------------------------------- /agents/expert-nextjs-developer.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/expert-nextjs-developer.agent.md -------------------------------------------------------------------------------- /agents/expert-react-frontend-engineer.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/expert-react-frontend-engineer.agent.md -------------------------------------------------------------------------------- /agents/gilfoyle.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/gilfoyle.agent.md -------------------------------------------------------------------------------- /agents/go-mcp-expert.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/go-mcp-expert.agent.md -------------------------------------------------------------------------------- /agents/gpt-5-beast-mode.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/gpt-5-beast-mode.agent.md -------------------------------------------------------------------------------- /agents/hlbpa.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/hlbpa.agent.md -------------------------------------------------------------------------------- /agents/implementation-plan.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/implementation-plan.agent.md -------------------------------------------------------------------------------- /agents/janitor.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/janitor.agent.md -------------------------------------------------------------------------------- /agents/java-mcp-expert.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/java-mcp-expert.agent.md -------------------------------------------------------------------------------- /agents/jfrog-sec.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/jfrog-sec.agent.md -------------------------------------------------------------------------------- /agents/kotlin-mcp-expert.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/kotlin-mcp-expert.agent.md -------------------------------------------------------------------------------- /agents/kusto-assistant.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/kusto-assistant.agent.md -------------------------------------------------------------------------------- /agents/laravel-expert-agent.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/laravel-expert-agent.agent.md -------------------------------------------------------------------------------- /agents/launchdarkly-flag-cleanup.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/launchdarkly-flag-cleanup.agent.md -------------------------------------------------------------------------------- /agents/lingodotdev-i18n.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/lingodotdev-i18n.agent.md -------------------------------------------------------------------------------- /agents/mentor.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/mentor.agent.md -------------------------------------------------------------------------------- /agents/meta-agentic-project-scaffold.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/meta-agentic-project-scaffold.agent.md -------------------------------------------------------------------------------- /agents/microsoft-agent-framework-dotnet.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/microsoft-agent-framework-dotnet.agent.md -------------------------------------------------------------------------------- /agents/microsoft-agent-framework-python.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/microsoft-agent-framework-python.agent.md -------------------------------------------------------------------------------- /agents/microsoft-study-mode.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/microsoft-study-mode.agent.md -------------------------------------------------------------------------------- /agents/microsoft_learn_contributor.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/microsoft_learn_contributor.agent.md -------------------------------------------------------------------------------- /agents/monday-bug-fixer.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/monday-bug-fixer.agent.md -------------------------------------------------------------------------------- /agents/mongodb-performance-advisor.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/mongodb-performance-advisor.agent.md -------------------------------------------------------------------------------- /agents/ms-sql-dba.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/ms-sql-dba.agent.md -------------------------------------------------------------------------------- /agents/neo4j-docker-client-generator.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/neo4j-docker-client-generator.agent.md -------------------------------------------------------------------------------- /agents/neon-migration-specialist.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/neon-migration-specialist.agent.md -------------------------------------------------------------------------------- /agents/neon-optimization-analyzer.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/neon-optimization-analyzer.agent.md -------------------------------------------------------------------------------- /agents/octopus-deploy-release-notes-mcp.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/octopus-deploy-release-notes-mcp.agent.md -------------------------------------------------------------------------------- /agents/pagerduty-incident-responder.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/pagerduty-incident-responder.agent.md -------------------------------------------------------------------------------- /agents/php-mcp-expert.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/php-mcp-expert.agent.md -------------------------------------------------------------------------------- /agents/pimcore-expert.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/pimcore-expert.agent.md -------------------------------------------------------------------------------- /agents/plan.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/plan.agent.md -------------------------------------------------------------------------------- /agents/planner.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/planner.agent.md -------------------------------------------------------------------------------- /agents/playwright-tester.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/playwright-tester.agent.md -------------------------------------------------------------------------------- /agents/postgresql-dba.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/postgresql-dba.agent.md -------------------------------------------------------------------------------- /agents/power-bi-data-modeling-expert.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/power-bi-data-modeling-expert.agent.md -------------------------------------------------------------------------------- /agents/power-bi-dax-expert.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/power-bi-dax-expert.agent.md -------------------------------------------------------------------------------- /agents/power-bi-performance-expert.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/power-bi-performance-expert.agent.md -------------------------------------------------------------------------------- /agents/power-bi-visualization-expert.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/power-bi-visualization-expert.agent.md -------------------------------------------------------------------------------- /agents/power-platform-expert.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/power-platform-expert.agent.md -------------------------------------------------------------------------------- /agents/power-platform-mcp-integration-expert.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/power-platform-mcp-integration-expert.agent.md -------------------------------------------------------------------------------- /agents/prd.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/prd.agent.md -------------------------------------------------------------------------------- /agents/principal-software-engineer.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/principal-software-engineer.agent.md -------------------------------------------------------------------------------- /agents/prompt-builder.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/prompt-builder.agent.md -------------------------------------------------------------------------------- /agents/prompt-engineer.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/prompt-engineer.agent.md -------------------------------------------------------------------------------- /agents/python-mcp-expert.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/python-mcp-expert.agent.md -------------------------------------------------------------------------------- /agents/refine-issue.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/refine-issue.agent.md -------------------------------------------------------------------------------- /agents/research-technical-spike.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/research-technical-spike.agent.md -------------------------------------------------------------------------------- /agents/ruby-mcp-expert.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/ruby-mcp-expert.agent.md -------------------------------------------------------------------------------- /agents/rust-gpt-4.1-beast-mode.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/rust-gpt-4.1-beast-mode.agent.md -------------------------------------------------------------------------------- /agents/rust-mcp-expert.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/rust-mcp-expert.agent.md -------------------------------------------------------------------------------- /agents/search-ai-optimization-expert.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/search-ai-optimization-expert.agent.md -------------------------------------------------------------------------------- /agents/semantic-kernel-dotnet.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/semantic-kernel-dotnet.agent.md -------------------------------------------------------------------------------- /agents/semantic-kernel-python.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/semantic-kernel-python.agent.md -------------------------------------------------------------------------------- /agents/shopify-expert.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/shopify-expert.agent.md -------------------------------------------------------------------------------- /agents/simple-app-idea-generator.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/simple-app-idea-generator.agent.md -------------------------------------------------------------------------------- /agents/software-engineer-agent-v1.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/software-engineer-agent-v1.agent.md -------------------------------------------------------------------------------- /agents/specification.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/specification.agent.md -------------------------------------------------------------------------------- /agents/stackhawk-security-onboarding.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/stackhawk-security-onboarding.agent.md -------------------------------------------------------------------------------- /agents/swift-mcp-expert.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/swift-mcp-expert.agent.md -------------------------------------------------------------------------------- /agents/task-planner.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/task-planner.agent.md -------------------------------------------------------------------------------- /agents/task-researcher.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/task-researcher.agent.md -------------------------------------------------------------------------------- /agents/tdd-green.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/tdd-green.agent.md -------------------------------------------------------------------------------- /agents/tdd-red.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/tdd-red.agent.md -------------------------------------------------------------------------------- /agents/tdd-refactor.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/tdd-refactor.agent.md -------------------------------------------------------------------------------- /agents/tech-debt-remediation-plan.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/tech-debt-remediation-plan.agent.md -------------------------------------------------------------------------------- /agents/technical-content-evaluator.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/technical-content-evaluator.agent.md -------------------------------------------------------------------------------- /agents/terraform-azure-implement.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/terraform-azure-implement.agent.md -------------------------------------------------------------------------------- /agents/terraform-azure-planning.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/terraform-azure-planning.agent.md -------------------------------------------------------------------------------- /agents/terraform.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/terraform.agent.md -------------------------------------------------------------------------------- /agents/typescript-mcp-expert.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/typescript-mcp-expert.agent.md -------------------------------------------------------------------------------- /agents/voidbeast-gpt41enhanced.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/voidbeast-gpt41enhanced.agent.md -------------------------------------------------------------------------------- /agents/wg-code-alchemist.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/wg-code-alchemist.agent.md -------------------------------------------------------------------------------- /agents/wg-code-sentinel.agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/agents/wg-code-sentinel.agent.md -------------------------------------------------------------------------------- /collections/TEMPLATE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/collections/TEMPLATE.md -------------------------------------------------------------------------------- /collections/awesome-copilot.collection.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/collections/awesome-copilot.collection.yml -------------------------------------------------------------------------------- /collections/awesome-copilot.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/collections/awesome-copilot.md -------------------------------------------------------------------------------- /collections/azure-cloud-development.collection.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/collections/azure-cloud-development.collection.yml -------------------------------------------------------------------------------- /collections/azure-cloud-development.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/collections/azure-cloud-development.md -------------------------------------------------------------------------------- /collections/clojure-interactive-programming.collection.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/collections/clojure-interactive-programming.collection.yml -------------------------------------------------------------------------------- /collections/clojure-interactive-programming.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/collections/clojure-interactive-programming.md -------------------------------------------------------------------------------- /collections/csharp-dotnet-development.collection.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/collections/csharp-dotnet-development.collection.yml -------------------------------------------------------------------------------- /collections/csharp-dotnet-development.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/collections/csharp-dotnet-development.md -------------------------------------------------------------------------------- /collections/csharp-mcp-development.collection.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/collections/csharp-mcp-development.collection.yml -------------------------------------------------------------------------------- /collections/csharp-mcp-development.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/collections/csharp-mcp-development.md -------------------------------------------------------------------------------- /collections/database-data-management.collection.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/collections/database-data-management.collection.yml -------------------------------------------------------------------------------- /collections/database-data-management.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/collections/database-data-management.md -------------------------------------------------------------------------------- /collections/dataverse-sdk-for-python.collection.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/collections/dataverse-sdk-for-python.collection.yml -------------------------------------------------------------------------------- /collections/dataverse-sdk-for-python.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/collections/dataverse-sdk-for-python.md -------------------------------------------------------------------------------- /collections/devops-oncall.collection.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/collections/devops-oncall.collection.yml -------------------------------------------------------------------------------- /collections/devops-oncall.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/collections/devops-oncall.md -------------------------------------------------------------------------------- /collections/edge-ai-tasks.collection.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/collections/edge-ai-tasks.collection.yml -------------------------------------------------------------------------------- /collections/edge-ai-tasks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/collections/edge-ai-tasks.md -------------------------------------------------------------------------------- /collections/frontend-web-dev.collection.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/collections/frontend-web-dev.collection.yml -------------------------------------------------------------------------------- /collections/frontend-web-dev.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/collections/frontend-web-dev.md -------------------------------------------------------------------------------- /collections/go-mcp-development.collection.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/collections/go-mcp-development.collection.yml -------------------------------------------------------------------------------- /collections/go-mcp-development.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/collections/go-mcp-development.md -------------------------------------------------------------------------------- /collections/java-development.collection.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/collections/java-development.collection.yml -------------------------------------------------------------------------------- /collections/java-development.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/collections/java-development.md -------------------------------------------------------------------------------- /collections/java-mcp-development.collection.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/collections/java-mcp-development.collection.yml -------------------------------------------------------------------------------- /collections/java-mcp-development.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/collections/java-mcp-development.md -------------------------------------------------------------------------------- /collections/kotlin-mcp-development.collection.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/collections/kotlin-mcp-development.collection.yml -------------------------------------------------------------------------------- /collections/kotlin-mcp-development.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/collections/kotlin-mcp-development.md -------------------------------------------------------------------------------- /collections/partners.collection.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/collections/partners.collection.yml -------------------------------------------------------------------------------- /collections/partners.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/collections/partners.md -------------------------------------------------------------------------------- /collections/pcf-development.collection.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/collections/pcf-development.collection.yml -------------------------------------------------------------------------------- /collections/pcf-development.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/collections/pcf-development.md -------------------------------------------------------------------------------- /collections/php-mcp-development.collection.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/collections/php-mcp-development.collection.yml -------------------------------------------------------------------------------- /collections/php-mcp-development.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/collections/php-mcp-development.md -------------------------------------------------------------------------------- /collections/power-apps-code-apps.collection.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/collections/power-apps-code-apps.collection.yml -------------------------------------------------------------------------------- /collections/power-apps-code-apps.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/collections/power-apps-code-apps.md -------------------------------------------------------------------------------- /collections/power-bi-development.collection.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/collections/power-bi-development.collection.yml -------------------------------------------------------------------------------- /collections/power-bi-development.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/collections/power-bi-development.md -------------------------------------------------------------------------------- /collections/power-platform-mcp-connector-development.collection.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/collections/power-platform-mcp-connector-development.collection.yml -------------------------------------------------------------------------------- /collections/power-platform-mcp-connector-development.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/collections/power-platform-mcp-connector-development.md -------------------------------------------------------------------------------- /collections/project-planning.collection.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/collections/project-planning.collection.yml -------------------------------------------------------------------------------- /collections/project-planning.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/collections/project-planning.md -------------------------------------------------------------------------------- /collections/python-mcp-development.collection.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/collections/python-mcp-development.collection.yml -------------------------------------------------------------------------------- /collections/python-mcp-development.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/collections/python-mcp-development.md -------------------------------------------------------------------------------- /collections/ruby-mcp-development.collection.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/collections/ruby-mcp-development.collection.yml -------------------------------------------------------------------------------- /collections/ruby-mcp-development.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/collections/ruby-mcp-development.md -------------------------------------------------------------------------------- /collections/rust-mcp-development.collection.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/collections/rust-mcp-development.collection.yml -------------------------------------------------------------------------------- /collections/rust-mcp-development.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/collections/rust-mcp-development.md -------------------------------------------------------------------------------- /collections/security-best-practices.collection.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/collections/security-best-practices.collection.yml -------------------------------------------------------------------------------- /collections/security-best-practices.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/collections/security-best-practices.md -------------------------------------------------------------------------------- /collections/structured-autonomy-collection.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/collections/structured-autonomy-collection.yml -------------------------------------------------------------------------------- /collections/structured-autonomy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/collections/structured-autonomy.md -------------------------------------------------------------------------------- /collections/swift-mcp-development.collection.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/collections/swift-mcp-development.collection.yml -------------------------------------------------------------------------------- /collections/swift-mcp-development.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/collections/swift-mcp-development.md -------------------------------------------------------------------------------- /collections/technical-spike.collection.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/collections/technical-spike.collection.yml -------------------------------------------------------------------------------- /collections/technical-spike.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/collections/technical-spike.md -------------------------------------------------------------------------------- /collections/testing-automation.collection.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/collections/testing-automation.collection.yml -------------------------------------------------------------------------------- /collections/testing-automation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/collections/testing-automation.md -------------------------------------------------------------------------------- /collections/typescript-mcp-development.collection.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/collections/typescript-mcp-development.collection.yml -------------------------------------------------------------------------------- /collections/typescript-mcp-development.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/collections/typescript-mcp-development.md -------------------------------------------------------------------------------- /docs/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/README.agents.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/docs/README.agents.md -------------------------------------------------------------------------------- /docs/README.collections.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/docs/README.collections.md -------------------------------------------------------------------------------- /docs/README.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/docs/README.instructions.md -------------------------------------------------------------------------------- /docs/README.prompts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/docs/README.prompts.md -------------------------------------------------------------------------------- /eng/constants.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/eng/constants.mjs -------------------------------------------------------------------------------- /eng/create-collection.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/eng/create-collection.mjs -------------------------------------------------------------------------------- /eng/github-mcp-registry.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/eng/github-mcp-registry.json -------------------------------------------------------------------------------- /eng/update-readme.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/eng/update-readme.mjs -------------------------------------------------------------------------------- /eng/validate-collections.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/eng/validate-collections.mjs -------------------------------------------------------------------------------- /eng/yaml-parser.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/eng/yaml-parser.mjs -------------------------------------------------------------------------------- /instructions/a11y.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/a11y.instructions.md -------------------------------------------------------------------------------- /instructions/ai-prompt-engineering-safety-best-practices.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/ai-prompt-engineering-safety-best-practices.instructions.md -------------------------------------------------------------------------------- /instructions/angular.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/angular.instructions.md -------------------------------------------------------------------------------- /instructions/ansible.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/ansible.instructions.md -------------------------------------------------------------------------------- /instructions/aspnet-rest-apis.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/aspnet-rest-apis.instructions.md -------------------------------------------------------------------------------- /instructions/astro.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/astro.instructions.md -------------------------------------------------------------------------------- /instructions/azure-devops-pipelines.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/azure-devops-pipelines.instructions.md -------------------------------------------------------------------------------- /instructions/azure-functions-typescript.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/azure-functions-typescript.instructions.md -------------------------------------------------------------------------------- /instructions/azure-logic-apps-power-automate.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/azure-logic-apps-power-automate.instructions.md -------------------------------------------------------------------------------- /instructions/azure-verified-modules-terraform.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/azure-verified-modules-terraform.instructions.md -------------------------------------------------------------------------------- /instructions/bicep-code-best-practices.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/bicep-code-best-practices.instructions.md -------------------------------------------------------------------------------- /instructions/blazor.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/blazor.instructions.md -------------------------------------------------------------------------------- /instructions/clojure.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/clojure.instructions.md -------------------------------------------------------------------------------- /instructions/cmake-vcpkg.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/cmake-vcpkg.instructions.md -------------------------------------------------------------------------------- /instructions/code-review-generic.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/code-review-generic.instructions.md -------------------------------------------------------------------------------- /instructions/codexer.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/codexer.instructions.md -------------------------------------------------------------------------------- /instructions/coldfusion-cfc.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/coldfusion-cfc.instructions.md -------------------------------------------------------------------------------- /instructions/coldfusion-cfm.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/coldfusion-cfm.instructions.md -------------------------------------------------------------------------------- /instructions/collections.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/collections.instructions.md -------------------------------------------------------------------------------- /instructions/containerization-docker-best-practices.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/containerization-docker-best-practices.instructions.md -------------------------------------------------------------------------------- /instructions/convert-jpa-to-spring-data-cosmos.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/convert-jpa-to-spring-data-cosmos.instructions.md -------------------------------------------------------------------------------- /instructions/copilot-thought-logging.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/copilot-thought-logging.instructions.md -------------------------------------------------------------------------------- /instructions/csharp-ja.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/csharp-ja.instructions.md -------------------------------------------------------------------------------- /instructions/csharp-ko.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/csharp-ko.instructions.md -------------------------------------------------------------------------------- /instructions/csharp-mcp-server.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/csharp-mcp-server.instructions.md -------------------------------------------------------------------------------- /instructions/csharp.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/csharp.instructions.md -------------------------------------------------------------------------------- /instructions/dart-n-flutter.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/dart-n-flutter.instructions.md -------------------------------------------------------------------------------- /instructions/dataverse-python-advanced-features.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/dataverse-python-advanced-features.instructions.md -------------------------------------------------------------------------------- /instructions/dataverse-python-agentic-workflows.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/dataverse-python-agentic-workflows.instructions.md -------------------------------------------------------------------------------- /instructions/dataverse-python-api-reference.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/dataverse-python-api-reference.instructions.md -------------------------------------------------------------------------------- /instructions/dataverse-python-authentication-security.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/dataverse-python-authentication-security.instructions.md -------------------------------------------------------------------------------- /instructions/dataverse-python-best-practices.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/dataverse-python-best-practices.instructions.md -------------------------------------------------------------------------------- /instructions/dataverse-python-error-handling.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/dataverse-python-error-handling.instructions.md -------------------------------------------------------------------------------- /instructions/dataverse-python-file-operations.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/dataverse-python-file-operations.instructions.md -------------------------------------------------------------------------------- /instructions/dataverse-python-modules.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/dataverse-python-modules.instructions.md -------------------------------------------------------------------------------- /instructions/dataverse-python-pandas-integration.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/dataverse-python-pandas-integration.instructions.md -------------------------------------------------------------------------------- /instructions/dataverse-python-performance-optimization.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/dataverse-python-performance-optimization.instructions.md -------------------------------------------------------------------------------- /instructions/dataverse-python-real-world-usecases.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/dataverse-python-real-world-usecases.instructions.md -------------------------------------------------------------------------------- /instructions/dataverse-python-sdk.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/dataverse-python-sdk.instructions.md -------------------------------------------------------------------------------- /instructions/dataverse-python-testing-debugging.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/dataverse-python-testing-debugging.instructions.md -------------------------------------------------------------------------------- /instructions/dataverse-python.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/dataverse-python.instructions.md -------------------------------------------------------------------------------- /instructions/declarative-agents-microsoft365.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/declarative-agents-microsoft365.instructions.md -------------------------------------------------------------------------------- /instructions/devbox-image-definition.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/devbox-image-definition.instructions.md -------------------------------------------------------------------------------- /instructions/devops-core-principles.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/devops-core-principles.instructions.md -------------------------------------------------------------------------------- /instructions/dotnet-architecture-good-practices.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/dotnet-architecture-good-practices.instructions.md -------------------------------------------------------------------------------- /instructions/dotnet-framework.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/dotnet-framework.instructions.md -------------------------------------------------------------------------------- /instructions/dotnet-maui-9-to-dotnet-maui-10-upgrade.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/dotnet-maui-9-to-dotnet-maui-10-upgrade.instructions.md -------------------------------------------------------------------------------- /instructions/dotnet-maui.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/dotnet-maui.instructions.md -------------------------------------------------------------------------------- /instructions/dotnet-upgrade.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/dotnet-upgrade.instructions.md -------------------------------------------------------------------------------- /instructions/dotnet-wpf.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/dotnet-wpf.instructions.md -------------------------------------------------------------------------------- /instructions/genaiscript.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/genaiscript.instructions.md -------------------------------------------------------------------------------- /instructions/generate-modern-terraform-code-for-azure.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/generate-modern-terraform-code-for-azure.instructions.md -------------------------------------------------------------------------------- /instructions/gilfoyle-code-review.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/gilfoyle-code-review.instructions.md -------------------------------------------------------------------------------- /instructions/github-actions-ci-cd-best-practices.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/github-actions-ci-cd-best-practices.instructions.md -------------------------------------------------------------------------------- /instructions/go-mcp-server.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/go-mcp-server.instructions.md -------------------------------------------------------------------------------- /instructions/go.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/go.instructions.md -------------------------------------------------------------------------------- /instructions/instructions.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/instructions.instructions.md -------------------------------------------------------------------------------- /instructions/java-11-to-java-17-upgrade.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/java-11-to-java-17-upgrade.instructions.md -------------------------------------------------------------------------------- /instructions/java-17-to-java-21-upgrade.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/java-17-to-java-21-upgrade.instructions.md -------------------------------------------------------------------------------- /instructions/java-21-to-java-25-upgrade.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/java-21-to-java-25-upgrade.instructions.md -------------------------------------------------------------------------------- /instructions/java-mcp-server.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/java-mcp-server.instructions.md -------------------------------------------------------------------------------- /instructions/java.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/java.instructions.md -------------------------------------------------------------------------------- /instructions/joyride-user-project.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/joyride-user-project.instructions.md -------------------------------------------------------------------------------- /instructions/joyride-workspace-automation.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/joyride-workspace-automation.instructions.md -------------------------------------------------------------------------------- /instructions/kotlin-mcp-server.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/kotlin-mcp-server.instructions.md -------------------------------------------------------------------------------- /instructions/kubernetes-deployment-best-practices.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/kubernetes-deployment-best-practices.instructions.md -------------------------------------------------------------------------------- /instructions/langchain-python.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/langchain-python.instructions.md -------------------------------------------------------------------------------- /instructions/localization.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/localization.instructions.md -------------------------------------------------------------------------------- /instructions/makefile.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/makefile.instructions.md -------------------------------------------------------------------------------- /instructions/markdown.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/markdown.instructions.md -------------------------------------------------------------------------------- /instructions/memory-bank.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/memory-bank.instructions.md -------------------------------------------------------------------------------- /instructions/mongo-dba.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/mongo-dba.instructions.md -------------------------------------------------------------------------------- /instructions/ms-sql-dba.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/ms-sql-dba.instructions.md -------------------------------------------------------------------------------- /instructions/nestjs.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/nestjs.instructions.md -------------------------------------------------------------------------------- /instructions/nextjs-tailwind.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/nextjs-tailwind.instructions.md -------------------------------------------------------------------------------- /instructions/nextjs.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/nextjs.instructions.md -------------------------------------------------------------------------------- /instructions/nodejs-javascript-vitest.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/nodejs-javascript-vitest.instructions.md -------------------------------------------------------------------------------- /instructions/object-calisthenics.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/object-calisthenics.instructions.md -------------------------------------------------------------------------------- /instructions/oqtane.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/oqtane.instructions.md -------------------------------------------------------------------------------- /instructions/pcf-alm.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/pcf-alm.instructions.md -------------------------------------------------------------------------------- /instructions/pcf-api-reference.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/pcf-api-reference.instructions.md -------------------------------------------------------------------------------- /instructions/pcf-best-practices.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/pcf-best-practices.instructions.md -------------------------------------------------------------------------------- /instructions/pcf-canvas-apps.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/pcf-canvas-apps.instructions.md -------------------------------------------------------------------------------- /instructions/pcf-code-components.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/pcf-code-components.instructions.md -------------------------------------------------------------------------------- /instructions/pcf-community-resources.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/pcf-community-resources.instructions.md -------------------------------------------------------------------------------- /instructions/pcf-dependent-libraries.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/pcf-dependent-libraries.instructions.md -------------------------------------------------------------------------------- /instructions/pcf-events.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/pcf-events.instructions.md -------------------------------------------------------------------------------- /instructions/pcf-fluent-modern-theming.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/pcf-fluent-modern-theming.instructions.md -------------------------------------------------------------------------------- /instructions/pcf-limitations.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/pcf-limitations.instructions.md -------------------------------------------------------------------------------- /instructions/pcf-manifest-schema.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/pcf-manifest-schema.instructions.md -------------------------------------------------------------------------------- /instructions/pcf-model-driven-apps.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/pcf-model-driven-apps.instructions.md -------------------------------------------------------------------------------- /instructions/pcf-overview.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/pcf-overview.instructions.md -------------------------------------------------------------------------------- /instructions/pcf-power-pages.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/pcf-power-pages.instructions.md -------------------------------------------------------------------------------- /instructions/pcf-react-platform-libraries.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/pcf-react-platform-libraries.instructions.md -------------------------------------------------------------------------------- /instructions/pcf-sample-components.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/pcf-sample-components.instructions.md -------------------------------------------------------------------------------- /instructions/pcf-tooling.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/pcf-tooling.instructions.md -------------------------------------------------------------------------------- /instructions/performance-optimization.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/performance-optimization.instructions.md -------------------------------------------------------------------------------- /instructions/php-mcp-server.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/php-mcp-server.instructions.md -------------------------------------------------------------------------------- /instructions/playwright-dotnet.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/playwright-dotnet.instructions.md -------------------------------------------------------------------------------- /instructions/playwright-python.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/playwright-python.instructions.md -------------------------------------------------------------------------------- /instructions/playwright-typescript.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/playwright-typescript.instructions.md -------------------------------------------------------------------------------- /instructions/power-apps-canvas-yaml.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/power-apps-canvas-yaml.instructions.md -------------------------------------------------------------------------------- /instructions/power-apps-code-apps.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/power-apps-code-apps.instructions.md -------------------------------------------------------------------------------- /instructions/power-bi-custom-visuals-development.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/power-bi-custom-visuals-development.instructions.md -------------------------------------------------------------------------------- /instructions/power-bi-data-modeling-best-practices.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/power-bi-data-modeling-best-practices.instructions.md -------------------------------------------------------------------------------- /instructions/power-bi-dax-best-practices.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/power-bi-dax-best-practices.instructions.md -------------------------------------------------------------------------------- /instructions/power-bi-devops-alm-best-practices.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/power-bi-devops-alm-best-practices.instructions.md -------------------------------------------------------------------------------- /instructions/power-bi-report-design-best-practices.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/power-bi-report-design-best-practices.instructions.md -------------------------------------------------------------------------------- /instructions/power-bi-security-rls-best-practices.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/power-bi-security-rls-best-practices.instructions.md -------------------------------------------------------------------------------- /instructions/power-platform-connector.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/power-platform-connector.instructions.md -------------------------------------------------------------------------------- /instructions/power-platform-mcp-development.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/power-platform-mcp-development.instructions.md -------------------------------------------------------------------------------- /instructions/powershell-pester-5.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/powershell-pester-5.instructions.md -------------------------------------------------------------------------------- /instructions/powershell.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/powershell.instructions.md -------------------------------------------------------------------------------- /instructions/prompt.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/prompt.instructions.md -------------------------------------------------------------------------------- /instructions/python-mcp-server.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/python-mcp-server.instructions.md -------------------------------------------------------------------------------- /instructions/python.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/python.instructions.md -------------------------------------------------------------------------------- /instructions/quarkus-mcp-server-sse.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/quarkus-mcp-server-sse.instructions.md -------------------------------------------------------------------------------- /instructions/quarkus.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/quarkus.instructions.md -------------------------------------------------------------------------------- /instructions/r.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/r.instructions.md -------------------------------------------------------------------------------- /instructions/reactjs.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/reactjs.instructions.md -------------------------------------------------------------------------------- /instructions/ruby-mcp-server.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/ruby-mcp-server.instructions.md -------------------------------------------------------------------------------- /instructions/ruby-on-rails.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/ruby-on-rails.instructions.md -------------------------------------------------------------------------------- /instructions/rust-mcp-server.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/rust-mcp-server.instructions.md -------------------------------------------------------------------------------- /instructions/rust.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/rust.instructions.md -------------------------------------------------------------------------------- /instructions/security-and-owasp.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/security-and-owasp.instructions.md -------------------------------------------------------------------------------- /instructions/self-explanatory-code-commenting.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/self-explanatory-code-commenting.instructions.md -------------------------------------------------------------------------------- /instructions/shell.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/shell.instructions.md -------------------------------------------------------------------------------- /instructions/spec-driven-workflow-v1.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/spec-driven-workflow-v1.instructions.md -------------------------------------------------------------------------------- /instructions/springboot-4-migration.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/springboot-4-migration.instructions.md -------------------------------------------------------------------------------- /instructions/springboot.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/springboot.instructions.md -------------------------------------------------------------------------------- /instructions/sql-sp-generation.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/sql-sp-generation.instructions.md -------------------------------------------------------------------------------- /instructions/svelte.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/svelte.instructions.md -------------------------------------------------------------------------------- /instructions/swift-mcp-server.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/swift-mcp-server.instructions.md -------------------------------------------------------------------------------- /instructions/taming-copilot.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/taming-copilot.instructions.md -------------------------------------------------------------------------------- /instructions/tanstack-start-shadcn-tailwind.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/tanstack-start-shadcn-tailwind.instructions.md -------------------------------------------------------------------------------- /instructions/task-implementation.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/task-implementation.instructions.md -------------------------------------------------------------------------------- /instructions/tasksync.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/tasksync.instructions.md -------------------------------------------------------------------------------- /instructions/terraform-azure.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/terraform-azure.instructions.md -------------------------------------------------------------------------------- /instructions/terraform-sap-btp.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/terraform-sap-btp.instructions.md -------------------------------------------------------------------------------- /instructions/terraform.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/terraform.instructions.md -------------------------------------------------------------------------------- /instructions/typescript-5-es2022.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/typescript-5-es2022.instructions.md -------------------------------------------------------------------------------- /instructions/typescript-mcp-server.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/typescript-mcp-server.instructions.md -------------------------------------------------------------------------------- /instructions/update-code-from-shorthand.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/update-code-from-shorthand.instructions.md -------------------------------------------------------------------------------- /instructions/vuejs3.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/vuejs3.instructions.md -------------------------------------------------------------------------------- /instructions/wordpress.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/instructions/wordpress.instructions.md -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/package.json -------------------------------------------------------------------------------- /prompts/add-educational-comments.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/add-educational-comments.prompt.md -------------------------------------------------------------------------------- /prompts/ai-prompt-engineering-safety-review.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/ai-prompt-engineering-safety-review.prompt.md -------------------------------------------------------------------------------- /prompts/architecture-blueprint-generator.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/architecture-blueprint-generator.prompt.md -------------------------------------------------------------------------------- /prompts/aspnet-minimal-api-openapi.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/aspnet-minimal-api-openapi.prompt.md -------------------------------------------------------------------------------- /prompts/az-cost-optimize.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/az-cost-optimize.prompt.md -------------------------------------------------------------------------------- /prompts/azure-resource-health-diagnose.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/azure-resource-health-diagnose.prompt.md -------------------------------------------------------------------------------- /prompts/boost-prompt.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/boost-prompt.prompt.md -------------------------------------------------------------------------------- /prompts/breakdown-epic-arch.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/breakdown-epic-arch.prompt.md -------------------------------------------------------------------------------- /prompts/breakdown-epic-pm.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/breakdown-epic-pm.prompt.md -------------------------------------------------------------------------------- /prompts/breakdown-feature-implementation.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/breakdown-feature-implementation.prompt.md -------------------------------------------------------------------------------- /prompts/breakdown-feature-prd.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/breakdown-feature-prd.prompt.md -------------------------------------------------------------------------------- /prompts/breakdown-plan.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/breakdown-plan.prompt.md -------------------------------------------------------------------------------- /prompts/breakdown-test.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/breakdown-test.prompt.md -------------------------------------------------------------------------------- /prompts/code-exemplars-blueprint-generator.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/code-exemplars-blueprint-generator.prompt.md -------------------------------------------------------------------------------- /prompts/comment-code-generate-a-tutorial.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/comment-code-generate-a-tutorial.prompt.md -------------------------------------------------------------------------------- /prompts/containerize-aspnet-framework.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/containerize-aspnet-framework.prompt.md -------------------------------------------------------------------------------- /prompts/containerize-aspnetcore.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/containerize-aspnetcore.prompt.md -------------------------------------------------------------------------------- /prompts/conventional-commit.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/conventional-commit.prompt.md -------------------------------------------------------------------------------- /prompts/convert-plaintext-to-md.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/convert-plaintext-to-md.prompt.md -------------------------------------------------------------------------------- /prompts/copilot-instructions-blueprint-generator.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/copilot-instructions-blueprint-generator.prompt.md -------------------------------------------------------------------------------- /prompts/cosmosdb-datamodeling.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/cosmosdb-datamodeling.prompt.md -------------------------------------------------------------------------------- /prompts/create-agentsmd.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/create-agentsmd.prompt.md -------------------------------------------------------------------------------- /prompts/create-architectural-decision-record.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/create-architectural-decision-record.prompt.md -------------------------------------------------------------------------------- /prompts/create-github-action-workflow-specification.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/create-github-action-workflow-specification.prompt.md -------------------------------------------------------------------------------- /prompts/create-github-issue-feature-from-specification.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/create-github-issue-feature-from-specification.prompt.md -------------------------------------------------------------------------------- /prompts/create-github-issues-feature-from-implementation-plan.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/create-github-issues-feature-from-implementation-plan.prompt.md -------------------------------------------------------------------------------- /prompts/create-github-issues-for-unmet-specification-requirements.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/create-github-issues-for-unmet-specification-requirements.prompt.md -------------------------------------------------------------------------------- /prompts/create-github-pull-request-from-specification.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/create-github-pull-request-from-specification.prompt.md -------------------------------------------------------------------------------- /prompts/create-implementation-plan.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/create-implementation-plan.prompt.md -------------------------------------------------------------------------------- /prompts/create-llms.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/create-llms.prompt.md -------------------------------------------------------------------------------- /prompts/create-oo-component-documentation.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/create-oo-component-documentation.prompt.md -------------------------------------------------------------------------------- /prompts/create-readme.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/create-readme.prompt.md -------------------------------------------------------------------------------- /prompts/create-specification.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/create-specification.prompt.md -------------------------------------------------------------------------------- /prompts/create-spring-boot-java-project.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/create-spring-boot-java-project.prompt.md -------------------------------------------------------------------------------- /prompts/create-spring-boot-kotlin-project.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/create-spring-boot-kotlin-project.prompt.md -------------------------------------------------------------------------------- /prompts/create-technical-spike.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/create-technical-spike.prompt.md -------------------------------------------------------------------------------- /prompts/create-tldr-page.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/create-tldr-page.prompt.md -------------------------------------------------------------------------------- /prompts/csharp-async.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/csharp-async.prompt.md -------------------------------------------------------------------------------- /prompts/csharp-docs.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/csharp-docs.prompt.md -------------------------------------------------------------------------------- /prompts/csharp-mcp-server-generator.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/csharp-mcp-server-generator.prompt.md -------------------------------------------------------------------------------- /prompts/csharp-mstest.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/csharp-mstest.prompt.md -------------------------------------------------------------------------------- /prompts/csharp-nunit.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/csharp-nunit.prompt.md -------------------------------------------------------------------------------- /prompts/csharp-tunit.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/csharp-tunit.prompt.md -------------------------------------------------------------------------------- /prompts/csharp-xunit.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/csharp-xunit.prompt.md -------------------------------------------------------------------------------- /prompts/dataverse-python-advanced-patterns.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/dataverse-python-advanced-patterns.prompt.md -------------------------------------------------------------------------------- /prompts/dataverse-python-production-code.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/dataverse-python-production-code.prompt.md -------------------------------------------------------------------------------- /prompts/dataverse-python-quickstart.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/dataverse-python-quickstart.prompt.md -------------------------------------------------------------------------------- /prompts/dataverse-python-usecase-builder.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/dataverse-python-usecase-builder.prompt.md -------------------------------------------------------------------------------- /prompts/declarative-agents.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/declarative-agents.prompt.md -------------------------------------------------------------------------------- /prompts/documentation-writer.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/documentation-writer.prompt.md -------------------------------------------------------------------------------- /prompts/dotnet-best-practices.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/dotnet-best-practices.prompt.md -------------------------------------------------------------------------------- /prompts/dotnet-design-pattern-review.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/dotnet-design-pattern-review.prompt.md -------------------------------------------------------------------------------- /prompts/dotnet-upgrade.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/dotnet-upgrade.prompt.md -------------------------------------------------------------------------------- /prompts/editorconfig.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/editorconfig.prompt.md -------------------------------------------------------------------------------- /prompts/ef-core.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/ef-core.prompt.md -------------------------------------------------------------------------------- /prompts/finalize-agent-prompt.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/finalize-agent-prompt.prompt.md -------------------------------------------------------------------------------- /prompts/first-ask.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/first-ask.prompt.md -------------------------------------------------------------------------------- /prompts/folder-structure-blueprint-generator.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/folder-structure-blueprint-generator.prompt.md -------------------------------------------------------------------------------- /prompts/gen-specs-as-issues.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/gen-specs-as-issues.prompt.md -------------------------------------------------------------------------------- /prompts/generate-custom-instructions-from-codebase.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/generate-custom-instructions-from-codebase.prompt.md -------------------------------------------------------------------------------- /prompts/git-flow-branch-creator.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/git-flow-branch-creator.prompt.md -------------------------------------------------------------------------------- /prompts/github-copilot-starter.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/github-copilot-starter.prompt.md -------------------------------------------------------------------------------- /prompts/go-mcp-server-generator.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/go-mcp-server-generator.prompt.md -------------------------------------------------------------------------------- /prompts/java-docs.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/java-docs.prompt.md -------------------------------------------------------------------------------- /prompts/java-junit.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/java-junit.prompt.md -------------------------------------------------------------------------------- /prompts/java-mcp-server-generator.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/java-mcp-server-generator.prompt.md -------------------------------------------------------------------------------- /prompts/java-refactoring-extract-method.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/java-refactoring-extract-method.prompt.md -------------------------------------------------------------------------------- /prompts/java-refactoring-remove-parameter.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/java-refactoring-remove-parameter.prompt.md -------------------------------------------------------------------------------- /prompts/java-springboot.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/java-springboot.prompt.md -------------------------------------------------------------------------------- /prompts/javascript-typescript-jest.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/javascript-typescript-jest.prompt.md -------------------------------------------------------------------------------- /prompts/kotlin-mcp-server-generator.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/kotlin-mcp-server-generator.prompt.md -------------------------------------------------------------------------------- /prompts/kotlin-springboot.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/kotlin-springboot.prompt.md -------------------------------------------------------------------------------- /prompts/mcp-copilot-studio-server-generator.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/mcp-copilot-studio-server-generator.prompt.md -------------------------------------------------------------------------------- /prompts/memory-merger.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/memory-merger.prompt.md -------------------------------------------------------------------------------- /prompts/mkdocs-translations.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/mkdocs-translations.prompt.md -------------------------------------------------------------------------------- /prompts/model-recommendation.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/model-recommendation.prompt.md -------------------------------------------------------------------------------- /prompts/multi-stage-dockerfile.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/multi-stage-dockerfile.prompt.md -------------------------------------------------------------------------------- /prompts/my-issues.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/my-issues.prompt.md -------------------------------------------------------------------------------- /prompts/my-pull-requests.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/my-pull-requests.prompt.md -------------------------------------------------------------------------------- /prompts/next-intl-add-language.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/next-intl-add-language.prompt.md -------------------------------------------------------------------------------- /prompts/php-mcp-server-generator.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/php-mcp-server-generator.prompt.md -------------------------------------------------------------------------------- /prompts/playwright-automation-fill-in-form.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/playwright-automation-fill-in-form.prompt.md -------------------------------------------------------------------------------- /prompts/playwright-explore-website.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/playwright-explore-website.prompt.md -------------------------------------------------------------------------------- /prompts/playwright-generate-test.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/playwright-generate-test.prompt.md -------------------------------------------------------------------------------- /prompts/postgresql-code-review.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/postgresql-code-review.prompt.md -------------------------------------------------------------------------------- /prompts/postgresql-optimization.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/postgresql-optimization.prompt.md -------------------------------------------------------------------------------- /prompts/power-apps-code-app-scaffold.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/power-apps-code-app-scaffold.prompt.md -------------------------------------------------------------------------------- /prompts/power-bi-dax-optimization.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/power-bi-dax-optimization.prompt.md -------------------------------------------------------------------------------- /prompts/power-bi-model-design-review.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/power-bi-model-design-review.prompt.md -------------------------------------------------------------------------------- /prompts/power-bi-performance-troubleshooting.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/power-bi-performance-troubleshooting.prompt.md -------------------------------------------------------------------------------- /prompts/power-bi-report-design-consultation.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/power-bi-report-design-consultation.prompt.md -------------------------------------------------------------------------------- /prompts/power-platform-mcp-connector-suite.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/power-platform-mcp-connector-suite.prompt.md -------------------------------------------------------------------------------- /prompts/project-workflow-analysis-blueprint-generator.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/project-workflow-analysis-blueprint-generator.prompt.md -------------------------------------------------------------------------------- /prompts/prompt-builder.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/prompt-builder.prompt.md -------------------------------------------------------------------------------- /prompts/pytest-coverage.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/pytest-coverage.prompt.md -------------------------------------------------------------------------------- /prompts/python-mcp-server-generator.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/python-mcp-server-generator.prompt.md -------------------------------------------------------------------------------- /prompts/readme-blueprint-generator.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/readme-blueprint-generator.prompt.md -------------------------------------------------------------------------------- /prompts/remember-interactive-programming.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/remember-interactive-programming.prompt.md -------------------------------------------------------------------------------- /prompts/remember.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/remember.prompt.md -------------------------------------------------------------------------------- /prompts/repo-story-time.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/repo-story-time.prompt.md -------------------------------------------------------------------------------- /prompts/review-and-refactor.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/review-and-refactor.prompt.md -------------------------------------------------------------------------------- /prompts/ruby-mcp-server-generator.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/ruby-mcp-server-generator.prompt.md -------------------------------------------------------------------------------- /prompts/rust-mcp-server-generator.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/rust-mcp-server-generator.prompt.md -------------------------------------------------------------------------------- /prompts/shuffle-json-data.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/shuffle-json-data.prompt.md -------------------------------------------------------------------------------- /prompts/sql-code-review.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/sql-code-review.prompt.md -------------------------------------------------------------------------------- /prompts/sql-optimization.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/sql-optimization.prompt.md -------------------------------------------------------------------------------- /prompts/structured-autonomy-generate.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/structured-autonomy-generate.prompt.md -------------------------------------------------------------------------------- /prompts/structured-autonomy-implement.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/structured-autonomy-implement.prompt.md -------------------------------------------------------------------------------- /prompts/structured-autonomy-plan.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/structured-autonomy-plan.prompt.md -------------------------------------------------------------------------------- /prompts/suggest-awesome-github-copilot-agents.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/suggest-awesome-github-copilot-agents.prompt.md -------------------------------------------------------------------------------- /prompts/suggest-awesome-github-copilot-chatmodes.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/suggest-awesome-github-copilot-chatmodes.prompt.md -------------------------------------------------------------------------------- /prompts/suggest-awesome-github-copilot-collections.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/suggest-awesome-github-copilot-collections.prompt.md -------------------------------------------------------------------------------- /prompts/suggest-awesome-github-copilot-instructions.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/suggest-awesome-github-copilot-instructions.prompt.md -------------------------------------------------------------------------------- /prompts/suggest-awesome-github-copilot-prompts.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/suggest-awesome-github-copilot-prompts.prompt.md -------------------------------------------------------------------------------- /prompts/swift-mcp-server-generator.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/swift-mcp-server-generator.prompt.md -------------------------------------------------------------------------------- /prompts/technology-stack-blueprint-generator.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/technology-stack-blueprint-generator.prompt.md -------------------------------------------------------------------------------- /prompts/tldr-prompt.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/tldr-prompt.prompt.md -------------------------------------------------------------------------------- /prompts/typescript-mcp-server-generator.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/typescript-mcp-server-generator.prompt.md -------------------------------------------------------------------------------- /prompts/update-avm-modules-in-bicep.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/update-avm-modules-in-bicep.prompt.md -------------------------------------------------------------------------------- /prompts/update-implementation-plan.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/update-implementation-plan.prompt.md -------------------------------------------------------------------------------- /prompts/update-llms.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/update-llms.prompt.md -------------------------------------------------------------------------------- /prompts/update-markdown-file-index.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/update-markdown-file-index.prompt.md -------------------------------------------------------------------------------- /prompts/update-oo-component-documentation.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/update-oo-component-documentation.prompt.md -------------------------------------------------------------------------------- /prompts/update-specification.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/update-specification.prompt.md -------------------------------------------------------------------------------- /prompts/write-coding-standards-from-file.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/prompts/write-coding-standards-from-file.prompt.md -------------------------------------------------------------------------------- /scripts/fix-line-endings.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/awesome-copilot/HEAD/scripts/fix-line-endings.sh --------------------------------------------------------------------------------