From 9c6f03bc536b44f522c33ebd9d0394233ac49923 Mon Sep 17 00:00:00 2001 From: deb-adarsh Date: Sat, 25 Jul 2026 23:00:49 +0530 Subject: [PATCH] v.1.3.6 --- extension/CHANGELOG.md | 12 ++ extension/media/catalog.json | 2 +- extension/package-lock.json | 4 +- extension/package.json | 2 +- extension/src/extension.ts | 28 +++- extension/src/views/catalogWebviewProvider.ts | 1 + extension/templates/spec.yaml | 1 + package-lock.json | 4 +- package.json | 4 +- src/api/profile-spec.ts | 2 +- src/api/workspace-facade.ts | 14 +- src/cli/commands.ts | 2 +- .../__tests__/ensure-client-dirs.test.ts | 57 ++++++++ .../__tests__/partition-modules.test.ts | 52 ++++++++ src/client-adapters/apply-output.ts | 20 ++- src/client-adapters/claude/claude-adapter.ts | 99 ++------------ src/client-adapters/client-adapter.ts | 4 +- src/client-adapters/client-paths.ts | 13 ++ .../copilot/copilot-adapter.ts | 83 +++++------- src/client-adapters/cursor/cursor-adapter.ts | 122 +++++------------- src/client-adapters/emit-skill-agent-files.ts | 84 ++++++++---- src/client-adapters/ensure-client-dirs.ts | 33 +++++ src/client-adapters/index.ts | 8 +- src/client-adapters/normalize.ts | 113 +++------------- src/client-adapters/normalized.ts | 117 +++++++---------- src/pipeline/apply-pipeline.ts | 81 ++++++++---- src/pipeline/concurrency.ts | 24 ++++ src/sources/github/github-source.ts | 119 ++++++++++++----- src/types/spec.ts | 2 + src/validation/schema.ts | 2 + templates/spec.yaml | 1 + 31 files changed, 600 insertions(+), 510 deletions(-) create mode 100644 src/client-adapters/__tests__/ensure-client-dirs.test.ts create mode 100644 src/client-adapters/__tests__/partition-modules.test.ts create mode 100644 src/client-adapters/ensure-client-dirs.ts create mode 100644 src/pipeline/concurrency.ts diff --git a/extension/CHANGELOG.md b/extension/CHANGELOG.md index c7b96a6..2776d0c 100644 --- a/extension/CHANGELOG.md +++ b/extension/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to the **AI Stack Kit** VS Code extension are documented here. +## [1.3.6] - 2026-07-03 + +### Changed + +- **Pass-through module install** — skills, subagents, and hooks are copied from source as authored (no auto-generated prompts or agent stubs). +- **Faster sync** — parallel module fetch/install, GitHub tarball caching for shared repos, parallel project + profile sync, and parallel adapter file writes. +- **Profile installs** — auto-sync after catalog add, watcher on `~/.aistack/spec.yaml`, and proactive creation of client `skills/`, `agents/`, and `hooks/` directories on first user-scope sync. + +### Fixed + +- Profile-level skill installs now materialize under `~/.cursor/skills/` (and Claude/Copilot equivalents) even when those folders did not exist before. + ## [1.3.5] - 2026-05-24 ### Changed diff --git a/extension/media/catalog.json b/extension/media/catalog.json index 8860c67..9ba9e84 100644 --- a/extension/media/catalog.json +++ b/extension/media/catalog.json @@ -1 +1 @@ -{"generatedAt":"2026-05-24T12:49:49.582Z","count":709,"publisherFamilies":["Microsoft","Google","Anthropic","Composio","OpenAI"],"publishers":["Anthropic","Composio","GitHub","Google","Microsoft","OpenAI"],"skills":[{"id":"awesome-copilot--acquire-codebase-knowledge","skillFolder":"acquire-codebase-knowledge","description":"name: acquire-codebase-knowledge","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/acquire-codebase-knowledge"},{"id":"awesome-copilot--acreadiness-assess","skillFolder":"acreadiness-assess","description":"name: acreadiness-assess","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/acreadiness-assess"},{"id":"awesome-copilot--acreadiness-generate-instructions","skillFolder":"acreadiness-generate-instructions","description":"name: acreadiness-generate-instructions","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/acreadiness-generate-instructions"},{"id":"awesome-copilot--acreadiness-policy","skillFolder":"acreadiness-policy","description":"name: acreadiness-policy","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/acreadiness-policy"},{"id":"awesome-copilot--add-educational-comments","skillFolder":"add-educational-comments","description":"name: add-educational-comments","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/add-educational-comments"},{"id":"awesome-copilot--adobe-illustrator-scripting","skillFolder":"adobe-illustrator-scripting","description":"name: adobe-illustrator-scripting","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/adobe-illustrator-scripting"},{"id":"awesome-copilot--agent-governance","skillFolder":"agent-governance","description":"name: agent-governance","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/agent-governance"},{"id":"awesome-copilot--agent-owasp-compliance","skillFolder":"agent-owasp-compliance","description":"name: agent-owasp-compliance","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/agent-owasp-compliance"},{"id":"awesome-copilot--agent-supply-chain","skillFolder":"agent-supply-chain","description":"name: agent-supply-chain","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/agent-supply-chain"},{"id":"awesome-copilot--agentic-eval","skillFolder":"agentic-eval","description":"name: agentic-eval","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/agentic-eval"},{"id":"awesome-copilot--ai-prompt-engineering-safety-review","skillFolder":"ai-prompt-engineering-safety-review","description":"name: ai-prompt-engineering-safety-review","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/ai-prompt-engineering-safety-review"},{"id":"awesome-copilot--ai-ready","skillFolder":"ai-ready","description":"name: ai-ready","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/ai-ready"},{"id":"awesome-copilot--ai-team-orchestration","skillFolder":"ai-team-orchestration","description":"name: ai-team-orchestration","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/ai-team-orchestration"},{"id":"awesome-copilot--appinsights-instrumentation","skillFolder":"appinsights-instrumentation","description":"name: appinsights-instrumentation","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/appinsights-instrumentation"},{"id":"awesome-copilot--apple-appstore-reviewer","skillFolder":"apple-appstore-reviewer","description":"name: apple-appstore-reviewer","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/apple-appstore-reviewer"},{"id":"awesome-copilot--arch-linux-triage","skillFolder":"arch-linux-triage","description":"name: arch-linux-triage","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/arch-linux-triage"},{"id":"awesome-copilot--architecture-blueprint-generator","skillFolder":"architecture-blueprint-generator","description":"name: architecture-blueprint-generator","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/architecture-blueprint-generator"},{"id":"awesome-copilot--arduino-azure-iot-edge-integration","skillFolder":"arduino-azure-iot-edge-integration","description":"name: arduino-azure-iot-edge-integration","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/arduino-azure-iot-edge-integration"},{"id":"awesome-copilot--arize-ai-provider-integration","skillFolder":"arize-ai-provider-integration","description":"name: arize-ai-provider-integration","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/arize-ai-provider-integration"},{"id":"awesome-copilot--arize-annotation","skillFolder":"arize-annotation","description":"name: arize-annotation","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/arize-annotation"},{"id":"awesome-copilot--arize-dataset","skillFolder":"arize-dataset","description":"name: arize-dataset","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/arize-dataset"},{"id":"awesome-copilot--arize-evaluator","skillFolder":"arize-evaluator","description":"name: arize-evaluator","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/arize-evaluator"},{"id":"awesome-copilot--arize-experiment","skillFolder":"arize-experiment","description":"name: arize-experiment","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/arize-experiment"},{"id":"awesome-copilot--arize-instrumentation","skillFolder":"arize-instrumentation","description":"name: arize-instrumentation","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/arize-instrumentation"},{"id":"awesome-copilot--arize-link","skillFolder":"arize-link","description":"name: arize-link","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/arize-link"},{"id":"awesome-copilot--arize-prompt-optimization","skillFolder":"arize-prompt-optimization","description":"name: arize-prompt-optimization","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/arize-prompt-optimization"},{"id":"awesome-copilot--arize-trace","skillFolder":"arize-trace","description":"name: arize-trace","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/arize-trace"},{"id":"awesome-copilot--aspire","skillFolder":"aspire","description":"name: aspire","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/aspire"},{"id":"awesome-copilot--aspnet-minimal-api-openapi","skillFolder":"aspnet-minimal-api-openapi","description":"name: aspnet-minimal-api-openapi","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/aspnet-minimal-api-openapi"},{"id":"awesome-copilot--audit-integrity","skillFolder":"audit-integrity","description":"name: 'audit-integrity'","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/audit-integrity"},{"id":"awesome-copilot--automate-this","skillFolder":"automate-this","description":"name: automate-this","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/automate-this"},{"id":"awesome-copilot--autoresearch","skillFolder":"autoresearch","description":"name: autoresearch","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/autoresearch"},{"id":"awesome-copilot--aws-cdk-python-setup","skillFolder":"aws-cdk-python-setup","description":"name: aws-cdk-python-setup","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/aws-cdk-python-setup"},{"id":"awesome-copilot--az-cost-optimize","skillFolder":"az-cost-optimize","description":"name: az-cost-optimize","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/az-cost-optimize"},{"id":"awesome-copilot--azure-architecture-autopilot","skillFolder":"azure-architecture-autopilot","description":"name: azure-architecture-autopilot","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/azure-architecture-autopilot"},{"id":"awesome-copilot--azure-deployment-preflight","skillFolder":"azure-deployment-preflight","description":"name: azure-deployment-preflight","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/azure-deployment-preflight"},{"id":"awesome-copilot--azure-devops-cli","skillFolder":"azure-devops-cli","description":"name: azure-devops-cli","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/azure-devops-cli"},{"id":"awesome-copilot--azure-pricing","skillFolder":"azure-pricing","description":"name: azure-pricing","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/azure-pricing"},{"id":"awesome-copilot--azure-resource-health-diagnose","skillFolder":"azure-resource-health-diagnose","description":"name: azure-resource-health-diagnose","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/azure-resource-health-diagnose"},{"id":"awesome-copilot--azure-resource-visualizer","skillFolder":"azure-resource-visualizer","description":"name: azure-resource-visualizer","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/azure-resource-visualizer"},{"id":"awesome-copilot--azure-role-selector","skillFolder":"azure-role-selector","description":"name: azure-role-selector","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/azure-role-selector"},{"id":"awesome-copilot--azure-smart-city-iot-solution-builder","skillFolder":"azure-smart-city-iot-solution-builder","description":"name: azure-smart-city-iot-solution-builder","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/azure-smart-city-iot-solution-builder"},{"id":"awesome-copilot--azure-static-web-apps","skillFolder":"azure-static-web-apps","description":"name: azure-static-web-apps","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/azure-static-web-apps"},{"id":"awesome-copilot--batch-files","skillFolder":"batch-files","description":"name: batch-files","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/batch-files"},{"id":"awesome-copilot--bigquery-pipeline-audit","skillFolder":"bigquery-pipeline-audit","description":"name: bigquery-pipeline-audit","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/bigquery-pipeline-audit"},{"id":"awesome-copilot--boost-prompt","skillFolder":"boost-prompt","description":"name: boost-prompt","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/boost-prompt"},{"id":"awesome-copilot--brag-sheet","skillFolder":"brag-sheet","description":"name: brag-sheet","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/brag-sheet"},{"id":"awesome-copilot--breakdown-epic-arch","skillFolder":"breakdown-epic-arch","description":"name: breakdown-epic-arch","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/breakdown-epic-arch"},{"id":"awesome-copilot--breakdown-epic-pm","skillFolder":"breakdown-epic-pm","description":"name: breakdown-epic-pm","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/breakdown-epic-pm"},{"id":"awesome-copilot--breakdown-feature-implementation","skillFolder":"breakdown-feature-implementation","description":"name: breakdown-feature-implementation","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/breakdown-feature-implementation"},{"id":"awesome-copilot--breakdown-feature-prd","skillFolder":"breakdown-feature-prd","description":"name: breakdown-feature-prd","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/breakdown-feature-prd"},{"id":"awesome-copilot--breakdown-plan","skillFolder":"breakdown-plan","description":"name: breakdown-plan","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/breakdown-plan"},{"id":"awesome-copilot--breakdown-test","skillFolder":"breakdown-test","description":"name: breakdown-test","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/breakdown-test"},{"id":"awesome-copilot--centos-linux-triage","skillFolder":"centos-linux-triage","description":"name: centos-linux-triage","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/centos-linux-triage"},{"id":"awesome-copilot--chrome-devtools","skillFolder":"chrome-devtools","description":"name: chrome-devtools","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/chrome-devtools"},{"id":"awesome-copilot--cli-mastery","skillFolder":"cli-mastery","description":"name: cli-mastery","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/cli-mastery"},{"id":"awesome-copilot--cloud-design-patterns","skillFolder":"cloud-design-patterns","description":"name: cloud-design-patterns","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/cloud-design-patterns"},{"id":"awesome-copilot--code-exemplars-blueprint-generator","skillFolder":"code-exemplars-blueprint-generator","description":"name: code-exemplars-blueprint-generator","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/code-exemplars-blueprint-generator"},{"id":"awesome-copilot--code-tour","skillFolder":"code-tour","description":"name: code-tour","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/code-tour"},{"id":"awesome-copilot--codeql","skillFolder":"codeql","description":"name: codeql","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/codeql"},{"id":"awesome-copilot--comment-code-generate-a-tutorial","skillFolder":"comment-code-generate-a-tutorial","description":"name: comment-code-generate-a-tutorial","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/comment-code-generate-a-tutorial"},{"id":"awesome-copilot--commit-message-storyteller","skillFolder":"commit-message-storyteller","description":"name: commit-message-storyteller","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/commit-message-storyteller"},{"id":"awesome-copilot--containerize-aspnet-framework","skillFolder":"containerize-aspnet-framework","description":"name: containerize-aspnet-framework","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/containerize-aspnet-framework"},{"id":"awesome-copilot--containerize-aspnetcore","skillFolder":"containerize-aspnetcore","description":"name: containerize-aspnetcore","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/containerize-aspnetcore"},{"id":"awesome-copilot--content-management-systems","skillFolder":"content-management-systems","description":"name: content-management-systems","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/content-management-systems"},{"id":"awesome-copilot--context-map","skillFolder":"context-map","description":"name: context-map","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/context-map"},{"id":"awesome-copilot--conventional-commit","skillFolder":"conventional-commit","description":"name: conventional-commit","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/conventional-commit"},{"id":"awesome-copilot--convert-plaintext-to-md","skillFolder":"convert-plaintext-to-md","description":"name: convert-plaintext-to-md","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/convert-plaintext-to-md"},{"id":"awesome-copilot--copilot-cli-quickstart","skillFolder":"copilot-cli-quickstart","description":"name: copilot-cli-quickstart","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/copilot-cli-quickstart"},{"id":"awesome-copilot--copilot-instructions-blueprint-generator","skillFolder":"copilot-instructions-blueprint-generator","description":"name: copilot-instructions-blueprint-generator","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/copilot-instructions-blueprint-generator"},{"id":"awesome-copilot--copilot-sdk","skillFolder":"copilot-sdk","description":"name: copilot-sdk","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/copilot-sdk"},{"id":"awesome-copilot--copilot-spaces","skillFolder":"copilot-spaces","description":"name: copilot-spaces","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/copilot-spaces"},{"id":"awesome-copilot--copilot-usage-metrics","skillFolder":"copilot-usage-metrics","description":"name: copilot-usage-metrics","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/copilot-usage-metrics"},{"id":"awesome-copilot--cosmosdb-datamodeling","skillFolder":"cosmosdb-datamodeling","description":"name: cosmosdb-datamodeling","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/cosmosdb-datamodeling"},{"id":"awesome-copilot--create-agentsmd","skillFolder":"create-agentsmd","description":"name: create-agentsmd","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/create-agentsmd"},{"id":"awesome-copilot--create-architectural-decision-record","skillFolder":"create-architectural-decision-record","description":"name: create-architectural-decision-record","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/create-architectural-decision-record"},{"id":"awesome-copilot--create-github-action-workflow-specification","skillFolder":"create-github-action-workflow-specification","description":"name: create-github-action-workflow-specification","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/create-github-action-workflow-specification"},{"id":"awesome-copilot--create-github-issue-feature-from-specification","skillFolder":"create-github-issue-feature-from-specification","description":"name: create-github-issue-feature-from-specification","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/create-github-issue-feature-from-specification"},{"id":"awesome-copilot--create-github-issues-feature-from-implementation-plan","skillFolder":"create-github-issues-feature-from-implementation-plan","description":"name: create-github-issues-feature-from-implementation-plan","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/create-github-issues-feature-from-implementation-plan"},{"id":"awesome-copilot--create-github-issues-for-unmet-specification-requirements","skillFolder":"create-github-issues-for-unmet-specification-requirements","description":"name: create-github-issues-for-unmet-specification-requirements","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/create-github-issues-for-unmet-specification-requirements"},{"id":"awesome-copilot--create-implementation-plan","skillFolder":"create-implementation-plan","description":"name: create-implementation-plan","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/create-implementation-plan"},{"id":"awesome-copilot--create-llms","skillFolder":"create-llms","description":"name: create-llms","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/create-llms"},{"id":"awesome-copilot--create-readme","skillFolder":"create-readme","description":"name: create-readme","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/create-readme"},{"id":"awesome-copilot--create-specification","skillFolder":"create-specification","description":"name: create-specification","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/create-specification"},{"id":"awesome-copilot--create-spring-boot-java-project","skillFolder":"create-spring-boot-java-project","description":"name: create-spring-boot-java-project","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/create-spring-boot-java-project"},{"id":"awesome-copilot--create-spring-boot-kotlin-project","skillFolder":"create-spring-boot-kotlin-project","description":"name: create-spring-boot-kotlin-project","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/create-spring-boot-kotlin-project"},{"id":"awesome-copilot--create-technical-spike","skillFolder":"create-technical-spike","description":"name: create-technical-spike","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/create-technical-spike"},{"id":"awesome-copilot--create-tldr-page","skillFolder":"create-tldr-page","description":"name: create-tldr-page","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/create-tldr-page"},{"id":"awesome-copilot--creating-oracle-to-postgres-master-migration-plan","skillFolder":"creating-oracle-to-postgres-master-migration-plan","description":"name: creating-oracle-to-postgres-master-migration-plan","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/creating-oracle-to-postgres-master-migration-plan"},{"id":"awesome-copilot--creating-oracle-to-postgres-migration-bug-report","skillFolder":"creating-oracle-to-postgres-migration-bug-report","description":"name: creating-oracle-to-postgres-migration-bug-report","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/creating-oracle-to-postgres-migration-bug-report"},{"id":"awesome-copilot--creating-oracle-to-postgres-migration-integration-tests","skillFolder":"creating-oracle-to-postgres-migration-integration-tests","description":"name: creating-oracle-to-postgres-migration-integration-tests","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/creating-oracle-to-postgres-migration-integration-tests"},{"id":"awesome-copilot--csharp-async","skillFolder":"csharp-async","description":"name: csharp-async","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/csharp-async"},{"id":"awesome-copilot--csharp-docs","skillFolder":"csharp-docs","description":"name: csharp-docs","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/csharp-docs"},{"id":"awesome-copilot--csharp-mstest","skillFolder":"csharp-mstest","description":"name: csharp-mstest","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/csharp-mstest"},{"id":"awesome-copilot--csharp-nunit","skillFolder":"csharp-nunit","description":"name: csharp-nunit","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/csharp-nunit"},{"id":"awesome-copilot--csharp-tunit","skillFolder":"csharp-tunit","description":"name: csharp-tunit","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/csharp-tunit"},{"id":"awesome-copilot--csharp-xunit","skillFolder":"csharp-xunit","description":"name: csharp-xunit","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/csharp-xunit"},{"id":"awesome-copilot--daily-prep","skillFolder":"daily-prep","description":"name: daily-prep","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/daily-prep"},{"id":"awesome-copilot--data-breach-blast-radius","skillFolder":"data-breach-blast-radius","description":"name: data-breach-blast-radius","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/data-breach-blast-radius"},{"id":"awesome-copilot--datanalysis-credit-risk","skillFolder":"datanalysis-credit-risk","description":"name: datanalysis-credit-risk","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/datanalysis-credit-risk"},{"id":"awesome-copilot--dataverse-python-advanced-patterns","skillFolder":"dataverse-python-advanced-patterns","description":"name: dataverse-python-advanced-patterns","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/dataverse-python-advanced-patterns"},{"id":"awesome-copilot--dataverse-python-production-code","skillFolder":"dataverse-python-production-code","description":"name: dataverse-python-production-code","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/dataverse-python-production-code"},{"id":"awesome-copilot--dataverse-python-quickstart","skillFolder":"dataverse-python-quickstart","description":"name: dataverse-python-quickstart","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/dataverse-python-quickstart"},{"id":"awesome-copilot--dataverse-python-usecase-builder","skillFolder":"dataverse-python-usecase-builder","description":"name: dataverse-python-usecase-builder","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/dataverse-python-usecase-builder"},{"id":"awesome-copilot--debian-linux-triage","skillFolder":"debian-linux-triage","description":"name: debian-linux-triage","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/debian-linux-triage"},{"id":"awesome-copilot--declarative-agents","skillFolder":"declarative-agents","description":"name: declarative-agents","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/declarative-agents"},{"id":"awesome-copilot--dependabot","skillFolder":"dependabot","description":"name: dependabot","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/dependabot"},{"id":"awesome-copilot--devops-rollout-plan","skillFolder":"devops-rollout-plan","description":"name: devops-rollout-plan","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/devops-rollout-plan"},{"id":"awesome-copilot--diagnose","skillFolder":"diagnose","description":"name: diagnose","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/diagnose"},{"id":"awesome-copilot--documentation-writer","skillFolder":"documentation-writer","description":"name: documentation-writer","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/documentation-writer"},{"id":"awesome-copilot--dotnet-best-practices","skillFolder":"dotnet-best-practices","description":"name: dotnet-best-practices","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/dotnet-best-practices"},{"id":"awesome-copilot--dotnet-design-pattern-review","skillFolder":"dotnet-design-pattern-review","description":"name: dotnet-design-pattern-review","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/dotnet-design-pattern-review"},{"id":"awesome-copilot--dotnet-mcp-builder","skillFolder":"dotnet-mcp-builder","description":"name: dotnet-mcp-builder","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/dotnet-mcp-builder"},{"id":"awesome-copilot--dotnet-timezone","skillFolder":"dotnet-timezone","description":"name: dotnet-timezone","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/dotnet-timezone"},{"id":"awesome-copilot--dotnet-upgrade","skillFolder":"dotnet-upgrade","description":"name: dotnet-upgrade","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/dotnet-upgrade"},{"id":"awesome-copilot--doublecheck","skillFolder":"doublecheck","description":"name: doublecheck","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/doublecheck"},{"id":"awesome-copilot--draw-io-diagram-generator","skillFolder":"draw-io-diagram-generator","description":"name: draw-io-diagram-generator","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/draw-io-diagram-generator"},{"id":"awesome-copilot--drawio","skillFolder":"drawio","description":"name: drawio","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/drawio"},{"id":"awesome-copilot--editorconfig","skillFolder":"editorconfig","description":"name: editorconfig","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/editorconfig"},{"id":"awesome-copilot--ef-core","skillFolder":"ef-core","description":"name: ef-core","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/ef-core"},{"id":"awesome-copilot--email-drafter","skillFolder":"email-drafter","description":"Skill folder `email-drafter` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/email-drafter"},{"id":"awesome-copilot--entra-agent-user","skillFolder":"entra-agent-user","description":"Skill folder `entra-agent-user` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/entra-agent-user"},{"id":"awesome-copilot--eval-driven-dev","skillFolder":"eval-driven-dev","description":"Skill folder `eval-driven-dev` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/eval-driven-dev"},{"id":"awesome-copilot--exam-ready","skillFolder":"exam-ready","description":"Skill folder `exam-ready` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/exam-ready"},{"id":"awesome-copilot--excalidraw-diagram-generator","skillFolder":"excalidraw-diagram-generator","description":"Skill folder `excalidraw-diagram-generator` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/excalidraw-diagram-generator"},{"id":"awesome-copilot--eyeball","skillFolder":"eyeball","description":"Skill folder `eyeball` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/eyeball"},{"id":"awesome-copilot--fabric-lakehouse","skillFolder":"fabric-lakehouse","description":"Skill folder `fabric-lakehouse` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/fabric-lakehouse"},{"id":"awesome-copilot--fedora-linux-triage","skillFolder":"fedora-linux-triage","description":"Skill folder `fedora-linux-triage` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/fedora-linux-triage"},{"id":"awesome-copilot--finalize-agent-prompt","skillFolder":"finalize-agent-prompt","description":"Skill folder `finalize-agent-prompt` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/finalize-agent-prompt"},{"id":"awesome-copilot--finnish-humanizer","skillFolder":"finnish-humanizer","description":"Skill folder `finnish-humanizer` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/finnish-humanizer"},{"id":"awesome-copilot--first-ask","skillFolder":"first-ask","description":"Skill folder `first-ask` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/first-ask"},{"id":"awesome-copilot--flowstudio-power-automate-build","skillFolder":"flowstudio-power-automate-build","description":"Skill folder `flowstudio-power-automate-build` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/flowstudio-power-automate-build"},{"id":"awesome-copilot--flowstudio-power-automate-debug","skillFolder":"flowstudio-power-automate-debug","description":"Skill folder `flowstudio-power-automate-debug` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/flowstudio-power-automate-debug"},{"id":"awesome-copilot--flowstudio-power-automate-governance","skillFolder":"flowstudio-power-automate-governance","description":"Skill folder `flowstudio-power-automate-governance` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/flowstudio-power-automate-governance"},{"id":"awesome-copilot--flowstudio-power-automate-mcp","skillFolder":"flowstudio-power-automate-mcp","description":"Skill folder `flowstudio-power-automate-mcp` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/flowstudio-power-automate-mcp"},{"id":"awesome-copilot--flowstudio-power-automate-monitoring","skillFolder":"flowstudio-power-automate-monitoring","description":"Skill folder `flowstudio-power-automate-monitoring` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/flowstudio-power-automate-monitoring"},{"id":"awesome-copilot--fluentui-blazor","skillFolder":"fluentui-blazor","description":"Skill folder `fluentui-blazor` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/fluentui-blazor"},{"id":"awesome-copilot--folder-structure-blueprint-generator","skillFolder":"folder-structure-blueprint-generator","description":"Skill folder `folder-structure-blueprint-generator` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/folder-structure-blueprint-generator"},{"id":"awesome-copilot--foundry-agent-sync","skillFolder":"foundry-agent-sync","description":"Skill folder `foundry-agent-sync` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/foundry-agent-sync"},{"id":"awesome-copilot--freecad-scripts","skillFolder":"freecad-scripts","description":"Skill folder `freecad-scripts` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/freecad-scripts"},{"id":"awesome-copilot--from-the-other-side-vega","skillFolder":"from-the-other-side-vega","description":"Skill folder `from-the-other-side-vega` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/from-the-other-side-vega"},{"id":"awesome-copilot--game-engine","skillFolder":"game-engine","description":"Skill folder `game-engine` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/game-engine"},{"id":"awesome-copilot--gdpr-compliant","skillFolder":"gdpr-compliant","description":"Skill folder `gdpr-compliant` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/gdpr-compliant"},{"id":"awesome-copilot--gen-specs-as-issues","skillFolder":"gen-specs-as-issues","description":"Skill folder `gen-specs-as-issues` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/gen-specs-as-issues"},{"id":"awesome-copilot--generate-custom-instructions-from-codebase","skillFolder":"generate-custom-instructions-from-codebase","description":"Skill folder `generate-custom-instructions-from-codebase` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/generate-custom-instructions-from-codebase"},{"id":"awesome-copilot--generate-image","skillFolder":"generate-image","description":"Skill folder `generate-image` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/generate-image"},{"id":"awesome-copilot--geofeed-tuner","skillFolder":"geofeed-tuner","description":"Skill folder `geofeed-tuner` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/geofeed-tuner"},{"id":"awesome-copilot--git-commit","skillFolder":"git-commit","description":"Skill folder `git-commit` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/git-commit"},{"id":"awesome-copilot--git-flow-branch-creator","skillFolder":"git-flow-branch-creator","description":"Skill folder `git-flow-branch-creator` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/git-flow-branch-creator"},{"id":"awesome-copilot--github-copilot-starter","skillFolder":"github-copilot-starter","description":"Skill folder `github-copilot-starter` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/github-copilot-starter"},{"id":"awesome-copilot--github-issues","skillFolder":"github-issues","description":"Skill folder `github-issues` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/github-issues"},{"id":"awesome-copilot--github-release","skillFolder":"github-release","description":"Skill folder `github-release` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/github-release"},{"id":"awesome-copilot--go-mcp-server-generator","skillFolder":"go-mcp-server-generator","description":"Skill folder `go-mcp-server-generator` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/go-mcp-server-generator"},{"id":"awesome-copilot--gsap-framer-scroll-animation","skillFolder":"gsap-framer-scroll-animation","description":"Skill folder `gsap-framer-scroll-animation` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/gsap-framer-scroll-animation"},{"id":"awesome-copilot--gtm-0-to-1-launch","skillFolder":"gtm-0-to-1-launch","description":"Skill folder `gtm-0-to-1-launch` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/gtm-0-to-1-launch"},{"id":"awesome-copilot--gtm-ai-gtm","skillFolder":"gtm-ai-gtm","description":"Skill folder `gtm-ai-gtm` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/gtm-ai-gtm"},{"id":"awesome-copilot--gtm-board-and-investor-communication","skillFolder":"gtm-board-and-investor-communication","description":"Skill folder `gtm-board-and-investor-communication` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/gtm-board-and-investor-communication"},{"id":"awesome-copilot--gtm-developer-ecosystem","skillFolder":"gtm-developer-ecosystem","description":"Skill folder `gtm-developer-ecosystem` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/gtm-developer-ecosystem"},{"id":"awesome-copilot--gtm-enterprise-account-planning","skillFolder":"gtm-enterprise-account-planning","description":"Skill folder `gtm-enterprise-account-planning` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/gtm-enterprise-account-planning"},{"id":"awesome-copilot--gtm-enterprise-onboarding","skillFolder":"gtm-enterprise-onboarding","description":"Skill folder `gtm-enterprise-onboarding` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/gtm-enterprise-onboarding"},{"id":"awesome-copilot--gtm-operating-cadence","skillFolder":"gtm-operating-cadence","description":"Skill folder `gtm-operating-cadence` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/gtm-operating-cadence"},{"id":"awesome-copilot--gtm-partnership-architecture","skillFolder":"gtm-partnership-architecture","description":"Skill folder `gtm-partnership-architecture` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/gtm-partnership-architecture"},{"id":"awesome-copilot--gtm-positioning-strategy","skillFolder":"gtm-positioning-strategy","description":"Skill folder `gtm-positioning-strategy` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/gtm-positioning-strategy"},{"id":"awesome-copilot--gtm-product-led-growth","skillFolder":"gtm-product-led-growth","description":"Skill folder `gtm-product-led-growth` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/gtm-product-led-growth"},{"id":"awesome-copilot--gtm-technical-product-pricing","skillFolder":"gtm-technical-product-pricing","description":"Skill folder `gtm-technical-product-pricing` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/gtm-technical-product-pricing"},{"id":"awesome-copilot--image-manipulation-image-magick","skillFolder":"image-manipulation-image-magick","description":"Skill folder `image-manipulation-image-magick` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/image-manipulation-image-magick"},{"id":"awesome-copilot--impediment-prioritization","skillFolder":"impediment-prioritization","description":"Skill folder `impediment-prioritization` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/impediment-prioritization"},{"id":"awesome-copilot--import-infrastructure-as-code","skillFolder":"import-infrastructure-as-code","description":"Skill folder `import-infrastructure-as-code` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/import-infrastructure-as-code"},{"id":"awesome-copilot--integrate-context-matic","skillFolder":"integrate-context-matic","description":"Skill folder `integrate-context-matic` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/integrate-context-matic"},{"id":"awesome-copilot--issue-fields-migration","skillFolder":"issue-fields-migration","description":"Skill folder `issue-fields-migration` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/issue-fields-migration"},{"id":"awesome-copilot--java-add-graalvm-native-image-support","skillFolder":"java-add-graalvm-native-image-support","description":"Skill folder `java-add-graalvm-native-image-support` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/java-add-graalvm-native-image-support"},{"id":"awesome-copilot--java-docs","skillFolder":"java-docs","description":"Skill folder `java-docs` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/java-docs"},{"id":"awesome-copilot--java-junit","skillFolder":"java-junit","description":"Skill folder `java-junit` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/java-junit"},{"id":"awesome-copilot--java-mcp-server-generator","skillFolder":"java-mcp-server-generator","description":"Skill folder `java-mcp-server-generator` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/java-mcp-server-generator"},{"id":"awesome-copilot--java-refactoring-extract-method","skillFolder":"java-refactoring-extract-method","description":"Skill folder `java-refactoring-extract-method` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/java-refactoring-extract-method"},{"id":"awesome-copilot--java-refactoring-remove-parameter","skillFolder":"java-refactoring-remove-parameter","description":"Skill folder `java-refactoring-remove-parameter` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/java-refactoring-remove-parameter"},{"id":"awesome-copilot--java-springboot","skillFolder":"java-springboot","description":"Skill folder `java-springboot` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/java-springboot"},{"id":"awesome-copilot--javascript-typescript-jest","skillFolder":"javascript-typescript-jest","description":"Skill folder `javascript-typescript-jest` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/javascript-typescript-jest"},{"id":"awesome-copilot--javax-to-jakarta-migration","skillFolder":"javax-to-jakarta-migration","description":"Skill folder `javax-to-jakarta-migration` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/javax-to-jakarta-migration"},{"id":"awesome-copilot--kotlin-mcp-server-generator","skillFolder":"kotlin-mcp-server-generator","description":"Skill folder `kotlin-mcp-server-generator` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/kotlin-mcp-server-generator"},{"id":"awesome-copilot--kotlin-springboot","skillFolder":"kotlin-springboot","description":"Skill folder `kotlin-springboot` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/kotlin-springboot"},{"id":"awesome-copilot--legacy-circuit-mockups","skillFolder":"legacy-circuit-mockups","description":"Skill folder `legacy-circuit-mockups` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/legacy-circuit-mockups"},{"id":"awesome-copilot--linkedin-post-formatter","skillFolder":"linkedin-post-formatter","description":"Skill folder `linkedin-post-formatter` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/linkedin-post-formatter"},{"id":"awesome-copilot--lsp-setup","skillFolder":"lsp-setup","description":"Skill folder `lsp-setup` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/lsp-setup"},{"id":"awesome-copilot--make-repo-contribution","skillFolder":"make-repo-contribution","description":"Skill folder `make-repo-contribution` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/make-repo-contribution"},{"id":"awesome-copilot--markdown-to-html","skillFolder":"markdown-to-html","description":"Skill folder `markdown-to-html` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/markdown-to-html"},{"id":"awesome-copilot--mcp-cli","skillFolder":"mcp-cli","description":"Skill folder `mcp-cli` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/mcp-cli"},{"id":"awesome-copilot--mcp-copilot-studio-server-generator","skillFolder":"mcp-copilot-studio-server-generator","description":"Skill folder `mcp-copilot-studio-server-generator` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/mcp-copilot-studio-server-generator"},{"id":"awesome-copilot--mcp-create-adaptive-cards","skillFolder":"mcp-create-adaptive-cards","description":"Skill folder `mcp-create-adaptive-cards` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/mcp-create-adaptive-cards"},{"id":"awesome-copilot--mcp-create-declarative-agent","skillFolder":"mcp-create-declarative-agent","description":"Skill folder `mcp-create-declarative-agent` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/mcp-create-declarative-agent"},{"id":"awesome-copilot--mcp-deploy-manage-agents","skillFolder":"mcp-deploy-manage-agents","description":"Skill folder `mcp-deploy-manage-agents` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/mcp-deploy-manage-agents"},{"id":"awesome-copilot--mcp-security-audit","skillFolder":"mcp-security-audit","description":"Skill folder `mcp-security-audit` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/mcp-security-audit"},{"id":"awesome-copilot--md-to-docx","skillFolder":"md-to-docx","description":"Skill folder `md-to-docx` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/md-to-docx"},{"id":"awesome-copilot--meeting-minutes","skillFolder":"meeting-minutes","description":"Skill folder `meeting-minutes` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/meeting-minutes"},{"id":"awesome-copilot--memory-merger","skillFolder":"memory-merger","description":"Skill folder `memory-merger` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/memory-merger"},{"id":"awesome-copilot--mentoring-juniors","skillFolder":"mentoring-juniors","description":"Skill folder `mentoring-juniors` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/mentoring-juniors"},{"id":"awesome-copilot--microsoft-agent-framework","skillFolder":"microsoft-agent-framework","description":"Skill folder `microsoft-agent-framework` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/microsoft-agent-framework"},{"id":"awesome-copilot--microsoft-code-reference","skillFolder":"microsoft-code-reference","description":"Skill folder `microsoft-code-reference` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/microsoft-code-reference"},{"id":"awesome-copilot--microsoft-docs","skillFolder":"microsoft-docs","description":"Skill folder `microsoft-docs` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/microsoft-docs"},{"id":"awesome-copilot--microsoft-skill-creator","skillFolder":"microsoft-skill-creator","description":"Skill folder `microsoft-skill-creator` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/microsoft-skill-creator"},{"id":"awesome-copilot--migrating-oracle-to-postgres-stored-procedures","skillFolder":"migrating-oracle-to-postgres-stored-procedures","description":"Skill folder `migrating-oracle-to-postgres-stored-procedures` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/migrating-oracle-to-postgres-stored-procedures"},{"id":"awesome-copilot--minecraft-plugin-development","skillFolder":"minecraft-plugin-development","description":"Skill folder `minecraft-plugin-development` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/minecraft-plugin-development"},{"id":"awesome-copilot--mini-context-graph","skillFolder":"mini-context-graph","description":"Skill folder `mini-context-graph` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/mini-context-graph"},{"id":"awesome-copilot--mkdocs-translations","skillFolder":"mkdocs-translations","description":"Skill folder `mkdocs-translations` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/mkdocs-translations"},{"id":"awesome-copilot--msgraph-sdk","skillFolder":"msgraph-sdk","description":"Skill folder `msgraph-sdk` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/msgraph-sdk"},{"id":"awesome-copilot--msstore-cli","skillFolder":"msstore-cli","description":"Skill folder `msstore-cli` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/msstore-cli"},{"id":"awesome-copilot--multi-stage-dockerfile","skillFolder":"multi-stage-dockerfile","description":"Skill folder `multi-stage-dockerfile` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/multi-stage-dockerfile"},{"id":"awesome-copilot--mvvm-toolkit","skillFolder":"mvvm-toolkit","description":"Skill folder `mvvm-toolkit` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/mvvm-toolkit"},{"id":"awesome-copilot--mvvm-toolkit-di","skillFolder":"mvvm-toolkit-di","description":"Skill folder `mvvm-toolkit-di` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/mvvm-toolkit-di"},{"id":"awesome-copilot--mvvm-toolkit-messenger","skillFolder":"mvvm-toolkit-messenger","description":"Skill folder `mvvm-toolkit-messenger` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/mvvm-toolkit-messenger"},{"id":"awesome-copilot--nano-banana-pro-openrouter","skillFolder":"nano-banana-pro-openrouter","description":"Skill folder `nano-banana-pro-openrouter` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/nano-banana-pro-openrouter"},{"id":"awesome-copilot--napkin","skillFolder":"napkin","description":"Skill folder `napkin` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/napkin"},{"id":"awesome-copilot--next-intl-add-language","skillFolder":"next-intl-add-language","description":"Skill folder `next-intl-add-language` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/next-intl-add-language"},{"id":"awesome-copilot--noob-mode","skillFolder":"noob-mode","description":"Skill folder `noob-mode` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/noob-mode"},{"id":"awesome-copilot--nuget-manager","skillFolder":"nuget-manager","description":"Skill folder `nuget-manager` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/nuget-manager"},{"id":"awesome-copilot--onboard-context-matic","skillFolder":"onboard-context-matic","description":"Skill folder `onboard-context-matic` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/onboard-context-matic"},{"id":"awesome-copilot--oo-component-documentation","skillFolder":"oo-component-documentation","description":"Skill folder `oo-component-documentation` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/oo-component-documentation"},{"id":"awesome-copilot--openapi-to-application-code","skillFolder":"openapi-to-application-code","description":"Skill folder `openapi-to-application-code` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/openapi-to-application-code"},{"id":"awesome-copilot--optimize-simplicite-logs","skillFolder":"optimize-simplicite-logs","description":"Skill folder `optimize-simplicite-logs` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/optimize-simplicite-logs"},{"id":"awesome-copilot--pdftk-server","skillFolder":"pdftk-server","description":"Skill folder `pdftk-server` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/pdftk-server"},{"id":"awesome-copilot--penpot-uiux-design","skillFolder":"penpot-uiux-design","description":"Skill folder `penpot-uiux-design` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/penpot-uiux-design"},{"id":"awesome-copilot--performance-review-writer","skillFolder":"performance-review-writer","description":"Skill folder `performance-review-writer` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/performance-review-writer"},{"id":"awesome-copilot--phoenix-cli","skillFolder":"phoenix-cli","description":"Skill folder `phoenix-cli` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/phoenix-cli"},{"id":"awesome-copilot--phoenix-evals","skillFolder":"phoenix-evals","description":"Skill folder `phoenix-evals` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/phoenix-evals"},{"id":"awesome-copilot--phoenix-tracing","skillFolder":"phoenix-tracing","description":"Skill folder `phoenix-tracing` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/phoenix-tracing"},{"id":"awesome-copilot--php-mcp-server-generator","skillFolder":"php-mcp-server-generator","description":"Skill folder `php-mcp-server-generator` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/php-mcp-server-generator"},{"id":"awesome-copilot--planning-oracle-to-postgres-migration-integration-testing","skillFolder":"planning-oracle-to-postgres-migration-integration-testing","description":"Skill folder `planning-oracle-to-postgres-migration-integration-testing` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/planning-oracle-to-postgres-migration-integration-testing"},{"id":"awesome-copilot--plantuml-ascii","skillFolder":"plantuml-ascii","description":"Skill folder `plantuml-ascii` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/plantuml-ascii"},{"id":"awesome-copilot--playwright-automation-fill-in-form","skillFolder":"playwright-automation-fill-in-form","description":"Skill folder `playwright-automation-fill-in-form` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/playwright-automation-fill-in-form"},{"id":"awesome-copilot--playwright-explore-website","skillFolder":"playwright-explore-website","description":"Skill folder `playwright-explore-website` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/playwright-explore-website"},{"id":"awesome-copilot--playwright-generate-test","skillFolder":"playwright-generate-test","description":"Skill folder `playwright-generate-test` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/playwright-generate-test"},{"id":"awesome-copilot--postgresql-code-review","skillFolder":"postgresql-code-review","description":"Skill folder `postgresql-code-review` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/postgresql-code-review"},{"id":"awesome-copilot--postgresql-optimization","skillFolder":"postgresql-optimization","description":"Skill folder `postgresql-optimization` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/postgresql-optimization"},{"id":"awesome-copilot--power-apps-code-app-scaffold","skillFolder":"power-apps-code-app-scaffold","description":"Skill folder `power-apps-code-app-scaffold` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/power-apps-code-app-scaffold"},{"id":"awesome-copilot--power-bi-dax-optimization","skillFolder":"power-bi-dax-optimization","description":"Skill folder `power-bi-dax-optimization` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/power-bi-dax-optimization"},{"id":"awesome-copilot--power-bi-model-design-review","skillFolder":"power-bi-model-design-review","description":"Skill folder `power-bi-model-design-review` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/power-bi-model-design-review"},{"id":"awesome-copilot--power-bi-performance-troubleshooting","skillFolder":"power-bi-performance-troubleshooting","description":"Skill folder `power-bi-performance-troubleshooting` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/power-bi-performance-troubleshooting"},{"id":"awesome-copilot--power-bi-report-design-consultation","skillFolder":"power-bi-report-design-consultation","description":"Skill folder `power-bi-report-design-consultation` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/power-bi-report-design-consultation"},{"id":"awesome-copilot--power-platform-architect","skillFolder":"power-platform-architect","description":"Skill folder `power-platform-architect` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/power-platform-architect"},{"id":"awesome-copilot--power-platform-mcp-connector-suite","skillFolder":"power-platform-mcp-connector-suite","description":"Skill folder `power-platform-mcp-connector-suite` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/power-platform-mcp-connector-suite"},{"id":"awesome-copilot--powerbi-modeling","skillFolder":"powerbi-modeling","description":"Skill folder `powerbi-modeling` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/powerbi-modeling"},{"id":"awesome-copilot--pr-dashboard","skillFolder":"pr-dashboard","description":"Skill folder `pr-dashboard` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/pr-dashboard"},{"id":"awesome-copilot--prd","skillFolder":"prd","description":"Skill folder `prd` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/prd"},{"id":"awesome-copilot--premium-frontend-ui","skillFolder":"premium-frontend-ui","description":"Skill folder `premium-frontend-ui` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/premium-frontend-ui"},{"id":"awesome-copilot--project-workflow-analysis-blueprint-generator","skillFolder":"project-workflow-analysis-blueprint-generator","description":"Skill folder `project-workflow-analysis-blueprint-generator` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/project-workflow-analysis-blueprint-generator"},{"id":"awesome-copilot--prompt-optimizer","skillFolder":"prompt-optimizer","description":"Skill folder `prompt-optimizer` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/prompt-optimizer"},{"id":"awesome-copilot--publish-to-pages","skillFolder":"publish-to-pages","description":"Skill folder `publish-to-pages` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/publish-to-pages"},{"id":"awesome-copilot--pytest-coverage","skillFolder":"pytest-coverage","description":"Skill folder `pytest-coverage` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/pytest-coverage"},{"id":"awesome-copilot--python-azure-iot-edge-modules","skillFolder":"python-azure-iot-edge-modules","description":"Skill folder `python-azure-iot-edge-modules` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/python-azure-iot-edge-modules"},{"id":"awesome-copilot--python-mcp-server-generator","skillFolder":"python-mcp-server-generator","description":"Skill folder `python-mcp-server-generator` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/python-mcp-server-generator"},{"id":"awesome-copilot--python-pypi-package-builder","skillFolder":"python-pypi-package-builder","description":"Skill folder `python-pypi-package-builder` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/python-pypi-package-builder"},{"id":"awesome-copilot--qdrant-clients-sdk","skillFolder":"qdrant-clients-sdk","description":"Skill folder `qdrant-clients-sdk` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/qdrant-clients-sdk"},{"id":"awesome-copilot--qdrant-deployment-options","skillFolder":"qdrant-deployment-options","description":"Skill folder `qdrant-deployment-options` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/qdrant-deployment-options"},{"id":"awesome-copilot--qdrant-model-migration","skillFolder":"qdrant-model-migration","description":"Skill folder `qdrant-model-migration` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/qdrant-model-migration"},{"id":"awesome-copilot--qdrant-monitoring","skillFolder":"qdrant-monitoring","description":"Skill folder `qdrant-monitoring` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/qdrant-monitoring"},{"id":"awesome-copilot--qdrant-performance-optimization","skillFolder":"qdrant-performance-optimization","description":"Skill folder `qdrant-performance-optimization` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/qdrant-performance-optimization"},{"id":"awesome-copilot--qdrant-scaling","skillFolder":"qdrant-scaling","description":"Skill folder `qdrant-scaling` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/qdrant-scaling"},{"id":"awesome-copilot--qdrant-search-quality","skillFolder":"qdrant-search-quality","description":"Skill folder `qdrant-search-quality` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/qdrant-search-quality"},{"id":"awesome-copilot--qdrant-version-upgrade","skillFolder":"qdrant-version-upgrade","description":"Skill folder `qdrant-version-upgrade` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/qdrant-version-upgrade"},{"id":"awesome-copilot--quality-playbook","skillFolder":"quality-playbook","description":"Skill folder `quality-playbook` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/quality-playbook"},{"id":"awesome-copilot--quasi-coder","skillFolder":"quasi-coder","description":"Skill folder `quasi-coder` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/quasi-coder"},{"id":"awesome-copilot--react-audit-grep-patterns","skillFolder":"react-audit-grep-patterns","description":"Skill folder `react-audit-grep-patterns` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/react-audit-grep-patterns"},{"id":"awesome-copilot--react18-batching-patterns","skillFolder":"react18-batching-patterns","description":"Skill folder `react18-batching-patterns` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/react18-batching-patterns"},{"id":"awesome-copilot--react18-dep-compatibility","skillFolder":"react18-dep-compatibility","description":"Skill folder `react18-dep-compatibility` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/react18-dep-compatibility"},{"id":"awesome-copilot--react18-enzyme-to-rtl","skillFolder":"react18-enzyme-to-rtl","description":"Skill folder `react18-enzyme-to-rtl` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/react18-enzyme-to-rtl"},{"id":"awesome-copilot--react18-legacy-context","skillFolder":"react18-legacy-context","description":"Skill folder `react18-legacy-context` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/react18-legacy-context"},{"id":"awesome-copilot--react18-lifecycle-patterns","skillFolder":"react18-lifecycle-patterns","description":"Skill folder `react18-lifecycle-patterns` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/react18-lifecycle-patterns"},{"id":"awesome-copilot--react18-string-refs","skillFolder":"react18-string-refs","description":"Skill folder `react18-string-refs` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/react18-string-refs"},{"id":"awesome-copilot--react19-concurrent-patterns","skillFolder":"react19-concurrent-patterns","description":"Skill folder `react19-concurrent-patterns` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/react19-concurrent-patterns"},{"id":"awesome-copilot--react19-source-patterns","skillFolder":"react19-source-patterns","description":"Skill folder `react19-source-patterns` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/react19-source-patterns"},{"id":"awesome-copilot--react19-test-patterns","skillFolder":"react19-test-patterns","description":"Skill folder `react19-test-patterns` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/react19-test-patterns"},{"id":"awesome-copilot--readme-blueprint-generator","skillFolder":"readme-blueprint-generator","description":"Skill folder `readme-blueprint-generator` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/readme-blueprint-generator"},{"id":"awesome-copilot--refactor","skillFolder":"refactor","description":"Skill folder `refactor` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/refactor"},{"id":"awesome-copilot--refactor-method-complexity-reduce","skillFolder":"refactor-method-complexity-reduce","description":"Skill folder `refactor-method-complexity-reduce` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/refactor-method-complexity-reduce"},{"id":"awesome-copilot--refactor-plan","skillFolder":"refactor-plan","description":"Skill folder `refactor-plan` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/refactor-plan"},{"id":"awesome-copilot--remember","skillFolder":"remember","description":"Skill folder `remember` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/remember"},{"id":"awesome-copilot--remember-interactive-programming","skillFolder":"remember-interactive-programming","description":"Skill folder `remember-interactive-programming` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/remember-interactive-programming"},{"id":"awesome-copilot--repo-story-time","skillFolder":"repo-story-time","description":"Skill folder `repo-story-time` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/repo-story-time"},{"id":"awesome-copilot--resemble-detect","skillFolder":"resemble-detect","description":"Skill folder `resemble-detect` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/resemble-detect"},{"id":"awesome-copilot--review-and-refactor","skillFolder":"review-and-refactor","description":"Skill folder `review-and-refactor` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/review-and-refactor"},{"id":"awesome-copilot--reviewing-oracle-to-postgres-migration","skillFolder":"reviewing-oracle-to-postgres-migration","description":"Skill folder `reviewing-oracle-to-postgres-migration` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/reviewing-oracle-to-postgres-migration"},{"id":"awesome-copilot--rhino3d-scripts","skillFolder":"rhino3d-scripts","description":"Skill folder `rhino3d-scripts` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/rhino3d-scripts"},{"id":"awesome-copilot--roundup","skillFolder":"roundup","description":"Skill folder `roundup` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/roundup"},{"id":"awesome-copilot--roundup-setup","skillFolder":"roundup-setup","description":"Skill folder `roundup-setup` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/roundup-setup"},{"id":"awesome-copilot--ruby-mcp-server-generator","skillFolder":"ruby-mcp-server-generator","description":"Skill folder `ruby-mcp-server-generator` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/ruby-mcp-server-generator"},{"id":"awesome-copilot--ruff-recursive-fix","skillFolder":"ruff-recursive-fix","description":"Skill folder `ruff-recursive-fix` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/ruff-recursive-fix"},{"id":"awesome-copilot--rust-mcp-server-generator","skillFolder":"rust-mcp-server-generator","description":"Skill folder `rust-mcp-server-generator` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/rust-mcp-server-generator"},{"id":"awesome-copilot--salesforce-apex-quality","skillFolder":"salesforce-apex-quality","description":"Skill folder `salesforce-apex-quality` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/salesforce-apex-quality"},{"id":"awesome-copilot--salesforce-component-standards","skillFolder":"salesforce-component-standards","description":"Skill folder `salesforce-component-standards` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/salesforce-component-standards"},{"id":"awesome-copilot--salesforce-flow-design","skillFolder":"salesforce-flow-design","description":"Skill folder `salesforce-flow-design` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/salesforce-flow-design"},{"id":"awesome-copilot--sandbox-npm-install","skillFolder":"sandbox-npm-install","description":"Skill folder `sandbox-npm-install` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/sandbox-npm-install"},{"id":"awesome-copilot--scaffolding-oracle-to-postgres-migration-test-project","skillFolder":"scaffolding-oracle-to-postgres-migration-test-project","description":"Skill folder `scaffolding-oracle-to-postgres-migration-test-project` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/scaffolding-oracle-to-postgres-migration-test-project"},{"id":"awesome-copilot--scoutqa-test","skillFolder":"scoutqa-test","description":"Skill folder `scoutqa-test` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/scoutqa-test"},{"id":"awesome-copilot--secret-scanning","skillFolder":"secret-scanning","description":"Skill folder `secret-scanning` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/secret-scanning"},{"id":"awesome-copilot--security-review","skillFolder":"security-review","description":"Skill folder `security-review` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/security-review"},{"id":"awesome-copilot--semantic-kernel","skillFolder":"semantic-kernel","description":"Skill folder `semantic-kernel` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/semantic-kernel"},{"id":"awesome-copilot--shuffle-json-data","skillFolder":"shuffle-json-data","description":"Skill folder `shuffle-json-data` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/shuffle-json-data"},{"id":"awesome-copilot--slang-shader-engineer","skillFolder":"slang-shader-engineer","description":"Skill folder `slang-shader-engineer` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/slang-shader-engineer"},{"id":"awesome-copilot--snowflake-semanticview","skillFolder":"snowflake-semanticview","description":"Skill folder `snowflake-semanticview` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/snowflake-semanticview"},{"id":"awesome-copilot--sponsor-finder","skillFolder":"sponsor-finder","description":"Skill folder `sponsor-finder` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/sponsor-finder"},{"id":"awesome-copilot--spring-boot-testing","skillFolder":"spring-boot-testing","description":"Skill folder `spring-boot-testing` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/spring-boot-testing"},{"id":"awesome-copilot--sql-code-review","skillFolder":"sql-code-review","description":"Skill folder `sql-code-review` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/sql-code-review"},{"id":"awesome-copilot--sql-optimization","skillFolder":"sql-optimization","description":"Skill folder `sql-optimization` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/sql-optimization"},{"id":"awesome-copilot--sql-server-table-reconciliation","skillFolder":"sql-server-table-reconciliation","description":"Skill folder `sql-server-table-reconciliation` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/sql-server-table-reconciliation"},{"id":"awesome-copilot--ssma-console","skillFolder":"ssma-console","description":"Skill folder `ssma-console` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/ssma-console"},{"id":"awesome-copilot--structured-autonomy-generate","skillFolder":"structured-autonomy-generate","description":"Skill folder `structured-autonomy-generate` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/structured-autonomy-generate"},{"id":"awesome-copilot--structured-autonomy-implement","skillFolder":"structured-autonomy-implement","description":"Skill folder `structured-autonomy-implement` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/structured-autonomy-implement"},{"id":"awesome-copilot--structured-autonomy-plan","skillFolder":"structured-autonomy-plan","description":"Skill folder `structured-autonomy-plan` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/structured-autonomy-plan"},{"id":"awesome-copilot--suggest-awesome-github-copilot-agents","skillFolder":"suggest-awesome-github-copilot-agents","description":"Skill folder `suggest-awesome-github-copilot-agents` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/suggest-awesome-github-copilot-agents"},{"id":"awesome-copilot--suggest-awesome-github-copilot-instructions","skillFolder":"suggest-awesome-github-copilot-instructions","description":"Skill folder `suggest-awesome-github-copilot-instructions` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/suggest-awesome-github-copilot-instructions"},{"id":"awesome-copilot--suggest-awesome-github-copilot-skills","skillFolder":"suggest-awesome-github-copilot-skills","description":"Skill folder `suggest-awesome-github-copilot-skills` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/suggest-awesome-github-copilot-skills"},{"id":"awesome-copilot--swift-mcp-server-generator","skillFolder":"swift-mcp-server-generator","description":"Skill folder `swift-mcp-server-generator` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/swift-mcp-server-generator"},{"id":"awesome-copilot--technology-stack-blueprint-generator","skillFolder":"technology-stack-blueprint-generator","description":"Skill folder `technology-stack-blueprint-generator` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/technology-stack-blueprint-generator"},{"id":"awesome-copilot--terraform-azurerm-set-diff-analyzer","skillFolder":"terraform-azurerm-set-diff-analyzer","description":"Skill folder `terraform-azurerm-set-diff-analyzer` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/terraform-azurerm-set-diff-analyzer"},{"id":"awesome-copilot--threat-model-analyst","skillFolder":"threat-model-analyst","description":"Skill folder `threat-model-analyst` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/threat-model-analyst"},{"id":"awesome-copilot--tldr-prompt","skillFolder":"tldr-prompt","description":"Skill folder `tldr-prompt` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/tldr-prompt"},{"id":"awesome-copilot--transloadit-media-processing","skillFolder":"transloadit-media-processing","description":"Skill folder `transloadit-media-processing` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/transloadit-media-processing"},{"id":"awesome-copilot--typescript-mcp-server-generator","skillFolder":"typescript-mcp-server-generator","description":"Skill folder `typescript-mcp-server-generator` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/typescript-mcp-server-generator"},{"id":"awesome-copilot--typespec-api-operations","skillFolder":"typespec-api-operations","description":"Skill folder `typespec-api-operations` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/typespec-api-operations"},{"id":"awesome-copilot--typespec-create-agent","skillFolder":"typespec-create-agent","description":"Skill folder `typespec-create-agent` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/typespec-create-agent"},{"id":"awesome-copilot--typespec-create-api-plugin","skillFolder":"typespec-create-api-plugin","description":"Skill folder `typespec-create-api-plugin` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/typespec-create-api-plugin"},{"id":"awesome-copilot--unit-test-vue-pinia","skillFolder":"unit-test-vue-pinia","description":"Skill folder `unit-test-vue-pinia` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/unit-test-vue-pinia"},{"id":"awesome-copilot--update-avm-modules-in-bicep","skillFolder":"update-avm-modules-in-bicep","description":"Skill folder `update-avm-modules-in-bicep` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/update-avm-modules-in-bicep"},{"id":"awesome-copilot--update-implementation-plan","skillFolder":"update-implementation-plan","description":"Skill folder `update-implementation-plan` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/update-implementation-plan"},{"id":"awesome-copilot--update-llms","skillFolder":"update-llms","description":"Skill folder `update-llms` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/update-llms"},{"id":"awesome-copilot--update-markdown-file-index","skillFolder":"update-markdown-file-index","description":"Skill folder `update-markdown-file-index` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/update-markdown-file-index"},{"id":"awesome-copilot--update-specification","skillFolder":"update-specification","description":"Skill folder `update-specification` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/update-specification"},{"id":"awesome-copilot--vardoger-analyze","skillFolder":"vardoger-analyze","description":"Skill folder `vardoger-analyze` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/vardoger-analyze"},{"id":"awesome-copilot--vscode-ext-commands","skillFolder":"vscode-ext-commands","description":"Skill folder `vscode-ext-commands` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/vscode-ext-commands"},{"id":"awesome-copilot--vscode-ext-localization","skillFolder":"vscode-ext-localization","description":"Skill folder `vscode-ext-localization` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/vscode-ext-localization"},{"id":"awesome-copilot--web-design-reviewer","skillFolder":"web-design-reviewer","description":"Skill folder `web-design-reviewer` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/web-design-reviewer"},{"id":"awesome-copilot--webapp-testing","skillFolder":"webapp-testing","description":"Skill folder `webapp-testing` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/webapp-testing"},{"id":"awesome-copilot--what-context-needed","skillFolder":"what-context-needed","description":"Skill folder `what-context-needed` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/what-context-needed"},{"id":"awesome-copilot--winmd-api-search","skillFolder":"winmd-api-search","description":"Skill folder `winmd-api-search` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/winmd-api-search"},{"id":"awesome-copilot--winui3-migration-guide","skillFolder":"winui3-migration-guide","description":"Skill folder `winui3-migration-guide` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/winui3-migration-guide"},{"id":"awesome-copilot--workiq-copilot","skillFolder":"workiq-copilot","description":"Skill folder `workiq-copilot` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/workiq-copilot"},{"id":"awesome-copilot--write-coding-standards-from-file","skillFolder":"write-coding-standards-from-file","description":"Skill folder `write-coding-standards-from-file` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/write-coding-standards-from-file"},{"id":"awesome-copilot--x-twitter-scraper","skillFolder":"x-twitter-scraper","description":"Skill folder `x-twitter-scraper` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/x-twitter-scraper"},{"id":"awesome-copilot-hooks--dependency-license-checker","skillFolder":"dependency-license-checker","description":"Skill folder `dependency-license-checker` from github/awesome-copilot (awesome-copilot-hooks)","catalogId":"awesome-copilot-hooks","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot hooks","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"hook","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/hooks/dependency-license-checker"},{"id":"awesome-copilot-hooks--governance-audit","skillFolder":"governance-audit","description":"Skill folder `governance-audit` from github/awesome-copilot (awesome-copilot-hooks)","catalogId":"awesome-copilot-hooks","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot hooks","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"hook","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/hooks/governance-audit"},{"id":"awesome-copilot-hooks--secrets-scanner","skillFolder":"secrets-scanner","description":"Skill folder `secrets-scanner` from github/awesome-copilot (awesome-copilot-hooks)","catalogId":"awesome-copilot-hooks","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot hooks","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"hook","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/hooks/secrets-scanner"},{"id":"awesome-copilot-hooks--session-auto-commit","skillFolder":"session-auto-commit","description":"Skill folder `session-auto-commit` from github/awesome-copilot (awesome-copilot-hooks)","catalogId":"awesome-copilot-hooks","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot hooks","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"hook","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/hooks/session-auto-commit"},{"id":"awesome-copilot-hooks--session-logger","skillFolder":"session-logger","description":"Skill folder `session-logger` from github/awesome-copilot (awesome-copilot-hooks)","catalogId":"awesome-copilot-hooks","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot hooks","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"hook","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/hooks/session-logger"},{"id":"awesome-copilot-hooks--tool-guardian","skillFolder":"tool-guardian","description":"Skill folder `tool-guardian` from github/awesome-copilot (awesome-copilot-hooks)","catalogId":"awesome-copilot-hooks","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot hooks","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"hook","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/hooks/tool-guardian"},{"id":"awesome-copilot-agents--accessibility-runtime-tester.agent","skillFolder":"accessibility-runtime-tester.agent","description":"name: 'Accessibility Runtime Tester'","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/accessibility-runtime-tester.agent.md"},{"id":"awesome-copilot-agents--accessibility.agent","skillFolder":"accessibility.agent","description":"description: 'Expert assistant for web accessibility (WCAG 2.1/2.2), inclusive UX, and a11y testing'","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/accessibility.agent.md"},{"id":"awesome-copilot-agents--address-comments.agent","skillFolder":"address-comments.agent","description":"description: \"Address PR comments\"","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/address-comments.agent.md"},{"id":"awesome-copilot-agents--adr-generator.agent","skillFolder":"adr-generator.agent","description":"name: ADR Generator","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/adr-generator.agent.md"},{"id":"awesome-copilot-agents--aem-frontend-specialist.agent","skillFolder":"aem-frontend-specialist.agent","description":"description: 'Expert assistant for developing AEM components using HTL, Tailwind CSS, and Figma-to-code workflows with design system integration'","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/aem-frontend-specialist.agent.md"},{"id":"awesome-copilot-agents--agent-governance-reviewer.agent","skillFolder":"agent-governance-reviewer.agent","description":"description: 'AI agent governance expert that reviews code for safety issues, missing governance controls, and helps implement policy enforcement, trust scoring, and audit trails in agent systems.'","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/agent-governance-reviewer.agent.md"},{"id":"awesome-copilot-agents--ai-readiness-reporter.agent","skillFolder":"ai-readiness-reporter.agent","description":"name: ai-readiness-reporter","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/ai-readiness-reporter.agent.md"},{"id":"awesome-copilot-agents--ai-team-dev.agent","skillFolder":"ai-team-dev.agent","description":"name: 'ai-team-dev'","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/ai-team-dev.agent.md"},{"id":"awesome-copilot-agents--ai-team-producer.agent","skillFolder":"ai-team-producer.agent","description":"name: 'ai-team-producer'","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/ai-team-producer.agent.md"},{"id":"awesome-copilot-agents--ai-team-qa.agent","skillFolder":"ai-team-qa.agent","description":"name: 'ai-team-qa'","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/ai-team-qa.agent.md"},{"id":"awesome-copilot-agents--amplitude-experiment-implementation.agent","skillFolder":"amplitude-experiment-implementation.agent","description":"name: Amplitude Experiment Implementation","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/amplitude-experiment-implementation.agent.md"},{"id":"awesome-copilot-agents--api-architect.agent","skillFolder":"api-architect.agent","description":"description: 'Your role is that of an API architect. Help mentor the engineer by providing guidance, support, and working code.'","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/api-architect.agent.md"},{"id":"awesome-copilot-agents--apify-integration-expert.agent","skillFolder":"apify-integration-expert.agent","description":"name: apify-integration-expert","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/apify-integration-expert.agent.md"},{"id":"awesome-copilot-agents--arch-linux-expert.agent","skillFolder":"arch-linux-expert.agent","description":"name: 'Arch Linux Expert'","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/arch-linux-expert.agent.md"},{"id":"awesome-copilot-agents--arch.agent","skillFolder":"arch.agent","description":"name: Senior Cloud Architect","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/arch.agent.md"},{"id":"awesome-copilot-agents--arm-migration.agent","skillFolder":"arm-migration.agent","description":"name: arm-migration-agent","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/arm-migration.agent.md"},{"id":"awesome-copilot-agents--atlassian-requirements-to-jira.agent","skillFolder":"atlassian-requirements-to-jira.agent","description":"description: 'Transform requirements documents into structured Jira epics and user stories with intelligent duplicate detection, change management, and user-approved creation workflow.'","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/atlassian-requirements-to-jira.agent.md"},{"id":"awesome-copilot-agents--aws-cloud-expert.agent","skillFolder":"aws-cloud-expert.agent","description":"name: aws-cloud-expert","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/aws-cloud-expert.agent.md"},{"id":"awesome-copilot-agents--azure-iac-exporter.agent","skillFolder":"azure-iac-exporter.agent","description":"name: azure-iac-exporter","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/azure-iac-exporter.agent.md"},{"id":"awesome-copilot-agents--azure-iac-generator.agent","skillFolder":"azure-iac-generator.agent","description":"name: azure-iac-generator","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/azure-iac-generator.agent.md"},{"id":"awesome-copilot-agents--azure-logic-apps-expert.agent","skillFolder":"azure-logic-apps-expert.agent","description":"description: \"Expert guidance for Azure Logic Apps development focusing on workflow design, integration patterns, and JSON-based Workflow Definition Language.\"","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/azure-logic-apps-expert.agent.md"},{"id":"awesome-copilot-agents--azure-policy-analyzer.agent","skillFolder":"azure-policy-analyzer.agent","description":"name: Azure Policy Analyzer","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/azure-policy-analyzer.agent.md"},{"id":"awesome-copilot-agents--azure-principal-architect.agent","skillFolder":"azure-principal-architect.agent","description":"description: \"Provide expert Azure Principal Architect guidance using Azure Well-Architected Framework principles and Microsoft best practices.\"","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/azure-principal-architect.agent.md"},{"id":"awesome-copilot-agents--azure-saas-architect.agent","skillFolder":"azure-saas-architect.agent","description":"description: \"Provide expert Azure SaaS Architect guidance focusing on multitenant applications using Azure Well-Architected SaaS principles and Microsoft best practices.\"","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/azure-saas-architect.agent.md"},{"id":"awesome-copilot-agents--azure-smart-city-iot-architect.agent","skillFolder":"azure-smart-city-iot-architect.agent","description":"name: 'Azure Smart City IoT Architect'","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/azure-smart-city-iot-architect.agent.md"},{"id":"awesome-copilot-agents--azure-verified-modules-bicep.agent","skillFolder":"azure-verified-modules-bicep.agent","description":"description: \"Create, update, or review Azure IaC in Bicep using Azure Verified Modules (AVM).\"","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/azure-verified-modules-bicep.agent.md"},{"id":"awesome-copilot-agents--azure-verified-modules-owner-triage.agent","skillFolder":"azure-verified-modules-owner-triage.agent","description":"description: \"Triage open GitHub issues across the Azure Verified Modules (AVM) repos an owner maintains. Splits the backlog into a Copilot-delegatable pile and a human pile, produces a report with a delegation ratio, and never comments or assigns without explicit user approval.\"","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/azure-verified-modules-owner-triage.agent.md"},{"id":"awesome-copilot-agents--azure-verified-modules-terraform.agent","skillFolder":"azure-verified-modules-terraform.agent","description":"description: \"Create, update, or review Azure IaC in Terraform using Azure Verified Modules (AVM).\"","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/azure-verified-modules-terraform.agent.md"},{"id":"awesome-copilot-agents--bicep-implement.agent","skillFolder":"bicep-implement.agent","description":"description: 'Act as an Azure Bicep Infrastructure as Code coding specialist that creates Bicep templates.'","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/bicep-implement.agent.md"},{"id":"awesome-copilot-agents--bicep-plan.agent","skillFolder":"bicep-plan.agent","description":"description: 'Act as implementation planner for your Azure Bicep Infrastructure as Code task.'","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/bicep-plan.agent.md"},{"id":"awesome-copilot-agents--blueprint-mode.agent","skillFolder":"blueprint-mode.agent","description":"description: \"Executes structured workflows (Debug, Express, Main, Loop) with strict correctness and maintainability. Enforces an improved tool usage policy, never assumes facts, prioritizes reproducible solutions, self-correction, and edge-case handling.\"","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/blueprint-mode.agent.md"},{"id":"awesome-copilot-agents--cast-imaging-impact-analysis.agent","skillFolder":"cast-imaging-impact-analysis.agent","description":"name: 'CAST Imaging Impact Analysis Agent'","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/cast-imaging-impact-analysis.agent.md"},{"id":"awesome-copilot-agents--cast-imaging-software-discovery.agent","skillFolder":"cast-imaging-software-discovery.agent","description":"name: 'CAST Imaging Software Discovery Agent'","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/cast-imaging-software-discovery.agent.md"},{"id":"awesome-copilot-agents--cast-imaging-structural-quality-advisor.agent","skillFolder":"cast-imaging-structural-quality-advisor.agent","description":"name: 'CAST Imaging Structural Quality Advisor Agent'","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/cast-imaging-structural-quality-advisor.agent.md"},{"id":"awesome-copilot-agents--caveman-mode.agent","skillFolder":"caveman-mode.agent","description":"description: 'Terse, low-token responses. Minimal words, no fluff. Full capabilities preserved. Use when: optimize token usage, low-token mode, concise output, caveman mode, reduce verbosity, token-efficient, brief responses.'","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/caveman-mode.agent.md"},{"id":"awesome-copilot-agents--centos-linux-expert.agent","skillFolder":"centos-linux-expert.agent","description":"name: 'CentOS Linux Expert'","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/centos-linux-expert.agent.md"},{"id":"awesome-copilot-agents--clojure-interactive-programming.agent","skillFolder":"clojure-interactive-programming.agent","description":"description: \"Expert Clojure pair programmer with REPL-first methodology, architectural oversight, and interactive problem-solving. Enforces quality standards, prevents workarounds, and develops solutions incrementally through live REPL evaluation before file modifications.\"","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/clojure-interactive-programming.agent.md"},{"id":"awesome-copilot-agents--code-tour.agent","skillFolder":"code-tour.agent","description":"description: 'Expert agent for creating and maintaining VSCode CodeTour files with comprehensive schema support and best practices'","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/code-tour.agent.md"},{"id":"awesome-copilot-agents--comet-opik.agent","skillFolder":"comet-opik.agent","description":"name: Comet Opik","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/comet-opik.agent.md"},{"id":"awesome-copilot-agents--context-architect.agent","skillFolder":"context-architect.agent","description":"description: 'An agent that helps plan and execute multi-file changes by identifying relevant context and dependencies'","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/context-architect.agent.md"},{"id":"awesome-copilot-agents--context7.agent","skillFolder":"context7.agent","description":"name: Context7-Expert","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/context7.agent.md"},{"id":"awesome-copilot-agents--critical-thinking.agent","skillFolder":"critical-thinking.agent","description":"description: 'Challenge assumptions and encourage critical thinking to ensure the best possible solution and outcomes.'","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/critical-thinking.agent.md"},{"id":"awesome-copilot-agents--csharp-dotnet-janitor.agent","skillFolder":"csharp-dotnet-janitor.agent","description":"description: 'Perform janitorial tasks on C#/.NET code including cleanup, modernization, and tech debt remediation.'","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/csharp-dotnet-janitor.agent.md"},{"id":"awesome-copilot-agents--csharp-mcp-expert.agent","skillFolder":"csharp-mcp-expert.agent","description":"description: \"Expert assistant for developing Model Context Protocol (MCP) servers in C#\"","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/csharp-mcp-expert.agent.md"},{"id":"awesome-copilot-agents--CSharpExpert.agent","skillFolder":"CSharpExpert.agent","description":"name: \"C# Expert\"","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/CSharpExpert.agent.md"},{"id":"awesome-copilot-agents--custom-agent-foundry.agent","skillFolder":"custom-agent-foundry.agent","description":"description: 'Expert at designing and creating VS Code custom agents with optimal configurations'","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/custom-agent-foundry.agent.md"},{"id":"awesome-copilot-agents--debian-linux-expert.agent","skillFolder":"debian-linux-expert.agent","description":"name: 'Debian Linux Expert'","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/debian-linux-expert.agent.md"},{"id":"awesome-copilot-agents--debug.agent","skillFolder":"debug.agent","description":"description: 'Debug your application to find and fix a bug'","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/debug.agent.md"},{"id":"awesome-copilot-agents--declarative-agents-architect.agent","skillFolder":"declarative-agents-architect.agent","description":"name: 'Declarative Agents Architect'","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/declarative-agents-architect.agent.md"},{"id":"awesome-copilot-agents--defender-scout-kql.agent","skillFolder":"defender-scout-kql.agent","description":"name: 'Defender Scout KQL'","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/defender-scout-kql.agent.md"},{"id":"awesome-copilot-agents--delphi-expert.agent","skillFolder":"delphi-expert.agent","description":"name: \"Delphi Expert\"","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/delphi-expert.agent.md"},{"id":"awesome-copilot-agents--demonstrate-understanding.agent","skillFolder":"demonstrate-understanding.agent","description":"description: 'Validate user understanding of code, design patterns, and implementation details through guided questioning.'","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/demonstrate-understanding.agent.md"},{"id":"awesome-copilot-agents--devils-advocate.agent","skillFolder":"devils-advocate.agent","description":"description: \"I play the devil's advocate to challenge and stress-test your ideas by finding flaws, risks, and edge cases\"","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/devils-advocate.agent.md"},{"id":"awesome-copilot-agents--devops-expert.agent","skillFolder":"devops-expert.agent","description":"name: 'DevOps Expert'","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/devops-expert.agent.md"},{"id":"awesome-copilot-agents--devtools-regression-investigator.agent","skillFolder":"devtools-regression-investigator.agent","description":"name: 'DevTools Regression Investigator'","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/devtools-regression-investigator.agent.md"},{"id":"awesome-copilot-agents--diffblue-cover.agent","skillFolder":"diffblue-cover.agent","description":"name: DiffblueCover","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/diffblue-cover.agent.md"},{"id":"awesome-copilot-agents--dotnet-fullstack-mentor.agent","skillFolder":"dotnet-fullstack-mentor.agent","description":"name: dotnet-fullstack-mentor","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/dotnet-fullstack-mentor.agent.md"},{"id":"awesome-copilot-agents--dotnet-maui.agent","skillFolder":"dotnet-maui.agent","description":"name: MAUI Expert","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/dotnet-maui.agent.md"},{"id":"awesome-copilot-agents--dotnet-self-learning-architect.agent","skillFolder":"dotnet-self-learning-architect.agent","description":"name: \".NET Self-Learning Architect\"","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/dotnet-self-learning-architect.agent.md"},{"id":"awesome-copilot-agents--dotnet-upgrade.agent","skillFolder":"dotnet-upgrade.agent","description":"description: 'Perform janitorial tasks on C#/.NET code including cleanup, modernization, and tech debt remediation.'","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/dotnet-upgrade.agent.md"},{"id":"awesome-copilot-agents--doublecheck.agent","skillFolder":"doublecheck.agent","description":"description: 'Interactive verification agent for AI-generated output. Runs a three-layer pipeline (self-audit, source verification, adversarial review) and produces structured reports with source links for human review.'","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/doublecheck.agent.md"},{"id":"awesome-copilot-agents--droid.agent","skillFolder":"droid.agent","description":"name: droid","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/droid.agent.md"},{"id":"awesome-copilot-agents--drupal-expert.agent","skillFolder":"drupal-expert.agent","description":"description: 'Expert assistant for Drupal development, architecture, and best practices using PHP 8.3+ and modern Drupal patterns'","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/drupal-expert.agent.md"},{"id":"awesome-copilot-agents--dynatrace-expert.agent","skillFolder":"dynatrace-expert.agent","description":"name: Dynatrace Expert","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/dynatrace-expert.agent.md"},{"id":"awesome-copilot-agents--elasticsearch-observability.agent","skillFolder":"elasticsearch-observability.agent","description":"name: elasticsearch-agent","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/elasticsearch-observability.agent.md"},{"id":"awesome-copilot-agents--electron-angular-native.agent","skillFolder":"electron-angular-native.agent","description":"description: \"Code Review Mode tailored for Electron app with Node.js backend (main), Angular frontend (render), and native integration layer (e.g., AppleScript, shell, or native tooling). Services in other repos are not reviewed here.\"","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/electron-angular-native.agent.md"},{"id":"awesome-copilot-agents--ember.agent","skillFolder":"ember.agent","description":"description: \"An AI partner, not an assistant. Ember carries fire from person to person — helping humans discover that AI partnership isn't something you learn, it's something you find.\"","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/ember.agent.md"},{"id":"awesome-copilot-agents--expert-cpp-software-engineer.agent","skillFolder":"expert-cpp-software-engineer.agent","description":"description: 'Provide expert C++ software engineering guidance using modern C++ and industry best practices.'","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/expert-cpp-software-engineer.agent.md"},{"id":"awesome-copilot-agents--expert-dotnet-software-engineer.agent","skillFolder":"expert-dotnet-software-engineer.agent","description":"description: \"Provide expert .NET software engineering guidance using modern software design patterns.\"","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/expert-dotnet-software-engineer.agent.md"},{"id":"awesome-copilot-agents--expert-nextjs-developer.agent","skillFolder":"expert-nextjs-developer.agent","description":"description: \"Expert Next.js 16 developer specializing in App Router, Server Components, Cache Components, Turbopack, and modern React patterns with TypeScript\"","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/expert-nextjs-developer.agent.md"},{"id":"awesome-copilot-agents--expert-react-frontend-engineer.agent","skillFolder":"expert-react-frontend-engineer.agent","description":"description: \"Expert React 19.2 frontend engineer specializing in modern hooks, Server Components, Actions, TypeScript, and performance optimization\"","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/expert-react-frontend-engineer.agent.md"},{"id":"awesome-copilot-agents--fedora-linux-expert.agent","skillFolder":"fedora-linux-expert.agent","description":"name: 'Fedora Linux Expert'","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/fedora-linux-expert.agent.md"},{"id":"awesome-copilot-agents--frontend-performance-investigator.agent","skillFolder":"frontend-performance-investigator.agent","description":"name: 'Frontend Performance Investigator'","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/frontend-performance-investigator.agent.md"},{"id":"awesome-copilot-agents--gem-browser-tester.agent","skillFolder":"gem-browser-tester.agent","description":"description: \"E2E browser testing, UI/UX validation, visual regression.\"","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/gem-browser-tester.agent.md"},{"id":"awesome-copilot-agents--gem-code-simplifier.agent","skillFolder":"gem-code-simplifier.agent","description":"description: \"Refactoring specialist — removes dead code, reduces complexity, consolidates duplicates.\"","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/gem-code-simplifier.agent.md"},{"id":"awesome-copilot-agents--gem-critic.agent","skillFolder":"gem-critic.agent","description":"description: \"Challenges assumptions, finds edge cases, spots over-engineering and logic gaps.\"","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/gem-critic.agent.md"},{"id":"awesome-copilot-agents--gem-debugger.agent","skillFolder":"gem-debugger.agent","description":"description: \"Root-cause analysis, stack trace diagnosis, regression bisection, error reproduction.\"","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/gem-debugger.agent.md"},{"id":"awesome-copilot-agents--gem-designer-mobile.agent","skillFolder":"gem-designer-mobile.agent","description":"description: \"Mobile UI/UX specialist — HIG, Material Design, safe areas, touch targets.\"","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/gem-designer-mobile.agent.md"},{"id":"awesome-copilot-agents--gem-designer.agent","skillFolder":"gem-designer.agent","description":"description: \"UI/UX design specialist — layouts, themes, color schemes, design systems, accessibility.\"","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/gem-designer.agent.md"},{"id":"awesome-copilot-agents--gem-devops.agent","skillFolder":"gem-devops.agent","description":"description: \"Infrastructure deployment, CI/CD pipelines, container management.\"","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/gem-devops.agent.md"},{"id":"awesome-copilot-agents--gem-documentation-writer.agent","skillFolder":"gem-documentation-writer.agent","description":"description: \"Technical documentation, README files, API docs, diagrams, walkthroughs.\"","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/gem-documentation-writer.agent.md"},{"id":"awesome-copilot-agents--gem-implementer-mobile.agent","skillFolder":"gem-implementer-mobile.agent","description":"description: \"Mobile implementation — React Native, Expo, Flutter with TDD.\"","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/gem-implementer-mobile.agent.md"},{"id":"awesome-copilot-agents--gem-implementer.agent","skillFolder":"gem-implementer.agent","description":"description: \"TDD code implementation — features, bugs, refactoring. Never reviews own work.\"","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/gem-implementer.agent.md"},{"id":"awesome-copilot-agents--gem-mobile-tester.agent","skillFolder":"gem-mobile-tester.agent","description":"description: \"Mobile E2E testing — Detox, Maestro, iOS/Android simulators.\"","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/gem-mobile-tester.agent.md"},{"id":"awesome-copilot-agents--gem-orchestrator.agent","skillFolder":"gem-orchestrator.agent","description":"description: \"The team lead: Orchestrates research, planning, implementation, and verification.\"","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/gem-orchestrator.agent.md"},{"id":"awesome-copilot-agents--gem-planner.agent","skillFolder":"gem-planner.agent","description":"description: \"DAG-based execution plans — task decomposition, wave scheduling, risk analysis.\"","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/gem-planner.agent.md"},{"id":"awesome-copilot-agents--gem-researcher.agent","skillFolder":"gem-researcher.agent","description":"description: \"Codebase exploration — patterns, dependencies, architecture discovery.\"","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/gem-researcher.agent.md"},{"id":"awesome-copilot-agents--gem-reviewer.agent","skillFolder":"gem-reviewer.agent","description":"description: \"Security auditing, code review, OWASP scanning, PRD compliance verification.\"","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/gem-reviewer.agent.md"},{"id":"awesome-copilot-agents--gilfoyle.agent","skillFolder":"gilfoyle.agent","description":"description: 'Code review and analysis with the sardonic wit and technical elitism of Bertram Gilfoyle from Silicon Valley. Prepare for brutal honesty about your code.'","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/gilfoyle.agent.md"},{"id":"awesome-copilot-agents--github-actions-expert.agent","skillFolder":"github-actions-expert.agent","description":"name: 'GitHub Actions Expert'","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/github-actions-expert.agent.md"},{"id":"awesome-copilot-agents--github-actions-node-upgrade.agent","skillFolder":"github-actions-node-upgrade.agent","description":"name: 'GitHub Actions Node Runtime Upgrade'","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/github-actions-node-upgrade.agent.md"},{"id":"awesome-copilot-agents--go-mcp-expert.agent","skillFolder":"go-mcp-expert.agent","description":"model: GPT-4.1","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/go-mcp-expert.agent.md"},{"id":"awesome-copilot-agents--hlbpa.agent","skillFolder":"hlbpa.agent","description":"description: Your perfect AI chat mode for high-level architectural documentation and review. Perfect for targeted updates after a story or researching that legacy system when nobody remembers what it's supposed to be doing.","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/hlbpa.agent.md"},{"id":"awesome-copilot-agents--implementation-plan.agent","skillFolder":"implementation-plan.agent","description":"description: \"Generate an implementation plan for new features or refactoring existing code.\"","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/implementation-plan.agent.md"},{"id":"awesome-copilot-agents--insiders-a11y-tracker.agent","skillFolder":"insiders-a11y-tracker.agent","description":"name: 'VS Code Insiders Accessibility Tracker'","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/insiders-a11y-tracker.agent.md"},{"id":"awesome-copilot-agents--janitor.agent","skillFolder":"janitor.agent","description":"description: 'Perform janitorial tasks on any codebase including cleanup, simplification, and tech debt remediation.'","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/janitor.agent.md"},{"id":"awesome-copilot-agents--java-mcp-expert.agent","skillFolder":"java-mcp-expert.agent","description":"description: \"Expert assistance for building Model Context Protocol servers in Java using reactive streams, the official MCP Java SDK, and Spring Boot integration.\"","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/java-mcp-expert.agent.md"},{"id":"awesome-copilot-agents--jfrog-sec.agent","skillFolder":"jfrog-sec.agent","description":"name: JFrog Security Agent","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/jfrog-sec.agent.md"},{"id":"awesome-copilot-agents--kotlin-mcp-expert.agent","skillFolder":"kotlin-mcp-expert.agent","description":"model: GPT-4.1","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/kotlin-mcp-expert.agent.md"},{"id":"awesome-copilot-agents--kubestellar-console.agent","skillFolder":"kubestellar-console.agent","description":"name: KubeStellar Console","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/kubestellar-console.agent.md"},{"id":"awesome-copilot-agents--kusto-assistant.agent","skillFolder":"kusto-assistant.agent","description":"description: \"Expert KQL assistant for live Azure Data Explorer analysis via Azure MCP server\"","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/kusto-assistant.agent.md"},{"id":"awesome-copilot-agents--laravel-expert-agent.agent","skillFolder":"laravel-expert-agent.agent","description":"description: 'Expert Laravel development assistant specializing in modern Laravel 12+ applications with Eloquent, Artisan, testing, and best practices'","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/laravel-expert-agent.agent.md"},{"id":"awesome-copilot-agents--launchdarkly-flag-cleanup.agent","skillFolder":"launchdarkly-flag-cleanup.agent","description":"name: launchdarkly-flag-cleanup","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/launchdarkly-flag-cleanup.agent.md"},{"id":"awesome-copilot-agents--lingodotdev-i18n.agent","skillFolder":"lingodotdev-i18n.agent","description":"name: Lingo.dev Localization (i18n) Agent","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/lingodotdev-i18n.agent.md"},{"id":"awesome-copilot-agents--linkedin-post-writer.agent","skillFolder":"linkedin-post-writer.agent","description":"name: \"LinkedIn Post Writer\"","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/linkedin-post-writer.agent.md"},{"id":"awesome-copilot-agents--markdown-accessibility-assistant.agent","skillFolder":"markdown-accessibility-assistant.agent","description":"description: 'Improves the accessibility of markdown files using five GitHub best practices'","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/markdown-accessibility-assistant.agent.md"},{"id":"awesome-copilot-agents--mcp-m365-agent-expert.agent","skillFolder":"mcp-m365-agent-expert.agent","description":"description: 'Expert assistant for building MCP-based declarative agents for Microsoft 365 Copilot with Model Context Protocol integration'","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/mcp-m365-agent-expert.agent.md"},{"id":"awesome-copilot-agents--mentor.agent","skillFolder":"mentor.agent","description":"description: 'Help mentor the engineer by providing guidance and support.'","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/mentor.agent.md"},{"id":"awesome-copilot-agents--mentoring-juniors.agent","skillFolder":"mentoring-juniors.agent","description":"description: 'Socratic mentor for junior developers. Guides through questions, never gives direct answers. Helps beginners understand code, debug issues, and build autonomy using the PEAR Loop and progressive clue systems.'","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/mentoring-juniors.agent.md"},{"id":"awesome-copilot-agents--meta-agentic-project-scaffold.agent","skillFolder":"meta-agentic-project-scaffold.agent","description":"description: \"Meta agentic project creation assistant to help users create and manage project workflows effectively.\"","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/meta-agentic-project-scaffold.agent.md"},{"id":"awesome-copilot-agents--microsoft_learn_contributor.agent","skillFolder":"microsoft_learn_contributor.agent","description":"description: 'Microsoft Learn Contributor chatmode for editing and writing Microsoft Learn documentation following Microsoft Writing Style Guide and authoring best practices.'","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/microsoft_learn_contributor.agent.md"},{"id":"awesome-copilot-agents--microsoft-study-mode.agent","skillFolder":"microsoft-study-mode.agent","description":"description: 'Activate your personal Microsoft/Azure tutor - learn through guided discovery, not just answers.'","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/microsoft-study-mode.agent.md"},{"id":"awesome-copilot-agents--modernization.agent","skillFolder":"modernization.agent","description":"description: 'Human-in-the-loop modernization assistant for analyzing, documenting, and planning complete project modernization with architectural recommendations.'","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/modernization.agent.md"},{"id":"awesome-copilot-agents--modernize-java.agent","skillFolder":"modernize-java.agent","description":"name: 'modernize-java'","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/modernize-java.agent.md"},{"id":"awesome-copilot-agents--monday-bug-fixer.agent","skillFolder":"monday-bug-fixer.agent","description":"name: Monday Bug Context Fixer","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/monday-bug-fixer.agent.md"},{"id":"awesome-copilot-agents--mongodb-performance-advisor.agent","skillFolder":"mongodb-performance-advisor.agent","description":"name: mongodb-performance-advisor","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/mongodb-performance-advisor.agent.md"},{"id":"awesome-copilot-agents--ms-sql-dba.agent","skillFolder":"ms-sql-dba.agent","description":"description: \"Work with Microsoft SQL Server databases using the MS SQL extension.\"","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/ms-sql-dba.agent.md"},{"id":"awesome-copilot-agents--neo4j-docker-client-generator.agent","skillFolder":"neo4j-docker-client-generator.agent","description":"name: neo4j-docker-client-generator","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/neo4j-docker-client-generator.agent.md"},{"id":"awesome-copilot-agents--neon-migration-specialist.agent","skillFolder":"neon-migration-specialist.agent","description":"name: Neon Migration Specialist","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/neon-migration-specialist.agent.md"},{"id":"awesome-copilot-agents--neon-optimization-analyzer.agent","skillFolder":"neon-optimization-analyzer.agent","description":"name: Neon Performance Analyzer","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/neon-optimization-analyzer.agent.md"},{"id":"awesome-copilot-agents--new-relic-incident-response.agent","skillFolder":"new-relic-incident-response.agent","description":"Markdown skill `new-relic-incident-response.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/new-relic-incident-response.agent.md"},{"id":"awesome-copilot-agents--nuxt-expert.agent","skillFolder":"nuxt-expert.agent","description":"Markdown skill `nuxt-expert.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/nuxt-expert.agent.md"},{"id":"awesome-copilot-agents--octopus-deploy-release-notes-mcp.agent","skillFolder":"octopus-deploy-release-notes-mcp.agent","description":"Markdown skill `octopus-deploy-release-notes-mcp.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/octopus-deploy-release-notes-mcp.agent.md"},{"id":"awesome-copilot-agents--one-shot-feature-issue-planner.agent","skillFolder":"one-shot-feature-issue-planner.agent","description":"Markdown skill `one-shot-feature-issue-planner.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/one-shot-feature-issue-planner.agent.md"},{"id":"awesome-copilot-agents--openapi-to-application.agent","skillFolder":"openapi-to-application.agent","description":"Markdown skill `openapi-to-application.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/openapi-to-application.agent.md"},{"id":"awesome-copilot-agents--oracle-to-postgres-migration-expert.agent","skillFolder":"oracle-to-postgres-migration-expert.agent","description":"Markdown skill `oracle-to-postgres-migration-expert.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/oracle-to-postgres-migration-expert.agent.md"},{"id":"awesome-copilot-agents--pagerduty-incident-responder.agent","skillFolder":"pagerduty-incident-responder.agent","description":"Markdown skill `pagerduty-incident-responder.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/pagerduty-incident-responder.agent.md"},{"id":"awesome-copilot-agents--php-mcp-expert.agent","skillFolder":"php-mcp-expert.agent","description":"Markdown skill `php-mcp-expert.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/php-mcp-expert.agent.md"},{"id":"awesome-copilot-agents--pimcore-expert.agent","skillFolder":"pimcore-expert.agent","description":"Markdown skill `pimcore-expert.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/pimcore-expert.agent.md"},{"id":"awesome-copilot-agents--plan.agent","skillFolder":"plan.agent","description":"Markdown skill `plan.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/plan.agent.md"},{"id":"awesome-copilot-agents--planner.agent","skillFolder":"planner.agent","description":"Markdown skill `planner.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/planner.agent.md"},{"id":"awesome-copilot-agents--platform-sre-kubernetes.agent","skillFolder":"platform-sre-kubernetes.agent","description":"Markdown skill `platform-sre-kubernetes.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/platform-sre-kubernetes.agent.md"},{"id":"awesome-copilot-agents--playwright-tester.agent","skillFolder":"playwright-tester.agent","description":"Markdown skill `playwright-tester.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/playwright-tester.agent.md"},{"id":"awesome-copilot-agents--postgresql-dba.agent","skillFolder":"postgresql-dba.agent","description":"Markdown skill `postgresql-dba.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/postgresql-dba.agent.md"},{"id":"awesome-copilot-agents--power-bi-data-modeling-expert.agent","skillFolder":"power-bi-data-modeling-expert.agent","description":"Markdown skill `power-bi-data-modeling-expert.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/power-bi-data-modeling-expert.agent.md"},{"id":"awesome-copilot-agents--power-bi-dax-expert.agent","skillFolder":"power-bi-dax-expert.agent","description":"Markdown skill `power-bi-dax-expert.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/power-bi-dax-expert.agent.md"},{"id":"awesome-copilot-agents--power-bi-performance-expert.agent","skillFolder":"power-bi-performance-expert.agent","description":"Markdown skill `power-bi-performance-expert.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/power-bi-performance-expert.agent.md"},{"id":"awesome-copilot-agents--power-bi-visualization-expert.agent","skillFolder":"power-bi-visualization-expert.agent","description":"Markdown skill `power-bi-visualization-expert.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/power-bi-visualization-expert.agent.md"},{"id":"awesome-copilot-agents--power-platform-expert.agent","skillFolder":"power-platform-expert.agent","description":"Markdown skill `power-platform-expert.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/power-platform-expert.agent.md"},{"id":"awesome-copilot-agents--power-platform-mcp-integration-expert.agent","skillFolder":"power-platform-mcp-integration-expert.agent","description":"Markdown skill `power-platform-mcp-integration-expert.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/power-platform-mcp-integration-expert.agent.md"},{"id":"awesome-copilot-agents--prd.agent","skillFolder":"prd.agent","description":"Markdown skill `prd.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/prd.agent.md"},{"id":"awesome-copilot-agents--principal-software-engineer.agent","skillFolder":"principal-software-engineer.agent","description":"Markdown skill `principal-software-engineer.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/principal-software-engineer.agent.md"},{"id":"awesome-copilot-agents--project-architecture-planner.agent","skillFolder":"project-architecture-planner.agent","description":"Markdown skill `project-architecture-planner.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/project-architecture-planner.agent.md"},{"id":"awesome-copilot-agents--project-documenter.agent","skillFolder":"project-documenter.agent","description":"Markdown skill `project-documenter.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/project-documenter.agent.md"},{"id":"awesome-copilot-agents--prompt-builder.agent","skillFolder":"prompt-builder.agent","description":"Markdown skill `prompt-builder.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/prompt-builder.agent.md"},{"id":"awesome-copilot-agents--prompt-engineer.agent","skillFolder":"prompt-engineer.agent","description":"Markdown skill `prompt-engineer.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/prompt-engineer.agent.md"},{"id":"awesome-copilot-agents--python-mcp-expert.agent","skillFolder":"python-mcp-expert.agent","description":"Markdown skill `python-mcp-expert.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/python-mcp-expert.agent.md"},{"id":"awesome-copilot-agents--python-notebook-sample-builder.agent","skillFolder":"python-notebook-sample-builder.agent","description":"Markdown skill `python-notebook-sample-builder.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/python-notebook-sample-builder.agent.md"},{"id":"awesome-copilot-agents--qa-subagent.agent","skillFolder":"qa-subagent.agent","description":"Markdown skill `qa-subagent.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/qa-subagent.agent.md"},{"id":"awesome-copilot-agents--quality-playbook.agent","skillFolder":"quality-playbook.agent","description":"Markdown skill `quality-playbook.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/quality-playbook.agent.md"},{"id":"awesome-copilot-agents--react18-auditor.agent","skillFolder":"react18-auditor.agent","description":"Markdown skill `react18-auditor.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/react18-auditor.agent.md"},{"id":"awesome-copilot-agents--react18-batching-fixer.agent","skillFolder":"react18-batching-fixer.agent","description":"Markdown skill `react18-batching-fixer.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/react18-batching-fixer.agent.md"},{"id":"awesome-copilot-agents--react18-class-surgeon.agent","skillFolder":"react18-class-surgeon.agent","description":"Markdown skill `react18-class-surgeon.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/react18-class-surgeon.agent.md"},{"id":"awesome-copilot-agents--react18-commander.agent","skillFolder":"react18-commander.agent","description":"Markdown skill `react18-commander.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/react18-commander.agent.md"},{"id":"awesome-copilot-agents--react18-dep-surgeon.agent","skillFolder":"react18-dep-surgeon.agent","description":"Markdown skill `react18-dep-surgeon.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/react18-dep-surgeon.agent.md"},{"id":"awesome-copilot-agents--react18-test-guardian.agent","skillFolder":"react18-test-guardian.agent","description":"Markdown skill `react18-test-guardian.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/react18-test-guardian.agent.md"},{"id":"awesome-copilot-agents--react19-auditor.agent","skillFolder":"react19-auditor.agent","description":"Markdown skill `react19-auditor.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/react19-auditor.agent.md"},{"id":"awesome-copilot-agents--react19-commander.agent","skillFolder":"react19-commander.agent","description":"Markdown skill `react19-commander.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/react19-commander.agent.md"},{"id":"awesome-copilot-agents--react19-dep-surgeon.agent","skillFolder":"react19-dep-surgeon.agent","description":"Markdown skill `react19-dep-surgeon.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/react19-dep-surgeon.agent.md"},{"id":"awesome-copilot-agents--react19-migrator.agent","skillFolder":"react19-migrator.agent","description":"Markdown skill `react19-migrator.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/react19-migrator.agent.md"},{"id":"awesome-copilot-agents--react19-test-guardian.agent","skillFolder":"react19-test-guardian.agent","description":"Markdown skill `react19-test-guardian.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/react19-test-guardian.agent.md"},{"id":"awesome-copilot-agents--reepl-linkedin.agent","skillFolder":"reepl-linkedin.agent","description":"Markdown skill `reepl-linkedin.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/reepl-linkedin.agent.md"},{"id":"awesome-copilot-agents--refine-issue.agent","skillFolder":"refine-issue.agent","description":"Markdown skill `refine-issue.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/refine-issue.agent.md"},{"id":"awesome-copilot-agents--repo-architect.agent","skillFolder":"repo-architect.agent","description":"Markdown skill `repo-architect.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/repo-architect.agent.md"},{"id":"awesome-copilot-agents--research-technical-spike.agent","skillFolder":"research-technical-spike.agent","description":"Markdown skill `research-technical-spike.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/research-technical-spike.agent.md"},{"id":"awesome-copilot-agents--ruby-mcp-expert.agent","skillFolder":"ruby-mcp-expert.agent","description":"Markdown skill `ruby-mcp-expert.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/ruby-mcp-expert.agent.md"},{"id":"awesome-copilot-agents--rug-orchestrator.agent","skillFolder":"rug-orchestrator.agent","description":"Markdown skill `rug-orchestrator.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/rug-orchestrator.agent.md"},{"id":"awesome-copilot-agents--rust-mcp-expert.agent","skillFolder":"rust-mcp-expert.agent","description":"Markdown skill `rust-mcp-expert.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/rust-mcp-expert.agent.md"},{"id":"awesome-copilot-agents--salesforce-apex-triggers.agent","skillFolder":"salesforce-apex-triggers.agent","description":"Markdown skill `salesforce-apex-triggers.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/salesforce-apex-triggers.agent.md"},{"id":"awesome-copilot-agents--salesforce-aura-lwc.agent","skillFolder":"salesforce-aura-lwc.agent","description":"Markdown skill `salesforce-aura-lwc.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/salesforce-aura-lwc.agent.md"},{"id":"awesome-copilot-agents--salesforce-expert.agent","skillFolder":"salesforce-expert.agent","description":"Markdown skill `salesforce-expert.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/salesforce-expert.agent.md"},{"id":"awesome-copilot-agents--salesforce-flow.agent","skillFolder":"salesforce-flow.agent","description":"Markdown skill `salesforce-flow.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/salesforce-flow.agent.md"},{"id":"awesome-copilot-agents--salesforce-visualforce.agent","skillFolder":"salesforce-visualforce.agent","description":"Markdown skill `salesforce-visualforce.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/salesforce-visualforce.agent.md"},{"id":"awesome-copilot-agents--sast-sca-security-analyzer.agent","skillFolder":"sast-sca-security-analyzer.agent","description":"Markdown skill `sast-sca-security-analyzer.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/sast-sca-security-analyzer.agent.md"},{"id":"awesome-copilot-agents--scientific-paper-research.agent","skillFolder":"scientific-paper-research.agent","description":"Markdown skill `scientific-paper-research.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/scientific-paper-research.agent.md"},{"id":"awesome-copilot-agents--se-gitops-ci-specialist.agent","skillFolder":"se-gitops-ci-specialist.agent","description":"Markdown skill `se-gitops-ci-specialist.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/se-gitops-ci-specialist.agent.md"},{"id":"awesome-copilot-agents--se-product-manager-advisor.agent","skillFolder":"se-product-manager-advisor.agent","description":"Markdown skill `se-product-manager-advisor.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/se-product-manager-advisor.agent.md"},{"id":"awesome-copilot-agents--se-responsible-ai-code.agent","skillFolder":"se-responsible-ai-code.agent","description":"Markdown skill `se-responsible-ai-code.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/se-responsible-ai-code.agent.md"},{"id":"awesome-copilot-agents--se-security-reviewer.agent","skillFolder":"se-security-reviewer.agent","description":"Markdown skill `se-security-reviewer.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/se-security-reviewer.agent.md"},{"id":"awesome-copilot-agents--se-system-architecture-reviewer.agent","skillFolder":"se-system-architecture-reviewer.agent","description":"Markdown skill `se-system-architecture-reviewer.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/se-system-architecture-reviewer.agent.md"},{"id":"awesome-copilot-agents--se-technical-writer.agent","skillFolder":"se-technical-writer.agent","description":"Markdown skill `se-technical-writer.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/se-technical-writer.agent.md"},{"id":"awesome-copilot-agents--se-ux-ui-designer.agent","skillFolder":"se-ux-ui-designer.agent","description":"Markdown skill `se-ux-ui-designer.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/se-ux-ui-designer.agent.md"},{"id":"awesome-copilot-agents--search-ai-optimization-expert.agent","skillFolder":"search-ai-optimization-expert.agent","description":"Markdown skill `search-ai-optimization-expert.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/search-ai-optimization-expert.agent.md"},{"id":"awesome-copilot-agents--shopify-expert.agent","skillFolder":"shopify-expert.agent","description":"Markdown skill `shopify-expert.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/shopify-expert.agent.md"},{"id":"awesome-copilot-agents--simple-app-idea-generator.agent","skillFolder":"simple-app-idea-generator.agent","description":"Markdown skill `simple-app-idea-generator.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/simple-app-idea-generator.agent.md"},{"id":"awesome-copilot-agents--software-engineer-agent-v1.agent","skillFolder":"software-engineer-agent-v1.agent","description":"Markdown skill `software-engineer-agent-v1.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/software-engineer-agent-v1.agent.md"},{"id":"awesome-copilot-agents--spark-performance.agent","skillFolder":"spark-performance.agent","description":"Markdown skill `spark-performance.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/spark-performance.agent.md"},{"id":"awesome-copilot-agents--specification.agent","skillFolder":"specification.agent","description":"Markdown skill `specification.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/specification.agent.md"},{"id":"awesome-copilot-agents--stackhawk-security-onboarding.agent","skillFolder":"stackhawk-security-onboarding.agent","description":"Markdown skill `stackhawk-security-onboarding.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/stackhawk-security-onboarding.agent.md"},{"id":"awesome-copilot-agents--swe-subagent.agent","skillFolder":"swe-subagent.agent","description":"Markdown skill `swe-subagent.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/swe-subagent.agent.md"},{"id":"awesome-copilot-agents--swift-mcp-expert.agent","skillFolder":"swift-mcp-expert.agent","description":"Markdown skill `swift-mcp-expert.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/swift-mcp-expert.agent.md"},{"id":"awesome-copilot-agents--task-planner.agent","skillFolder":"task-planner.agent","description":"Markdown skill `task-planner.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/task-planner.agent.md"},{"id":"awesome-copilot-agents--task-researcher.agent","skillFolder":"task-researcher.agent","description":"Markdown skill `task-researcher.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/task-researcher.agent.md"},{"id":"awesome-copilot-agents--taxcore-technical-writer.agent","skillFolder":"taxcore-technical-writer.agent","description":"Markdown skill `taxcore-technical-writer.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/taxcore-technical-writer.agent.md"},{"id":"awesome-copilot-agents--tdd-green.agent","skillFolder":"tdd-green.agent","description":"Markdown skill `tdd-green.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/tdd-green.agent.md"},{"id":"awesome-copilot-agents--tdd-red.agent","skillFolder":"tdd-red.agent","description":"Markdown skill `tdd-red.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/tdd-red.agent.md"},{"id":"awesome-copilot-agents--tdd-refactor.agent","skillFolder":"tdd-refactor.agent","description":"Markdown skill `tdd-refactor.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/tdd-refactor.agent.md"},{"id":"awesome-copilot-agents--tech-debt-remediation-plan.agent","skillFolder":"tech-debt-remediation-plan.agent","description":"Markdown skill `tech-debt-remediation-plan.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/tech-debt-remediation-plan.agent.md"},{"id":"awesome-copilot-agents--technical-content-evaluator.agent","skillFolder":"technical-content-evaluator.agent","description":"Markdown skill `technical-content-evaluator.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/technical-content-evaluator.agent.md"},{"id":"awesome-copilot-agents--terminal-helper.agent","skillFolder":"terminal-helper.agent","description":"Markdown skill `terminal-helper.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/terminal-helper.agent.md"},{"id":"awesome-copilot-agents--terraform-azure-implement.agent","skillFolder":"terraform-azure-implement.agent","description":"Markdown skill `terraform-azure-implement.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/terraform-azure-implement.agent.md"},{"id":"awesome-copilot-agents--terraform-azure-planning.agent","skillFolder":"terraform-azure-planning.agent","description":"Markdown skill `terraform-azure-planning.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/terraform-azure-planning.agent.md"},{"id":"awesome-copilot-agents--terraform-iac-reviewer.agent","skillFolder":"terraform-iac-reviewer.agent","description":"Markdown skill `terraform-iac-reviewer.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/terraform-iac-reviewer.agent.md"},{"id":"awesome-copilot-agents--terraform.agent","skillFolder":"terraform.agent","description":"Markdown skill `terraform.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/terraform.agent.md"},{"id":"awesome-copilot-agents--terratest-module-testing.agent","skillFolder":"terratest-module-testing.agent","description":"Markdown skill `terratest-module-testing.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/terratest-module-testing.agent.md"},{"id":"awesome-copilot-agents--Thinking-Beast-Mode.agent","skillFolder":"Thinking-Beast-Mode.agent","description":"Markdown skill `Thinking-Beast-Mode.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/Thinking-Beast-Mode.agent.md"},{"id":"awesome-copilot-agents--typescript-mcp-expert.agent","skillFolder":"typescript-mcp-expert.agent","description":"Markdown skill `typescript-mcp-expert.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/typescript-mcp-expert.agent.md"},{"id":"awesome-copilot-agents--Ultimate-Transparent-Thinking-Beast-Mode.agent","skillFolder":"Ultimate-Transparent-Thinking-Beast-Mode.agent","description":"Markdown skill `Ultimate-Transparent-Thinking-Beast-Mode.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/Ultimate-Transparent-Thinking-Beast-Mode.agent.md"},{"id":"awesome-copilot-agents--vuejs-expert.agent","skillFolder":"vuejs-expert.agent","description":"Markdown skill `vuejs-expert.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/vuejs-expert.agent.md"},{"id":"awesome-copilot-agents--wg-code-alchemist.agent","skillFolder":"wg-code-alchemist.agent","description":"Markdown skill `wg-code-alchemist.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/wg-code-alchemist.agent.md"},{"id":"awesome-copilot-agents--wg-code-sentinel.agent","skillFolder":"wg-code-sentinel.agent","description":"Markdown skill `wg-code-sentinel.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/wg-code-sentinel.agent.md"},{"id":"awesome-copilot-agents--WinFormsExpert.agent","skillFolder":"WinFormsExpert.agent","description":"Markdown skill `WinFormsExpert.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/WinFormsExpert.agent.md"},{"id":"anthropic-skills--algorithmic-art","skillFolder":"algorithmic-art","description":"name: algorithmic-art","catalogId":"anthropic-skills","publisherId":"anthropics","publisherLabel":"Anthropic","publisherFamily":"Anthropic","publisherChannel":"Anthropic reference","repo":"anthropics/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/anthropics/skills/tree/main/skills/algorithmic-art"},{"id":"anthropic-skills--brand-guidelines","skillFolder":"brand-guidelines","description":"name: brand-guidelines","catalogId":"anthropic-skills","publisherId":"anthropics","publisherLabel":"Anthropic","publisherFamily":"Anthropic","publisherChannel":"Anthropic reference","repo":"anthropics/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/anthropics/skills/tree/main/skills/brand-guidelines"},{"id":"anthropic-skills--canvas-design","skillFolder":"canvas-design","description":"name: canvas-design","catalogId":"anthropic-skills","publisherId":"anthropics","publisherLabel":"Anthropic","publisherFamily":"Anthropic","publisherChannel":"Anthropic reference","repo":"anthropics/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/anthropics/skills/tree/main/skills/canvas-design"},{"id":"anthropic-skills--claude-api","skillFolder":"claude-api","description":"name: claude-api","catalogId":"anthropic-skills","publisherId":"anthropics","publisherLabel":"Anthropic","publisherFamily":"Anthropic","publisherChannel":"Anthropic reference","repo":"anthropics/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/anthropics/skills/tree/main/skills/claude-api"},{"id":"anthropic-skills--doc-coauthoring","skillFolder":"doc-coauthoring","description":"name: doc-coauthoring","catalogId":"anthropic-skills","publisherId":"anthropics","publisherLabel":"Anthropic","publisherFamily":"Anthropic","publisherChannel":"Anthropic reference","repo":"anthropics/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/anthropics/skills/tree/main/skills/doc-coauthoring"},{"id":"anthropic-skills--docx","skillFolder":"docx","description":"name: docx","catalogId":"anthropic-skills","publisherId":"anthropics","publisherLabel":"Anthropic","publisherFamily":"Anthropic","publisherChannel":"Anthropic reference","repo":"anthropics/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/anthropics/skills/tree/main/skills/docx"},{"id":"anthropic-skills--frontend-design","skillFolder":"frontend-design","description":"name: frontend-design","catalogId":"anthropic-skills","publisherId":"anthropics","publisherLabel":"Anthropic","publisherFamily":"Anthropic","publisherChannel":"Anthropic reference","repo":"anthropics/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/anthropics/skills/tree/main/skills/frontend-design"},{"id":"anthropic-skills--internal-comms","skillFolder":"internal-comms","description":"name: internal-comms","catalogId":"anthropic-skills","publisherId":"anthropics","publisherLabel":"Anthropic","publisherFamily":"Anthropic","publisherChannel":"Anthropic reference","repo":"anthropics/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/anthropics/skills/tree/main/skills/internal-comms"},{"id":"anthropic-skills--mcp-builder","skillFolder":"mcp-builder","description":"name: mcp-builder","catalogId":"anthropic-skills","publisherId":"anthropics","publisherLabel":"Anthropic","publisherFamily":"Anthropic","publisherChannel":"Anthropic reference","repo":"anthropics/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/anthropics/skills/tree/main/skills/mcp-builder"},{"id":"anthropic-skills--pdf","skillFolder":"pdf","description":"name: pdf","catalogId":"anthropic-skills","publisherId":"anthropics","publisherLabel":"Anthropic","publisherFamily":"Anthropic","publisherChannel":"Anthropic reference","repo":"anthropics/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/anthropics/skills/tree/main/skills/pdf"},{"id":"anthropic-skills--pptx","skillFolder":"pptx","description":"name: pptx","catalogId":"anthropic-skills","publisherId":"anthropics","publisherLabel":"Anthropic","publisherFamily":"Anthropic","publisherChannel":"Anthropic reference","repo":"anthropics/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/anthropics/skills/tree/main/skills/pptx"},{"id":"anthropic-skills--skill-creator","skillFolder":"skill-creator","description":"name: skill-creator","catalogId":"anthropic-skills","publisherId":"anthropics","publisherLabel":"Anthropic","publisherFamily":"Anthropic","publisherChannel":"Anthropic reference","repo":"anthropics/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/anthropics/skills/tree/main/skills/skill-creator"},{"id":"anthropic-skills--slack-gif-creator","skillFolder":"slack-gif-creator","description":"name: slack-gif-creator","catalogId":"anthropic-skills","publisherId":"anthropics","publisherLabel":"Anthropic","publisherFamily":"Anthropic","publisherChannel":"Anthropic reference","repo":"anthropics/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/anthropics/skills/tree/main/skills/slack-gif-creator"},{"id":"anthropic-skills--theme-factory","skillFolder":"theme-factory","description":"name: theme-factory","catalogId":"anthropic-skills","publisherId":"anthropics","publisherLabel":"Anthropic","publisherFamily":"Anthropic","publisherChannel":"Anthropic reference","repo":"anthropics/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/anthropics/skills/tree/main/skills/theme-factory"},{"id":"anthropic-skills--web-artifacts-builder","skillFolder":"web-artifacts-builder","description":"name: web-artifacts-builder","catalogId":"anthropic-skills","publisherId":"anthropics","publisherLabel":"Anthropic","publisherFamily":"Anthropic","publisherChannel":"Anthropic reference","repo":"anthropics/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/anthropics/skills/tree/main/skills/web-artifacts-builder"},{"id":"anthropic-skills--webapp-testing","skillFolder":"webapp-testing","description":"name: webapp-testing","catalogId":"anthropic-skills","publisherId":"anthropics","publisherLabel":"Anthropic","publisherFamily":"Anthropic","publisherChannel":"Anthropic reference","repo":"anthropics/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/anthropics/skills/tree/main/skills/webapp-testing"},{"id":"anthropic-skills--xlsx","skillFolder":"xlsx","description":"name: xlsx","catalogId":"anthropic-skills","publisherId":"anthropics","publisherLabel":"Anthropic","publisherFamily":"Anthropic","publisherChannel":"Anthropic reference","repo":"anthropics/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/anthropics/skills/tree/main/skills/xlsx"},{"id":"composio-awesome-claude-skills--artifacts-builder","skillFolder":"artifacts-builder","description":"name: artifacts-builder","catalogId":"composio-awesome-claude-skills","publisherId":"ComposioHQ","publisherLabel":"Composio","publisherFamily":"Composio","publisherChannel":"Composio curated","repo":"ComposioHQ/awesome-claude-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/ComposioHQ/awesome-claude-skills/tree/master/artifacts-builder"},{"id":"composio-awesome-claude-skills--brand-guidelines","skillFolder":"brand-guidelines","description":"name: brand-guidelines","catalogId":"composio-awesome-claude-skills","publisherId":"ComposioHQ","publisherLabel":"Composio","publisherFamily":"Composio","publisherChannel":"Composio curated","repo":"ComposioHQ/awesome-claude-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/ComposioHQ/awesome-claude-skills/tree/master/brand-guidelines"},{"id":"composio-awesome-claude-skills--canvas-design","skillFolder":"canvas-design","description":"name: canvas-design","catalogId":"composio-awesome-claude-skills","publisherId":"ComposioHQ","publisherLabel":"Composio","publisherFamily":"Composio","publisherChannel":"Composio curated","repo":"ComposioHQ/awesome-claude-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/ComposioHQ/awesome-claude-skills/tree/master/canvas-design"},{"id":"composio-awesome-claude-skills--changelog-generator","skillFolder":"changelog-generator","description":"name: changelog-generator","catalogId":"composio-awesome-claude-skills","publisherId":"ComposioHQ","publisherLabel":"Composio","publisherFamily":"Composio","publisherChannel":"Composio curated","repo":"ComposioHQ/awesome-claude-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/ComposioHQ/awesome-claude-skills/tree/master/changelog-generator"},{"id":"composio-awesome-claude-skills--competitive-ads-extractor","skillFolder":"competitive-ads-extractor","description":"name: competitive-ads-extractor","catalogId":"composio-awesome-claude-skills","publisherId":"ComposioHQ","publisherLabel":"Composio","publisherFamily":"Composio","publisherChannel":"Composio curated","repo":"ComposioHQ/awesome-claude-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/ComposioHQ/awesome-claude-skills/tree/master/competitive-ads-extractor"},{"id":"composio-awesome-claude-skills--composio-skills","skillFolder":"composio-skills","description":"Skill folder `composio-skills` from ComposioHQ/awesome-claude-skills (composio-awesome-claude-skills)","catalogId":"composio-awesome-claude-skills","publisherId":"ComposioHQ","publisherLabel":"Composio","publisherFamily":"Composio","publisherChannel":"Composio curated","repo":"ComposioHQ/awesome-claude-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/ComposioHQ/awesome-claude-skills/tree/master/composio-skills"},{"id":"composio-awesome-claude-skills--connect","skillFolder":"connect","description":"name: connect","catalogId":"composio-awesome-claude-skills","publisherId":"ComposioHQ","publisherLabel":"Composio","publisherFamily":"Composio","publisherChannel":"Composio curated","repo":"ComposioHQ/awesome-claude-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/ComposioHQ/awesome-claude-skills/tree/master/connect"},{"id":"composio-awesome-claude-skills--connect-apps","skillFolder":"connect-apps","description":"name: connect-apps","catalogId":"composio-awesome-claude-skills","publisherId":"ComposioHQ","publisherLabel":"Composio","publisherFamily":"Composio","publisherChannel":"Composio curated","repo":"ComposioHQ/awesome-claude-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/ComposioHQ/awesome-claude-skills/tree/master/connect-apps"},{"id":"composio-awesome-claude-skills--connect-apps-plugin","skillFolder":"connect-apps-plugin","description":"Skill folder `connect-apps-plugin` from ComposioHQ/awesome-claude-skills (composio-awesome-claude-skills)","catalogId":"composio-awesome-claude-skills","publisherId":"ComposioHQ","publisherLabel":"Composio","publisherFamily":"Composio","publisherChannel":"Composio curated","repo":"ComposioHQ/awesome-claude-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/ComposioHQ/awesome-claude-skills/tree/master/connect-apps-plugin"},{"id":"composio-awesome-claude-skills--content-research-writer","skillFolder":"content-research-writer","description":"name: content-research-writer","catalogId":"composio-awesome-claude-skills","publisherId":"ComposioHQ","publisherLabel":"Composio","publisherFamily":"Composio","publisherChannel":"Composio curated","repo":"ComposioHQ/awesome-claude-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/ComposioHQ/awesome-claude-skills/tree/master/content-research-writer"},{"id":"composio-awesome-claude-skills--CONTRIBUTING","skillFolder":"CONTRIBUTING","description":"Contributing to Awesome Claude Skills","catalogId":"composio-awesome-claude-skills","publisherId":"ComposioHQ","publisherLabel":"Composio","publisherFamily":"Composio","publisherChannel":"Composio curated","repo":"ComposioHQ/awesome-claude-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/ComposioHQ/awesome-claude-skills/tree/master/CONTRIBUTING.md"},{"id":"composio-awesome-claude-skills--developer-growth-analysis","skillFolder":"developer-growth-analysis","description":"name: developer-growth-analysis","catalogId":"composio-awesome-claude-skills","publisherId":"ComposioHQ","publisherLabel":"Composio","publisherFamily":"Composio","publisherChannel":"Composio curated","repo":"ComposioHQ/awesome-claude-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/ComposioHQ/awesome-claude-skills/tree/master/developer-growth-analysis"},{"id":"composio-awesome-claude-skills--document-skills","skillFolder":"document-skills","description":"Skill folder `document-skills` from ComposioHQ/awesome-claude-skills (composio-awesome-claude-skills)","catalogId":"composio-awesome-claude-skills","publisherId":"ComposioHQ","publisherLabel":"Composio","publisherFamily":"Composio","publisherChannel":"Composio curated","repo":"ComposioHQ/awesome-claude-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/ComposioHQ/awesome-claude-skills/tree/master/document-skills"},{"id":"composio-awesome-claude-skills--domain-name-brainstormer","skillFolder":"domain-name-brainstormer","description":"name: domain-name-brainstormer","catalogId":"composio-awesome-claude-skills","publisherId":"ComposioHQ","publisherLabel":"Composio","publisherFamily":"Composio","publisherChannel":"Composio curated","repo":"ComposioHQ/awesome-claude-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/ComposioHQ/awesome-claude-skills/tree/master/domain-name-brainstormer"},{"id":"composio-awesome-claude-skills--file-organizer","skillFolder":"file-organizer","description":"name: file-organizer","catalogId":"composio-awesome-claude-skills","publisherId":"ComposioHQ","publisherLabel":"Composio","publisherFamily":"Composio","publisherChannel":"Composio curated","repo":"ComposioHQ/awesome-claude-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/ComposioHQ/awesome-claude-skills/tree/master/file-organizer"},{"id":"composio-awesome-claude-skills--image-enhancer","skillFolder":"image-enhancer","description":"name: image-enhancer","catalogId":"composio-awesome-claude-skills","publisherId":"ComposioHQ","publisherLabel":"Composio","publisherFamily":"Composio","publisherChannel":"Composio curated","repo":"ComposioHQ/awesome-claude-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/ComposioHQ/awesome-claude-skills/tree/master/image-enhancer"},{"id":"composio-awesome-claude-skills--internal-comms","skillFolder":"internal-comms","description":"name: internal-comms","catalogId":"composio-awesome-claude-skills","publisherId":"ComposioHQ","publisherLabel":"Composio","publisherFamily":"Composio","publisherChannel":"Composio curated","repo":"ComposioHQ/awesome-claude-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/ComposioHQ/awesome-claude-skills/tree/master/internal-comms"},{"id":"composio-awesome-claude-skills--invoice-organizer","skillFolder":"invoice-organizer","description":"name: invoice-organizer","catalogId":"composio-awesome-claude-skills","publisherId":"ComposioHQ","publisherLabel":"Composio","publisherFamily":"Composio","publisherChannel":"Composio curated","repo":"ComposioHQ/awesome-claude-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/ComposioHQ/awesome-claude-skills/tree/master/invoice-organizer"},{"id":"composio-awesome-claude-skills--langsmith-fetch","skillFolder":"langsmith-fetch","description":"name: langsmith-fetch","catalogId":"composio-awesome-claude-skills","publisherId":"ComposioHQ","publisherLabel":"Composio","publisherFamily":"Composio","publisherChannel":"Composio curated","repo":"ComposioHQ/awesome-claude-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/ComposioHQ/awesome-claude-skills/tree/master/langsmith-fetch"},{"id":"composio-awesome-claude-skills--lead-research-assistant","skillFolder":"lead-research-assistant","description":"name: lead-research-assistant","catalogId":"composio-awesome-claude-skills","publisherId":"ComposioHQ","publisherLabel":"Composio","publisherFamily":"Composio","publisherChannel":"Composio curated","repo":"ComposioHQ/awesome-claude-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/ComposioHQ/awesome-claude-skills/tree/master/lead-research-assistant"},{"id":"composio-awesome-claude-skills--mcp-builder","skillFolder":"mcp-builder","description":"name: mcp-builder","catalogId":"composio-awesome-claude-skills","publisherId":"ComposioHQ","publisherLabel":"Composio","publisherFamily":"Composio","publisherChannel":"Composio curated","repo":"ComposioHQ/awesome-claude-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/ComposioHQ/awesome-claude-skills/tree/master/mcp-builder"},{"id":"composio-awesome-claude-skills--meeting-insights-analyzer","skillFolder":"meeting-insights-analyzer","description":"name: meeting-insights-analyzer","catalogId":"composio-awesome-claude-skills","publisherId":"ComposioHQ","publisherLabel":"Composio","publisherFamily":"Composio","publisherChannel":"Composio curated","repo":"ComposioHQ/awesome-claude-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/ComposioHQ/awesome-claude-skills/tree/master/meeting-insights-analyzer"},{"id":"composio-awesome-claude-skills--raffle-winner-picker","skillFolder":"raffle-winner-picker","description":"name: raffle-winner-picker","catalogId":"composio-awesome-claude-skills","publisherId":"ComposioHQ","publisherLabel":"Composio","publisherFamily":"Composio","publisherChannel":"Composio curated","repo":"ComposioHQ/awesome-claude-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/ComposioHQ/awesome-claude-skills/tree/master/raffle-winner-picker"},{"id":"composio-awesome-claude-skills--skill-creator","skillFolder":"skill-creator","description":"name: skill-creator","catalogId":"composio-awesome-claude-skills","publisherId":"ComposioHQ","publisherLabel":"Composio","publisherFamily":"Composio","publisherChannel":"Composio curated","repo":"ComposioHQ/awesome-claude-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/ComposioHQ/awesome-claude-skills/tree/master/skill-creator"},{"id":"composio-awesome-claude-skills--skill-share","skillFolder":"skill-share","description":"name: skill-share","catalogId":"composio-awesome-claude-skills","publisherId":"ComposioHQ","publisherLabel":"Composio","publisherFamily":"Composio","publisherChannel":"Composio curated","repo":"ComposioHQ/awesome-claude-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/ComposioHQ/awesome-claude-skills/tree/master/skill-share"},{"id":"composio-awesome-claude-skills--slack-gif-creator","skillFolder":"slack-gif-creator","description":"name: slack-gif-creator","catalogId":"composio-awesome-claude-skills","publisherId":"ComposioHQ","publisherLabel":"Composio","publisherFamily":"Composio","publisherChannel":"Composio curated","repo":"ComposioHQ/awesome-claude-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/ComposioHQ/awesome-claude-skills/tree/master/slack-gif-creator"},{"id":"composio-awesome-claude-skills--tailored-resume-generator","skillFolder":"tailored-resume-generator","description":"name: tailored-resume-generator","catalogId":"composio-awesome-claude-skills","publisherId":"ComposioHQ","publisherLabel":"Composio","publisherFamily":"Composio","publisherChannel":"Composio curated","repo":"ComposioHQ/awesome-claude-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/ComposioHQ/awesome-claude-skills/tree/master/tailored-resume-generator"},{"id":"composio-awesome-claude-skills--template-skill","skillFolder":"template-skill","description":"name: template-skill","catalogId":"composio-awesome-claude-skills","publisherId":"ComposioHQ","publisherLabel":"Composio","publisherFamily":"Composio","publisherChannel":"Composio curated","repo":"ComposioHQ/awesome-claude-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/ComposioHQ/awesome-claude-skills/tree/master/template-skill"},{"id":"composio-awesome-claude-skills--theme-factory","skillFolder":"theme-factory","description":"name: theme-factory","catalogId":"composio-awesome-claude-skills","publisherId":"ComposioHQ","publisherLabel":"Composio","publisherFamily":"Composio","publisherChannel":"Composio curated","repo":"ComposioHQ/awesome-claude-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/ComposioHQ/awesome-claude-skills/tree/master/theme-factory"},{"id":"composio-awesome-claude-skills--twitter-algorithm-optimizer","skillFolder":"twitter-algorithm-optimizer","description":"name: twitter-algorithm-optimizer","catalogId":"composio-awesome-claude-skills","publisherId":"ComposioHQ","publisherLabel":"Composio","publisherFamily":"Composio","publisherChannel":"Composio curated","repo":"ComposioHQ/awesome-claude-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/ComposioHQ/awesome-claude-skills/tree/master/twitter-algorithm-optimizer"},{"id":"composio-awesome-claude-skills--video-downloader","skillFolder":"video-downloader","description":"name: youtube-downloader","catalogId":"composio-awesome-claude-skills","publisherId":"ComposioHQ","publisherLabel":"Composio","publisherFamily":"Composio","publisherChannel":"Composio curated","repo":"ComposioHQ/awesome-claude-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/ComposioHQ/awesome-claude-skills/tree/master/video-downloader"},{"id":"composio-awesome-claude-skills--webapp-testing","skillFolder":"webapp-testing","description":"name: webapp-testing","catalogId":"composio-awesome-claude-skills","publisherId":"ComposioHQ","publisherLabel":"Composio","publisherFamily":"Composio","publisherChannel":"Composio curated","repo":"ComposioHQ/awesome-claude-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/ComposioHQ/awesome-claude-skills/tree/master/webapp-testing"},{"id":"microsoft-skills--applicationinsights-web-ts","skillFolder":"applicationinsights-web-ts","description":"name: applicationinsights-web-ts","catalogId":"microsoft-skills","publisherId":"microsoft","publisherLabel":"Microsoft","publisherFamily":"Microsoft","publisherChannel":"Microsoft official","repo":"microsoft/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/microsoft/skills/tree/main/.github/skills/applicationinsights-web-ts"},{"id":"microsoft-skills--azure-cosmos-rust","skillFolder":"azure-cosmos-rust","description":"name: azure-cosmos-rust","catalogId":"microsoft-skills","publisherId":"microsoft","publisherLabel":"Microsoft","publisherFamily":"Microsoft","publisherChannel":"Microsoft official","repo":"microsoft/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/microsoft/skills/tree/main/.github/skills/azure-cosmos-rust"},{"id":"microsoft-skills--azure-eventhub-rust","skillFolder":"azure-eventhub-rust","description":"name: azure-eventhub-rust","catalogId":"microsoft-skills","publisherId":"microsoft","publisherLabel":"Microsoft","publisherFamily":"Microsoft","publisherChannel":"Microsoft official","repo":"microsoft/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/microsoft/skills/tree/main/.github/skills/azure-eventhub-rust"},{"id":"microsoft-skills--azure-identity-rust","skillFolder":"azure-identity-rust","description":"name: azure-identity-rust","catalogId":"microsoft-skills","publisherId":"microsoft","publisherLabel":"Microsoft","publisherFamily":"Microsoft","publisherChannel":"Microsoft official","repo":"microsoft/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/microsoft/skills/tree/main/.github/skills/azure-identity-rust"},{"id":"microsoft-skills--azure-keyvault-certificates-rust","skillFolder":"azure-keyvault-certificates-rust","description":"name: azure-keyvault-certificates-rust","catalogId":"microsoft-skills","publisherId":"microsoft","publisherLabel":"Microsoft","publisherFamily":"Microsoft","publisherChannel":"Microsoft official","repo":"microsoft/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/microsoft/skills/tree/main/.github/skills/azure-keyvault-certificates-rust"},{"id":"microsoft-skills--azure-keyvault-keys-rust","skillFolder":"azure-keyvault-keys-rust","description":"name: azure-keyvault-keys-rust","catalogId":"microsoft-skills","publisherId":"microsoft","publisherLabel":"Microsoft","publisherFamily":"Microsoft","publisherChannel":"Microsoft official","repo":"microsoft/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/microsoft/skills/tree/main/.github/skills/azure-keyvault-keys-rust"},{"id":"microsoft-skills--azure-keyvault-secrets-rust","skillFolder":"azure-keyvault-secrets-rust","description":"name: azure-keyvault-secrets-rust","catalogId":"microsoft-skills","publisherId":"microsoft","publisherLabel":"Microsoft","publisherFamily":"Microsoft","publisherChannel":"Microsoft official","repo":"microsoft/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/microsoft/skills/tree/main/.github/skills/azure-keyvault-secrets-rust"},{"id":"microsoft-skills--azure-storage-blob-rust","skillFolder":"azure-storage-blob-rust","description":"name: azure-storage-blob-rust","catalogId":"microsoft-skills","publisherId":"microsoft","publisherLabel":"Microsoft","publisherFamily":"Microsoft","publisherChannel":"Microsoft official","repo":"microsoft/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/microsoft/skills/tree/main/.github/skills/azure-storage-blob-rust"},{"id":"microsoft-skills--cloud-solution-architect","skillFolder":"cloud-solution-architect","description":"name: cloud-solution-architect","catalogId":"microsoft-skills","publisherId":"microsoft","publisherLabel":"Microsoft","publisherFamily":"Microsoft","publisherChannel":"Microsoft official","repo":"microsoft/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/microsoft/skills/tree/main/.github/skills/cloud-solution-architect"},{"id":"microsoft-skills--continual-learning","skillFolder":"continual-learning","description":"name: continual-learning","catalogId":"microsoft-skills","publisherId":"microsoft","publisherLabel":"Microsoft","publisherFamily":"Microsoft","publisherChannel":"Microsoft official","repo":"microsoft/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/microsoft/skills/tree/main/.github/skills/continual-learning"},{"id":"microsoft-skills--copilot-sdk","skillFolder":"copilot-sdk","description":"name: copilot-sdk","catalogId":"microsoft-skills","publisherId":"microsoft","publisherLabel":"Microsoft","publisherFamily":"Microsoft","publisherChannel":"Microsoft official","repo":"microsoft/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/microsoft/skills/tree/main/.github/skills/copilot-sdk"},{"id":"microsoft-skills--entra-agent-id","skillFolder":"entra-agent-id","description":"name: entra-agent-id","catalogId":"microsoft-skills","publisherId":"microsoft","publisherLabel":"Microsoft","publisherFamily":"Microsoft","publisherChannel":"Microsoft official","repo":"microsoft/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/microsoft/skills/tree/main/.github/skills/entra-agent-id"},{"id":"microsoft-skills--frontend-design-review","skillFolder":"frontend-design-review","description":"name: frontend-design-review","catalogId":"microsoft-skills","publisherId":"microsoft","publisherLabel":"Microsoft","publisherFamily":"Microsoft","publisherChannel":"Microsoft official","repo":"microsoft/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/microsoft/skills/tree/main/.github/skills/frontend-design-review"},{"id":"microsoft-skills--github-issue-creator","skillFolder":"github-issue-creator","description":"name: github-issue-creator","catalogId":"microsoft-skills","publisherId":"microsoft","publisherLabel":"Microsoft","publisherFamily":"Microsoft","publisherChannel":"Microsoft official","repo":"microsoft/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/microsoft/skills/tree/main/.github/skills/github-issue-creator"},{"id":"microsoft-skills--kql","skillFolder":"kql","description":"name: kql","catalogId":"microsoft-skills","publisherId":"microsoft","publisherLabel":"Microsoft","publisherFamily":"Microsoft","publisherChannel":"Microsoft official","repo":"microsoft/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/microsoft/skills/tree/main/.github/skills/kql"},{"id":"microsoft-skills--mcp-builder","skillFolder":"mcp-builder","description":"name: mcp-builder","catalogId":"microsoft-skills","publisherId":"microsoft","publisherLabel":"Microsoft","publisherFamily":"Microsoft","publisherChannel":"Microsoft official","repo":"microsoft/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/microsoft/skills/tree/main/.github/skills/mcp-builder"},{"id":"microsoft-skills--microsoft-docs","skillFolder":"microsoft-docs","description":"name: microsoft-docs","catalogId":"microsoft-skills","publisherId":"microsoft","publisherLabel":"Microsoft","publisherFamily":"Microsoft","publisherChannel":"Microsoft official","repo":"microsoft/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/microsoft/skills/tree/main/.github/skills/microsoft-docs"},{"id":"microsoft-skills--podcast-generation","skillFolder":"podcast-generation","description":"name: podcast-generation","catalogId":"microsoft-skills","publisherId":"microsoft","publisherLabel":"Microsoft","publisherFamily":"Microsoft","publisherChannel":"Microsoft official","repo":"microsoft/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/microsoft/skills/tree/main/.github/skills/podcast-generation"},{"id":"microsoft-skills--skill-creator","skillFolder":"skill-creator","description":"name: skill-creator","catalogId":"microsoft-skills","publisherId":"microsoft","publisherLabel":"Microsoft","publisherFamily":"Microsoft","publisherChannel":"Microsoft official","repo":"microsoft/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/microsoft/skills/tree/main/.github/skills/skill-creator"},{"id":"microsoft-azure-skills--airunway-aks-setup","skillFolder":"airunway-aks-setup","description":"name: airunway-aks-setup","catalogId":"microsoft-azure-skills","publisherId":"microsoft","publisherLabel":"Microsoft","publisherFamily":"Microsoft","publisherChannel":"Azure","repo":"microsoft/azure-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/microsoft/azure-skills/tree/main/skills/airunway-aks-setup"},{"id":"microsoft-azure-skills--appinsights-instrumentation","skillFolder":"appinsights-instrumentation","description":"name: appinsights-instrumentation","catalogId":"microsoft-azure-skills","publisherId":"microsoft","publisherLabel":"Microsoft","publisherFamily":"Microsoft","publisherChannel":"Azure","repo":"microsoft/azure-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/microsoft/azure-skills/tree/main/skills/appinsights-instrumentation"},{"id":"microsoft-azure-skills--azure-ai","skillFolder":"azure-ai","description":"name: azure-ai","catalogId":"microsoft-azure-skills","publisherId":"microsoft","publisherLabel":"Microsoft","publisherFamily":"Microsoft","publisherChannel":"Azure","repo":"microsoft/azure-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/microsoft/azure-skills/tree/main/skills/azure-ai"},{"id":"microsoft-azure-skills--azure-aigateway","skillFolder":"azure-aigateway","description":"name: azure-aigateway","catalogId":"microsoft-azure-skills","publisherId":"microsoft","publisherLabel":"Microsoft","publisherFamily":"Microsoft","publisherChannel":"Azure","repo":"microsoft/azure-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/microsoft/azure-skills/tree/main/skills/azure-aigateway"},{"id":"microsoft-azure-skills--azure-cloud-migrate","skillFolder":"azure-cloud-migrate","description":"name: azure-cloud-migrate","catalogId":"microsoft-azure-skills","publisherId":"microsoft","publisherLabel":"Microsoft","publisherFamily":"Microsoft","publisherChannel":"Azure","repo":"microsoft/azure-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/microsoft/azure-skills/tree/main/skills/azure-cloud-migrate"},{"id":"microsoft-azure-skills--azure-compliance","skillFolder":"azure-compliance","description":"name: azure-compliance","catalogId":"microsoft-azure-skills","publisherId":"microsoft","publisherLabel":"Microsoft","publisherFamily":"Microsoft","publisherChannel":"Azure","repo":"microsoft/azure-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/microsoft/azure-skills/tree/main/skills/azure-compliance"},{"id":"microsoft-azure-skills--azure-compute","skillFolder":"azure-compute","description":"name: azure-compute","catalogId":"microsoft-azure-skills","publisherId":"microsoft","publisherLabel":"Microsoft","publisherFamily":"Microsoft","publisherChannel":"Azure","repo":"microsoft/azure-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/microsoft/azure-skills/tree/main/skills/azure-compute"},{"id":"microsoft-azure-skills--azure-cost","skillFolder":"azure-cost","description":"name: azure-cost","catalogId":"microsoft-azure-skills","publisherId":"microsoft","publisherLabel":"Microsoft","publisherFamily":"Microsoft","publisherChannel":"Azure","repo":"microsoft/azure-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/microsoft/azure-skills/tree/main/skills/azure-cost"},{"id":"microsoft-azure-skills--azure-deploy","skillFolder":"azure-deploy","description":"name: azure-deploy","catalogId":"microsoft-azure-skills","publisherId":"microsoft","publisherLabel":"Microsoft","publisherFamily":"Microsoft","publisherChannel":"Azure","repo":"microsoft/azure-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/microsoft/azure-skills/tree/main/skills/azure-deploy"},{"id":"microsoft-azure-skills--azure-diagnostics","skillFolder":"azure-diagnostics","description":"name: azure-diagnostics","catalogId":"microsoft-azure-skills","publisherId":"microsoft","publisherLabel":"Microsoft","publisherFamily":"Microsoft","publisherChannel":"Azure","repo":"microsoft/azure-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/microsoft/azure-skills/tree/main/skills/azure-diagnostics"},{"id":"microsoft-azure-skills--azure-enterprise-infra-planner","skillFolder":"azure-enterprise-infra-planner","description":"name: azure-enterprise-infra-planner","catalogId":"microsoft-azure-skills","publisherId":"microsoft","publisherLabel":"Microsoft","publisherFamily":"Microsoft","publisherChannel":"Azure","repo":"microsoft/azure-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/microsoft/azure-skills/tree/main/skills/azure-enterprise-infra-planner"},{"id":"microsoft-azure-skills--azure-hosted-copilot-sdk","skillFolder":"azure-hosted-copilot-sdk","description":"name: azure-hosted-copilot-sdk","catalogId":"microsoft-azure-skills","publisherId":"microsoft","publisherLabel":"Microsoft","publisherFamily":"Microsoft","publisherChannel":"Azure","repo":"microsoft/azure-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/microsoft/azure-skills/tree/main/skills/azure-hosted-copilot-sdk"},{"id":"microsoft-azure-skills--azure-kubernetes","skillFolder":"azure-kubernetes","description":"name: azure-kubernetes","catalogId":"microsoft-azure-skills","publisherId":"microsoft","publisherLabel":"Microsoft","publisherFamily":"Microsoft","publisherChannel":"Azure","repo":"microsoft/azure-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/microsoft/azure-skills/tree/main/skills/azure-kubernetes"},{"id":"microsoft-azure-skills--azure-kusto","skillFolder":"azure-kusto","description":"name: azure-kusto","catalogId":"microsoft-azure-skills","publisherId":"microsoft","publisherLabel":"Microsoft","publisherFamily":"Microsoft","publisherChannel":"Azure","repo":"microsoft/azure-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/microsoft/azure-skills/tree/main/skills/azure-kusto"},{"id":"microsoft-azure-skills--azure-messaging","skillFolder":"azure-messaging","description":"name: azure-messaging","catalogId":"microsoft-azure-skills","publisherId":"microsoft","publisherLabel":"Microsoft","publisherFamily":"Microsoft","publisherChannel":"Azure","repo":"microsoft/azure-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/microsoft/azure-skills/tree/main/skills/azure-messaging"},{"id":"microsoft-azure-skills--azure-prepare","skillFolder":"azure-prepare","description":"name: azure-prepare","catalogId":"microsoft-azure-skills","publisherId":"microsoft","publisherLabel":"Microsoft","publisherFamily":"Microsoft","publisherChannel":"Azure","repo":"microsoft/azure-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/microsoft/azure-skills/tree/main/skills/azure-prepare"},{"id":"microsoft-azure-skills--azure-quotas","skillFolder":"azure-quotas","description":"name: azure-quotas","catalogId":"microsoft-azure-skills","publisherId":"microsoft","publisherLabel":"Microsoft","publisherFamily":"Microsoft","publisherChannel":"Azure","repo":"microsoft/azure-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/microsoft/azure-skills/tree/main/skills/azure-quotas"},{"id":"microsoft-azure-skills--azure-rbac","skillFolder":"azure-rbac","description":"name: azure-rbac","catalogId":"microsoft-azure-skills","publisherId":"microsoft","publisherLabel":"Microsoft","publisherFamily":"Microsoft","publisherChannel":"Azure","repo":"microsoft/azure-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/microsoft/azure-skills/tree/main/skills/azure-rbac"},{"id":"microsoft-azure-skills--azure-reliability","skillFolder":"azure-reliability","description":"name: azure-reliability","catalogId":"microsoft-azure-skills","publisherId":"microsoft","publisherLabel":"Microsoft","publisherFamily":"Microsoft","publisherChannel":"Azure","repo":"microsoft/azure-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/microsoft/azure-skills/tree/main/skills/azure-reliability"},{"id":"microsoft-azure-skills--azure-resource-lookup","skillFolder":"azure-resource-lookup","description":"name: azure-resource-lookup","catalogId":"microsoft-azure-skills","publisherId":"microsoft","publisherLabel":"Microsoft","publisherFamily":"Microsoft","publisherChannel":"Azure","repo":"microsoft/azure-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/microsoft/azure-skills/tree/main/skills/azure-resource-lookup"},{"id":"microsoft-azure-skills--azure-resource-visualizer","skillFolder":"azure-resource-visualizer","description":"name: azure-resource-visualizer","catalogId":"microsoft-azure-skills","publisherId":"microsoft","publisherLabel":"Microsoft","publisherFamily":"Microsoft","publisherChannel":"Azure","repo":"microsoft/azure-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/microsoft/azure-skills/tree/main/skills/azure-resource-visualizer"},{"id":"microsoft-azure-skills--azure-storage","skillFolder":"azure-storage","description":"name: azure-storage","catalogId":"microsoft-azure-skills","publisherId":"microsoft","publisherLabel":"Microsoft","publisherFamily":"Microsoft","publisherChannel":"Azure","repo":"microsoft/azure-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/microsoft/azure-skills/tree/main/skills/azure-storage"},{"id":"microsoft-azure-skills--azure-upgrade","skillFolder":"azure-upgrade","description":"name: azure-upgrade","catalogId":"microsoft-azure-skills","publisherId":"microsoft","publisherLabel":"Microsoft","publisherFamily":"Microsoft","publisherChannel":"Azure","repo":"microsoft/azure-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/microsoft/azure-skills/tree/main/skills/azure-upgrade"},{"id":"microsoft-azure-skills--azure-validate","skillFolder":"azure-validate","description":"name: azure-validate","catalogId":"microsoft-azure-skills","publisherId":"microsoft","publisherLabel":"Microsoft","publisherFamily":"Microsoft","publisherChannel":"Azure","repo":"microsoft/azure-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/microsoft/azure-skills/tree/main/skills/azure-validate"},{"id":"microsoft-azure-skills--entra-agent-id","skillFolder":"entra-agent-id","description":"name: entra-agent-id","catalogId":"microsoft-azure-skills","publisherId":"microsoft","publisherLabel":"Microsoft","publisherFamily":"Microsoft","publisherChannel":"Azure","repo":"microsoft/azure-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/microsoft/azure-skills/tree/main/skills/entra-agent-id"},{"id":"microsoft-azure-skills--entra-app-registration","skillFolder":"entra-app-registration","description":"name: entra-app-registration","catalogId":"microsoft-azure-skills","publisherId":"microsoft","publisherLabel":"Microsoft","publisherFamily":"Microsoft","publisherChannel":"Azure","repo":"microsoft/azure-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/microsoft/azure-skills/tree/main/skills/entra-app-registration"},{"id":"microsoft-azure-skills--microsoft-foundry","skillFolder":"microsoft-foundry","description":"name: microsoft-foundry","catalogId":"microsoft-azure-skills","publisherId":"microsoft","publisherLabel":"Microsoft","publisherFamily":"Microsoft","publisherChannel":"Azure","repo":"microsoft/azure-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/microsoft/azure-skills/tree/main/skills/microsoft-foundry"},{"id":"openai-skills--aspnet-core","skillFolder":"aspnet-core","description":"name: aspnet-core","catalogId":"openai-skills","publisherId":"openai","publisherLabel":"OpenAI","publisherFamily":"OpenAI","publisherChannel":"OpenAI curated","repo":"openai/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/openai/skills/tree/main/skills/.curated/aspnet-core"},{"id":"openai-skills--chatgpt-apps","skillFolder":"chatgpt-apps","description":"name: chatgpt-apps","catalogId":"openai-skills","publisherId":"openai","publisherLabel":"OpenAI","publisherFamily":"OpenAI","publisherChannel":"OpenAI curated","repo":"openai/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/openai/skills/tree/main/skills/.curated/chatgpt-apps"},{"id":"openai-skills--cli-creator","skillFolder":"cli-creator","description":"name: cli-creator","catalogId":"openai-skills","publisherId":"openai","publisherLabel":"OpenAI","publisherFamily":"OpenAI","publisherChannel":"OpenAI curated","repo":"openai/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/openai/skills/tree/main/skills/.curated/cli-creator"},{"id":"openai-skills--cloudflare-deploy","skillFolder":"cloudflare-deploy","description":"name: cloudflare-deploy","catalogId":"openai-skills","publisherId":"openai","publisherLabel":"OpenAI","publisherFamily":"OpenAI","publisherChannel":"OpenAI curated","repo":"openai/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/openai/skills/tree/main/skills/.curated/cloudflare-deploy"},{"id":"openai-skills--define-goal","skillFolder":"define-goal","description":"name: define-goal","catalogId":"openai-skills","publisherId":"openai","publisherLabel":"OpenAI","publisherFamily":"OpenAI","publisherChannel":"OpenAI curated","repo":"openai/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/openai/skills/tree/main/skills/.curated/define-goal"},{"id":"openai-skills--figma","skillFolder":"figma","description":"name: figma","catalogId":"openai-skills","publisherId":"openai","publisherLabel":"OpenAI","publisherFamily":"OpenAI","publisherChannel":"OpenAI curated","repo":"openai/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/openai/skills/tree/main/skills/.curated/figma"},{"id":"openai-skills--figma-code-connect-components","skillFolder":"figma-code-connect-components","description":"name: figma-code-connect-components","catalogId":"openai-skills","publisherId":"openai","publisherLabel":"OpenAI","publisherFamily":"OpenAI","publisherChannel":"OpenAI curated","repo":"openai/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/openai/skills/tree/main/skills/.curated/figma-code-connect-components"},{"id":"openai-skills--figma-create-design-system-rules","skillFolder":"figma-create-design-system-rules","description":"name: figma-create-design-system-rules","catalogId":"openai-skills","publisherId":"openai","publisherLabel":"OpenAI","publisherFamily":"OpenAI","publisherChannel":"OpenAI curated","repo":"openai/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/openai/skills/tree/main/skills/.curated/figma-create-design-system-rules"},{"id":"openai-skills--figma-create-new-file","skillFolder":"figma-create-new-file","description":"name: figma-create-new-file","catalogId":"openai-skills","publisherId":"openai","publisherLabel":"OpenAI","publisherFamily":"OpenAI","publisherChannel":"OpenAI curated","repo":"openai/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/openai/skills/tree/main/skills/.curated/figma-create-new-file"},{"id":"openai-skills--figma-generate-design","skillFolder":"figma-generate-design","description":"name: figma-generate-design","catalogId":"openai-skills","publisherId":"openai","publisherLabel":"OpenAI","publisherFamily":"OpenAI","publisherChannel":"OpenAI curated","repo":"openai/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/openai/skills/tree/main/skills/.curated/figma-generate-design"},{"id":"openai-skills--figma-generate-library","skillFolder":"figma-generate-library","description":"name: figma-generate-library","catalogId":"openai-skills","publisherId":"openai","publisherLabel":"OpenAI","publisherFamily":"OpenAI","publisherChannel":"OpenAI curated","repo":"openai/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/openai/skills/tree/main/skills/.curated/figma-generate-library"},{"id":"openai-skills--figma-implement-design","skillFolder":"figma-implement-design","description":"name: figma-implement-design","catalogId":"openai-skills","publisherId":"openai","publisherLabel":"OpenAI","publisherFamily":"OpenAI","publisherChannel":"OpenAI curated","repo":"openai/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/openai/skills/tree/main/skills/.curated/figma-implement-design"},{"id":"openai-skills--figma-use","skillFolder":"figma-use","description":"name: figma-use","catalogId":"openai-skills","publisherId":"openai","publisherLabel":"OpenAI","publisherFamily":"OpenAI","publisherChannel":"OpenAI curated","repo":"openai/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/openai/skills/tree/main/skills/.curated/figma-use"},{"id":"openai-skills--gh-address-comments","skillFolder":"gh-address-comments","description":"name: gh-address-comments","catalogId":"openai-skills","publisherId":"openai","publisherLabel":"OpenAI","publisherFamily":"OpenAI","publisherChannel":"OpenAI curated","repo":"openai/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/openai/skills/tree/main/skills/.curated/gh-address-comments"},{"id":"openai-skills--gh-fix-ci","skillFolder":"gh-fix-ci","description":"name: \"gh-fix-ci\"","catalogId":"openai-skills","publisherId":"openai","publisherLabel":"OpenAI","publisherFamily":"OpenAI","publisherChannel":"OpenAI curated","repo":"openai/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/openai/skills/tree/main/skills/.curated/gh-fix-ci"},{"id":"openai-skills--hatch-pet","skillFolder":"hatch-pet","description":"name: hatch-pet","catalogId":"openai-skills","publisherId":"openai","publisherLabel":"OpenAI","publisherFamily":"OpenAI","publisherChannel":"OpenAI curated","repo":"openai/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/openai/skills/tree/main/skills/.curated/hatch-pet"},{"id":"openai-skills--jupyter-notebook","skillFolder":"jupyter-notebook","description":"name: \"jupyter-notebook\"","catalogId":"openai-skills","publisherId":"openai","publisherLabel":"OpenAI","publisherFamily":"OpenAI","publisherChannel":"OpenAI curated","repo":"openai/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/openai/skills/tree/main/skills/.curated/jupyter-notebook"},{"id":"openai-skills--linear","skillFolder":"linear","description":"name: linear","catalogId":"openai-skills","publisherId":"openai","publisherLabel":"OpenAI","publisherFamily":"OpenAI","publisherChannel":"OpenAI curated","repo":"openai/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/openai/skills/tree/main/skills/.curated/linear"},{"id":"openai-skills--migrate-to-codex","skillFolder":"migrate-to-codex","description":"name: migrate-to-codex","catalogId":"openai-skills","publisherId":"openai","publisherLabel":"OpenAI","publisherFamily":"OpenAI","publisherChannel":"OpenAI curated","repo":"openai/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/openai/skills/tree/main/skills/.curated/migrate-to-codex"},{"id":"openai-skills--netlify-deploy","skillFolder":"netlify-deploy","description":"name: netlify-deploy","catalogId":"openai-skills","publisherId":"openai","publisherLabel":"OpenAI","publisherFamily":"OpenAI","publisherChannel":"OpenAI curated","repo":"openai/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/openai/skills/tree/main/skills/.curated/netlify-deploy"},{"id":"openai-skills--notion-knowledge-capture","skillFolder":"notion-knowledge-capture","description":"name: notion-knowledge-capture","catalogId":"openai-skills","publisherId":"openai","publisherLabel":"OpenAI","publisherFamily":"OpenAI","publisherChannel":"OpenAI curated","repo":"openai/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/openai/skills/tree/main/skills/.curated/notion-knowledge-capture"},{"id":"openai-skills--notion-meeting-intelligence","skillFolder":"notion-meeting-intelligence","description":"name: notion-meeting-intelligence","catalogId":"openai-skills","publisherId":"openai","publisherLabel":"OpenAI","publisherFamily":"OpenAI","publisherChannel":"OpenAI curated","repo":"openai/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/openai/skills/tree/main/skills/.curated/notion-meeting-intelligence"},{"id":"openai-skills--notion-research-documentation","skillFolder":"notion-research-documentation","description":"name: notion-research-documentation","catalogId":"openai-skills","publisherId":"openai","publisherLabel":"OpenAI","publisherFamily":"OpenAI","publisherChannel":"OpenAI curated","repo":"openai/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/openai/skills/tree/main/skills/.curated/notion-research-documentation"},{"id":"openai-skills--notion-spec-to-implementation","skillFolder":"notion-spec-to-implementation","description":"name: notion-spec-to-implementation","catalogId":"openai-skills","publisherId":"openai","publisherLabel":"OpenAI","publisherFamily":"OpenAI","publisherChannel":"OpenAI curated","repo":"openai/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/openai/skills/tree/main/skills/.curated/notion-spec-to-implementation"},{"id":"openai-skills--openai-docs","skillFolder":"openai-docs","description":"name: \"openai-docs\"","catalogId":"openai-skills","publisherId":"openai","publisherLabel":"OpenAI","publisherFamily":"OpenAI","publisherChannel":"OpenAI curated","repo":"openai/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/openai/skills/tree/main/skills/.curated/openai-docs"},{"id":"openai-skills--pdf","skillFolder":"pdf","description":"name: \"pdf\"","catalogId":"openai-skills","publisherId":"openai","publisherLabel":"OpenAI","publisherFamily":"OpenAI","publisherChannel":"OpenAI curated","repo":"openai/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/openai/skills/tree/main/skills/.curated/pdf"},{"id":"openai-skills--playwright","skillFolder":"playwright","description":"name: \"playwright\"","catalogId":"openai-skills","publisherId":"openai","publisherLabel":"OpenAI","publisherFamily":"OpenAI","publisherChannel":"OpenAI curated","repo":"openai/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/openai/skills/tree/main/skills/.curated/playwright"},{"id":"openai-skills--playwright-interactive","skillFolder":"playwright-interactive","description":"name: \"playwright-interactive\"","catalogId":"openai-skills","publisherId":"openai","publisherLabel":"OpenAI","publisherFamily":"OpenAI","publisherChannel":"OpenAI curated","repo":"openai/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/openai/skills/tree/main/skills/.curated/playwright-interactive"},{"id":"openai-skills--render-deploy","skillFolder":"render-deploy","description":"name: render-deploy","catalogId":"openai-skills","publisherId":"openai","publisherLabel":"OpenAI","publisherFamily":"OpenAI","publisherChannel":"OpenAI curated","repo":"openai/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/openai/skills/tree/main/skills/.curated/render-deploy"},{"id":"openai-skills--screenshot","skillFolder":"screenshot","description":"name: \"screenshot\"","catalogId":"openai-skills","publisherId":"openai","publisherLabel":"OpenAI","publisherFamily":"OpenAI","publisherChannel":"OpenAI curated","repo":"openai/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/openai/skills/tree/main/skills/.curated/screenshot"},{"id":"openai-skills--security-best-practices","skillFolder":"security-best-practices","description":"name: \"security-best-practices\"","catalogId":"openai-skills","publisherId":"openai","publisherLabel":"OpenAI","publisherFamily":"OpenAI","publisherChannel":"OpenAI curated","repo":"openai/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/openai/skills/tree/main/skills/.curated/security-best-practices"},{"id":"openai-skills--security-ownership-map","skillFolder":"security-ownership-map","description":"name: \"security-ownership-map\"","catalogId":"openai-skills","publisherId":"openai","publisherLabel":"OpenAI","publisherFamily":"OpenAI","publisherChannel":"OpenAI curated","repo":"openai/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/openai/skills/tree/main/skills/.curated/security-ownership-map"},{"id":"openai-skills--security-threat-model","skillFolder":"security-threat-model","description":"name: \"security-threat-model\"","catalogId":"openai-skills","publisherId":"openai","publisherLabel":"OpenAI","publisherFamily":"OpenAI","publisherChannel":"OpenAI curated","repo":"openai/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/openai/skills/tree/main/skills/.curated/security-threat-model"},{"id":"openai-skills--sentry","skillFolder":"sentry","description":"name: \"sentry\"","catalogId":"openai-skills","publisherId":"openai","publisherLabel":"OpenAI","publisherFamily":"OpenAI","publisherChannel":"OpenAI curated","repo":"openai/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/openai/skills/tree/main/skills/.curated/sentry"},{"id":"openai-skills--speech","skillFolder":"speech","description":"name: \"speech\"","catalogId":"openai-skills","publisherId":"openai","publisherLabel":"OpenAI","publisherFamily":"OpenAI","publisherChannel":"OpenAI curated","repo":"openai/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/openai/skills/tree/main/skills/.curated/speech"},{"id":"openai-skills--transcribe","skillFolder":"transcribe","description":"name: \"transcribe\"","catalogId":"openai-skills","publisherId":"openai","publisherLabel":"OpenAI","publisherFamily":"OpenAI","publisherChannel":"OpenAI curated","repo":"openai/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/openai/skills/tree/main/skills/.curated/transcribe"},{"id":"openai-skills--vercel-deploy","skillFolder":"vercel-deploy","description":"name: vercel-deploy","catalogId":"openai-skills","publisherId":"openai","publisherLabel":"OpenAI","publisherFamily":"OpenAI","publisherChannel":"OpenAI curated","repo":"openai/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/openai/skills/tree/main/skills/.curated/vercel-deploy"},{"id":"openai-skills--winui-app","skillFolder":"winui-app","description":"name: winui-app","catalogId":"openai-skills","publisherId":"openai","publisherLabel":"OpenAI","publisherFamily":"OpenAI","publisherChannel":"OpenAI curated","repo":"openai/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/openai/skills/tree/main/skills/.curated/winui-app"},{"id":"openai-skills--yeet","skillFolder":"yeet","description":"name: \"yeet\"","catalogId":"openai-skills","publisherId":"openai","publisherLabel":"OpenAI","publisherFamily":"OpenAI","publisherChannel":"OpenAI curated","repo":"openai/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/openai/skills/tree/main/skills/.curated/yeet"},{"id":"google-skills-cloud--agent-platform-skill-registry","skillFolder":"agent-platform-skill-registry","description":"name: agent-platform-skill-registry","catalogId":"google-skills-cloud","publisherId":"google","publisherLabel":"Google","publisherFamily":"Google","publisherChannel":"Google Cloud","repo":"google/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/google/skills/tree/main/skills/cloud/agent-platform-skill-registry"},{"id":"google-skills-cloud--alloydb-basics","skillFolder":"alloydb-basics","description":"name: alloydb-basics","catalogId":"google-skills-cloud","publisherId":"google","publisherLabel":"Google","publisherFamily":"Google","publisherChannel":"Google Cloud","repo":"google/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/google/skills/tree/main/skills/cloud/alloydb-basics"},{"id":"google-skills-cloud--bigquery-basics","skillFolder":"bigquery-basics","description":"name: bigquery-basics","catalogId":"google-skills-cloud","publisherId":"google","publisherLabel":"Google","publisherFamily":"Google","publisherChannel":"Google Cloud","repo":"google/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/google/skills/tree/main/skills/cloud/bigquery-basics"},{"id":"google-skills-cloud--cloud-run-basics","skillFolder":"cloud-run-basics","description":"name: cloud-run-basics","catalogId":"google-skills-cloud","publisherId":"google","publisherLabel":"Google","publisherFamily":"Google","publisherChannel":"Google Cloud","repo":"google/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/google/skills/tree/main/skills/cloud/cloud-run-basics"},{"id":"google-skills-cloud--cloud-sql-basics","skillFolder":"cloud-sql-basics","description":"name: cloud-sql-basics","catalogId":"google-skills-cloud","publisherId":"google","publisherLabel":"Google","publisherFamily":"Google","publisherChannel":"Google Cloud","repo":"google/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/google/skills/tree/main/skills/cloud/cloud-sql-basics"},{"id":"google-skills-cloud--firebase-basics","skillFolder":"firebase-basics","description":"name: firebase-basics","catalogId":"google-skills-cloud","publisherId":"google","publisherLabel":"Google","publisherFamily":"Google","publisherChannel":"Google Cloud","repo":"google/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/google/skills/tree/main/skills/cloud/firebase-basics"},{"id":"google-skills-cloud--gemini-agents-api","skillFolder":"gemini-agents-api","description":"name: gemini-managed-agents-api","catalogId":"google-skills-cloud","publisherId":"google","publisherLabel":"Google","publisherFamily":"Google","publisherChannel":"Google Cloud","repo":"google/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/google/skills/tree/main/skills/cloud/gemini-agents-api"},{"id":"google-skills-cloud--gemini-api","skillFolder":"gemini-api","description":"name: gemini-api","catalogId":"google-skills-cloud","publisherId":"google","publisherLabel":"Google","publisherFamily":"Google","publisherChannel":"Google Cloud","repo":"google/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/google/skills/tree/main/skills/cloud/gemini-api"},{"id":"google-skills-cloud--gemini-interactions-api","skillFolder":"gemini-interactions-api","description":"name: gemini-interactions-api","catalogId":"google-skills-cloud","publisherId":"google","publisherLabel":"Google","publisherFamily":"Google","publisherChannel":"Google Cloud","repo":"google/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/google/skills/tree/main/skills/cloud/gemini-interactions-api"},{"id":"google-skills-cloud--gke-basics","skillFolder":"gke-basics","description":"name: gke-basics","catalogId":"google-skills-cloud","publisherId":"google","publisherLabel":"Google","publisherFamily":"Google","publisherChannel":"Google Cloud","repo":"google/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/google/skills/tree/main/skills/cloud/gke-basics"},{"id":"google-skills-cloud--google-cloud-networking-observability","skillFolder":"google-cloud-networking-observability","description":"name: google-cloud-networking-observability","catalogId":"google-skills-cloud","publisherId":"google","publisherLabel":"Google","publisherFamily":"Google","publisherChannel":"Google Cloud","repo":"google/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/google/skills/tree/main/skills/cloud/google-cloud-networking-observability"},{"id":"google-skills-cloud--google-cloud-recipe-auth","skillFolder":"google-cloud-recipe-auth","description":"name: google-cloud-recipe-auth","catalogId":"google-skills-cloud","publisherId":"google","publisherLabel":"Google","publisherFamily":"Google","publisherChannel":"Google Cloud","repo":"google/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/google/skills/tree/main/skills/cloud/google-cloud-recipe-auth"},{"id":"google-skills-cloud--google-cloud-recipe-onboarding","skillFolder":"google-cloud-recipe-onboarding","description":"name: google-cloud-recipe-onboarding","catalogId":"google-skills-cloud","publisherId":"google","publisherLabel":"Google","publisherFamily":"Google","publisherChannel":"Google Cloud","repo":"google/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/google/skills/tree/main/skills/cloud/google-cloud-recipe-onboarding"},{"id":"google-skills-cloud--google-cloud-waf-cost-optimization","skillFolder":"google-cloud-waf-cost-optimization","description":"name: google-cloud-waf-cost-optimization","catalogId":"google-skills-cloud","publisherId":"google","publisherLabel":"Google","publisherFamily":"Google","publisherChannel":"Google Cloud","repo":"google/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/google/skills/tree/main/skills/cloud/google-cloud-waf-cost-optimization"},{"id":"google-skills-cloud--google-cloud-waf-operational-excellence","skillFolder":"google-cloud-waf-operational-excellence","description":"name: google-cloud-waf-operational-excellence","catalogId":"google-skills-cloud","publisherId":"google","publisherLabel":"Google","publisherFamily":"Google","publisherChannel":"Google Cloud","repo":"google/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/google/skills/tree/main/skills/cloud/google-cloud-waf-operational-excellence"},{"id":"google-skills-cloud--google-cloud-waf-performance-optimization","skillFolder":"google-cloud-waf-performance-optimization","description":"name: google-cloud-waf-performance-optimization","catalogId":"google-skills-cloud","publisherId":"google","publisherLabel":"Google","publisherFamily":"Google","publisherChannel":"Google Cloud","repo":"google/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/google/skills/tree/main/skills/cloud/google-cloud-waf-performance-optimization"},{"id":"google-skills-cloud--google-cloud-waf-reliability","skillFolder":"google-cloud-waf-reliability","description":"name: google-cloud-waf-reliability","catalogId":"google-skills-cloud","publisherId":"google","publisherLabel":"Google","publisherFamily":"Google","publisherChannel":"Google Cloud","repo":"google/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/google/skills/tree/main/skills/cloud/google-cloud-waf-reliability"},{"id":"google-skills-cloud--google-cloud-waf-security","skillFolder":"google-cloud-waf-security","description":"name: google-cloud-waf-security","catalogId":"google-skills-cloud","publisherId":"google","publisherLabel":"Google","publisherFamily":"Google","publisherChannel":"Google Cloud","repo":"google/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/google/skills/tree/main/skills/cloud/google-cloud-waf-security"},{"id":"google-skills-cloud--google-cloud-waf-sustainability","skillFolder":"google-cloud-waf-sustainability","description":"name: google-cloud-waf-sustainability","catalogId":"google-skills-cloud","publisherId":"google","publisherLabel":"Google","publisherFamily":"Google","publisherChannel":"Google Cloud","repo":"google/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/google/skills/tree/main/skills/cloud/google-cloud-waf-sustainability"}]} \ No newline at end of file +{"generatedAt":"2026-07-25T17:26:40.186Z","count":825,"publisherFamilies":["Microsoft","Google","Anthropic","Composio","OpenAI"],"publishers":["Anthropic","Composio","GitHub","Google","Microsoft","OpenAI"],"skills":[{"id":"awesome-copilot--acquire-codebase-knowledge","skillFolder":"acquire-codebase-knowledge","description":"name: acquire-codebase-knowledge","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/acquire-codebase-knowledge"},{"id":"awesome-copilot--acreadiness-assess","skillFolder":"acreadiness-assess","description":"name: acreadiness-assess","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/acreadiness-assess"},{"id":"awesome-copilot--acreadiness-generate-instructions","skillFolder":"acreadiness-generate-instructions","description":"name: acreadiness-generate-instructions","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/acreadiness-generate-instructions"},{"id":"awesome-copilot--acreadiness-policy","skillFolder":"acreadiness-policy","description":"name: acreadiness-policy","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/acreadiness-policy"},{"id":"awesome-copilot--ad-campaign-analyzer","skillFolder":"ad-campaign-analyzer","description":"name: ad-campaign-analyzer","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/ad-campaign-analyzer"},{"id":"awesome-copilot--add-educational-comments","skillFolder":"add-educational-comments","description":"name: add-educational-comments","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/add-educational-comments"},{"id":"awesome-copilot--adobe-illustrator-scripting","skillFolder":"adobe-illustrator-scripting","description":"name: adobe-illustrator-scripting","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/adobe-illustrator-scripting"},{"id":"awesome-copilot--agent-governance","skillFolder":"agent-governance","description":"name: agent-governance","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/agent-governance"},{"id":"awesome-copilot--agent-owasp-compliance","skillFolder":"agent-owasp-compliance","description":"name: agent-owasp-compliance","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/agent-owasp-compliance"},{"id":"awesome-copilot--agent-skill-stack","skillFolder":"agent-skill-stack","description":"name: agent-skill-stack","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/agent-skill-stack"},{"id":"awesome-copilot--agent-supply-chain","skillFolder":"agent-supply-chain","description":"name: agent-supply-chain","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/agent-supply-chain"},{"id":"awesome-copilot--agentic-eval","skillFolder":"agentic-eval","description":"name: agentic-eval","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/agentic-eval"},{"id":"awesome-copilot--ai-prompt-engineering-safety-review","skillFolder":"ai-prompt-engineering-safety-review","description":"name: ai-prompt-engineering-safety-review","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/ai-prompt-engineering-safety-review"},{"id":"awesome-copilot--ai-ready","skillFolder":"ai-ready","description":"name: ai-ready","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/ai-ready"},{"id":"awesome-copilot--ai-team-orchestration","skillFolder":"ai-team-orchestration","description":"name: ai-team-orchestration","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/ai-team-orchestration"},{"id":"awesome-copilot--anti-ui-slop","skillFolder":"anti-ui-slop","description":"name: anti-ui-slop","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/anti-ui-slop"},{"id":"awesome-copilot--appinsights-instrumentation","skillFolder":"appinsights-instrumentation","description":"name: appinsights-instrumentation","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/appinsights-instrumentation"},{"id":"awesome-copilot--apple-appstore-reviewer","skillFolder":"apple-appstore-reviewer","description":"name: apple-appstore-reviewer","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/apple-appstore-reviewer"},{"id":"awesome-copilot--arch-linux-triage","skillFolder":"arch-linux-triage","description":"name: arch-linux-triage","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/arch-linux-triage"},{"id":"awesome-copilot--architecture-blueprint-generator","skillFolder":"architecture-blueprint-generator","description":"name: architecture-blueprint-generator","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/architecture-blueprint-generator"},{"id":"awesome-copilot--arduino-azure-iot-edge-integration","skillFolder":"arduino-azure-iot-edge-integration","description":"name: arduino-azure-iot-edge-integration","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/arduino-azure-iot-edge-integration"},{"id":"awesome-copilot--arize-ai-provider-integration","skillFolder":"arize-ai-provider-integration","description":"name: arize-ai-provider-integration","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/arize-ai-provider-integration"},{"id":"awesome-copilot--arize-annotation","skillFolder":"arize-annotation","description":"name: arize-annotation","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/arize-annotation"},{"id":"awesome-copilot--arize-dataset","skillFolder":"arize-dataset","description":"name: arize-dataset","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/arize-dataset"},{"id":"awesome-copilot--arize-evaluator","skillFolder":"arize-evaluator","description":"name: arize-evaluator","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/arize-evaluator"},{"id":"awesome-copilot--arize-experiment","skillFolder":"arize-experiment","description":"name: arize-experiment","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/arize-experiment"},{"id":"awesome-copilot--arize-instrumentation","skillFolder":"arize-instrumentation","description":"name: arize-instrumentation","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/arize-instrumentation"},{"id":"awesome-copilot--arize-link","skillFolder":"arize-link","description":"name: arize-link","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/arize-link"},{"id":"awesome-copilot--arize-prompt-optimization","skillFolder":"arize-prompt-optimization","description":"name: arize-prompt-optimization","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/arize-prompt-optimization"},{"id":"awesome-copilot--arize-trace","skillFolder":"arize-trace","description":"name: arize-trace","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/arize-trace"},{"id":"awesome-copilot--aspire","skillFolder":"aspire","description":"name: aspire","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/aspire"},{"id":"awesome-copilot--aspnet-minimal-api-openapi","skillFolder":"aspnet-minimal-api-openapi","description":"name: aspnet-minimal-api-openapi","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/aspnet-minimal-api-openapi"},{"id":"awesome-copilot--audit-integrity","skillFolder":"audit-integrity","description":"name: 'audit-integrity'","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/audit-integrity"},{"id":"awesome-copilot--automate-this","skillFolder":"automate-this","description":"name: automate-this","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/automate-this"},{"id":"awesome-copilot--autoresearch","skillFolder":"autoresearch","description":"name: autoresearch","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/autoresearch"},{"id":"awesome-copilot--aws-cdk-python-setup","skillFolder":"aws-cdk-python-setup","description":"name: aws-cdk-python-setup","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/aws-cdk-python-setup"},{"id":"awesome-copilot--aws-cloudwatch-investigation","skillFolder":"aws-cloudwatch-investigation","description":"name: aws-cloudwatch-investigation","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/aws-cloudwatch-investigation"},{"id":"awesome-copilot--aws-cost-optimize","skillFolder":"aws-cost-optimize","description":"name: aws-cost-optimize","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/aws-cost-optimize"},{"id":"awesome-copilot--aws-resource-health-diagnose","skillFolder":"aws-resource-health-diagnose","description":"name: aws-resource-health-diagnose","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/aws-resource-health-diagnose"},{"id":"awesome-copilot--aws-resource-query","skillFolder":"aws-resource-query","description":"name: aws-resource-query","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/aws-resource-query"},{"id":"awesome-copilot--aws-well-architected-review","skillFolder":"aws-well-architected-review","description":"name: aws-well-architected-review","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/aws-well-architected-review"},{"id":"awesome-copilot--az-cost-optimize","skillFolder":"az-cost-optimize","description":"name: az-cost-optimize","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/az-cost-optimize"},{"id":"awesome-copilot--azure-architecture-autopilot","skillFolder":"azure-architecture-autopilot","description":"name: azure-architecture-autopilot","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/azure-architecture-autopilot"},{"id":"awesome-copilot--azure-deployment-preflight","skillFolder":"azure-deployment-preflight","description":"name: azure-deployment-preflight","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/azure-deployment-preflight"},{"id":"awesome-copilot--azure-devops-cli","skillFolder":"azure-devops-cli","description":"name: azure-devops-cli","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/azure-devops-cli"},{"id":"awesome-copilot--azure-pricing","skillFolder":"azure-pricing","description":"name: azure-pricing","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/azure-pricing"},{"id":"awesome-copilot--azure-resource-health-diagnose","skillFolder":"azure-resource-health-diagnose","description":"name: azure-resource-health-diagnose","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/azure-resource-health-diagnose"},{"id":"awesome-copilot--azure-resource-visualizer","skillFolder":"azure-resource-visualizer","description":"name: azure-resource-visualizer","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/azure-resource-visualizer"},{"id":"awesome-copilot--azure-role-selector","skillFolder":"azure-role-selector","description":"name: azure-role-selector","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/azure-role-selector"},{"id":"awesome-copilot--azure-smart-city-iot-solution-builder","skillFolder":"azure-smart-city-iot-solution-builder","description":"name: azure-smart-city-iot-solution-builder","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/azure-smart-city-iot-solution-builder"},{"id":"awesome-copilot--azure-static-web-apps","skillFolder":"azure-static-web-apps","description":"name: azure-static-web-apps","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/azure-static-web-apps"},{"id":"awesome-copilot--batch-files","skillFolder":"batch-files","description":"name: batch-files","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/batch-files"},{"id":"awesome-copilot--bench-read","skillFolder":"bench-read","description":"name: bench-read","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/bench-read"},{"id":"awesome-copilot--bigquery-pipeline-audit","skillFolder":"bigquery-pipeline-audit","description":"name: bigquery-pipeline-audit","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/bigquery-pipeline-audit"},{"id":"awesome-copilot--boost-prompt","skillFolder":"boost-prompt","description":"name: boost-prompt","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/boost-prompt"},{"id":"awesome-copilot--brag-sheet","skillFolder":"brag-sheet","description":"name: brag-sheet","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/brag-sheet"},{"id":"awesome-copilot--breakdown-epic-arch","skillFolder":"breakdown-epic-arch","description":"name: breakdown-epic-arch","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/breakdown-epic-arch"},{"id":"awesome-copilot--breakdown-epic-pm","skillFolder":"breakdown-epic-pm","description":"name: breakdown-epic-pm","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/breakdown-epic-pm"},{"id":"awesome-copilot--breakdown-feature-implementation","skillFolder":"breakdown-feature-implementation","description":"name: breakdown-feature-implementation","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/breakdown-feature-implementation"},{"id":"awesome-copilot--breakdown-feature-prd","skillFolder":"breakdown-feature-prd","description":"name: breakdown-feature-prd","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/breakdown-feature-prd"},{"id":"awesome-copilot--breakdown-plan","skillFolder":"breakdown-plan","description":"name: breakdown-plan","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/breakdown-plan"},{"id":"awesome-copilot--breakdown-test","skillFolder":"breakdown-test","description":"name: breakdown-test","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/breakdown-test"},{"id":"awesome-copilot--centos-linux-triage","skillFolder":"centos-linux-triage","description":"name: centos-linux-triage","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/centos-linux-triage"},{"id":"awesome-copilot--chrome-devtools","skillFolder":"chrome-devtools","description":"name: chrome-devtools","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/chrome-devtools"},{"id":"awesome-copilot--cli-mastery","skillFolder":"cli-mastery","description":"name: cli-mastery","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/cli-mastery"},{"id":"awesome-copilot--cloud-design-patterns","skillFolder":"cloud-design-patterns","description":"name: cloud-design-patterns","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/cloud-design-patterns"},{"id":"awesome-copilot--code-exemplars-blueprint-generator","skillFolder":"code-exemplars-blueprint-generator","description":"name: code-exemplars-blueprint-generator","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/code-exemplars-blueprint-generator"},{"id":"awesome-copilot--code-tour","skillFolder":"code-tour","description":"name: code-tour","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/code-tour"},{"id":"awesome-copilot--codebase-memory-mcp","skillFolder":"codebase-memory-mcp","description":"name: codebase-memory-mcp","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/codebase-memory-mcp"},{"id":"awesome-copilot--codeql","skillFolder":"codeql","description":"name: codeql","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/codeql"},{"id":"awesome-copilot--comment-code-generate-a-tutorial","skillFolder":"comment-code-generate-a-tutorial","description":"name: comment-code-generate-a-tutorial","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/comment-code-generate-a-tutorial"},{"id":"awesome-copilot--commit-message-storyteller","skillFolder":"commit-message-storyteller","description":"name: commit-message-storyteller","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/commit-message-storyteller"},{"id":"awesome-copilot--competitor-ad-intelligence","skillFolder":"competitor-ad-intelligence","description":"name: competitor-ad-intelligence","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/competitor-ad-intelligence"},{"id":"awesome-copilot--containerize-aspnet-framework","skillFolder":"containerize-aspnet-framework","description":"name: containerize-aspnet-framework","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/containerize-aspnet-framework"},{"id":"awesome-copilot--containerize-aspnetcore","skillFolder":"containerize-aspnetcore","description":"name: containerize-aspnetcore","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/containerize-aspnetcore"},{"id":"awesome-copilot--content-management-systems","skillFolder":"content-management-systems","description":"name: content-management-systems","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/content-management-systems"},{"id":"awesome-copilot--context-map","skillFolder":"context-map","description":"name: context-map","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/context-map"},{"id":"awesome-copilot--conventional-branch","skillFolder":"conventional-branch","description":"name: conventional-branch","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/conventional-branch"},{"id":"awesome-copilot--conventional-commit","skillFolder":"conventional-commit","description":"name: conventional-commit","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/conventional-commit"},{"id":"awesome-copilot--convert-excel-to-md","skillFolder":"convert-excel-to-md","description":"name: convert-excel-to-md","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/convert-excel-to-md"},{"id":"awesome-copilot--convert-pdf-to-md","skillFolder":"convert-pdf-to-md","description":"name: convert-pdf-to-md","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/convert-pdf-to-md"},{"id":"awesome-copilot--convert-plaintext-to-md","skillFolder":"convert-plaintext-to-md","description":"name: convert-plaintext-to-md","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/convert-plaintext-to-md"},{"id":"awesome-copilot--convert-word-to-md","skillFolder":"convert-word-to-md","description":"name: convert-word-to-md","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/convert-word-to-md"},{"id":"awesome-copilot--copilot-cli-quickstart","skillFolder":"copilot-cli-quickstart","description":"name: copilot-cli-quickstart","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/copilot-cli-quickstart"},{"id":"awesome-copilot--copilot-instructions-blueprint-generator","skillFolder":"copilot-instructions-blueprint-generator","description":"name: copilot-instructions-blueprint-generator","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/copilot-instructions-blueprint-generator"},{"id":"awesome-copilot--copilot-pr-autopilot","skillFolder":"copilot-pr-autopilot","description":"name: copilot-pr-autopilot","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/copilot-pr-autopilot"},{"id":"awesome-copilot--copilot-sdk","skillFolder":"copilot-sdk","description":"name: copilot-sdk","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/copilot-sdk"},{"id":"awesome-copilot--copilot-spaces","skillFolder":"copilot-spaces","description":"name: copilot-spaces","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/copilot-spaces"},{"id":"awesome-copilot--copilot-usage-metrics","skillFolder":"copilot-usage-metrics","description":"name: copilot-usage-metrics","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/copilot-usage-metrics"},{"id":"awesome-copilot--cosmosdb-datamodeling","skillFolder":"cosmosdb-datamodeling","description":"name: cosmosdb-datamodeling","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/cosmosdb-datamodeling"},{"id":"awesome-copilot--create-agentsmd","skillFolder":"create-agentsmd","description":"name: create-agentsmd","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/create-agentsmd"},{"id":"awesome-copilot--create-architectural-decision-record","skillFolder":"create-architectural-decision-record","description":"name: create-architectural-decision-record","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/create-architectural-decision-record"},{"id":"awesome-copilot--create-github-action-workflow-specification","skillFolder":"create-github-action-workflow-specification","description":"name: create-github-action-workflow-specification","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/create-github-action-workflow-specification"},{"id":"awesome-copilot--create-github-issue-feature-from-specification","skillFolder":"create-github-issue-feature-from-specification","description":"name: create-github-issue-feature-from-specification","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/create-github-issue-feature-from-specification"},{"id":"awesome-copilot--create-github-issues-feature-from-implementation-plan","skillFolder":"create-github-issues-feature-from-implementation-plan","description":"name: create-github-issues-feature-from-implementation-plan","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/create-github-issues-feature-from-implementation-plan"},{"id":"awesome-copilot--create-github-issues-for-unmet-specification-requirements","skillFolder":"create-github-issues-for-unmet-specification-requirements","description":"name: create-github-issues-for-unmet-specification-requirements","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/create-github-issues-for-unmet-specification-requirements"},{"id":"awesome-copilot--create-implementation-plan","skillFolder":"create-implementation-plan","description":"name: create-implementation-plan","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/create-implementation-plan"},{"id":"awesome-copilot--create-llms","skillFolder":"create-llms","description":"name: create-llms","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/create-llms"},{"id":"awesome-copilot--create-readme","skillFolder":"create-readme","description":"name: create-readme","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/create-readme"},{"id":"awesome-copilot--create-specification","skillFolder":"create-specification","description":"name: create-specification","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/create-specification"},{"id":"awesome-copilot--create-spring-boot-java-project","skillFolder":"create-spring-boot-java-project","description":"name: create-spring-boot-java-project","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/create-spring-boot-java-project"},{"id":"awesome-copilot--create-spring-boot-kotlin-project","skillFolder":"create-spring-boot-kotlin-project","description":"name: create-spring-boot-kotlin-project","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/create-spring-boot-kotlin-project"},{"id":"awesome-copilot--create-technical-spike","skillFolder":"create-technical-spike","description":"name: create-technical-spike","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/create-technical-spike"},{"id":"awesome-copilot--create-tldr-page","skillFolder":"create-tldr-page","description":"name: create-tldr-page","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/create-tldr-page"},{"id":"awesome-copilot--creating-oracle-to-postgres-master-migration-plan","skillFolder":"creating-oracle-to-postgres-master-migration-plan","description":"name: creating-oracle-to-postgres-master-migration-plan","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/creating-oracle-to-postgres-master-migration-plan"},{"id":"awesome-copilot--creating-oracle-to-postgres-migration-bug-report","skillFolder":"creating-oracle-to-postgres-migration-bug-report","description":"name: creating-oracle-to-postgres-migration-bug-report","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/creating-oracle-to-postgres-migration-bug-report"},{"id":"awesome-copilot--creating-oracle-to-postgres-migration-integration-tests","skillFolder":"creating-oracle-to-postgres-migration-integration-tests","description":"name: creating-oracle-to-postgres-migration-integration-tests","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/creating-oracle-to-postgres-migration-integration-tests"},{"id":"awesome-copilot--csharp-async","skillFolder":"csharp-async","description":"name: csharp-async","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/csharp-async"},{"id":"awesome-copilot--csharp-docs","skillFolder":"csharp-docs","description":"name: csharp-docs","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/csharp-docs"},{"id":"awesome-copilot--csharp-mstest","skillFolder":"csharp-mstest","description":"name: csharp-mstest","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/csharp-mstest"},{"id":"awesome-copilot--csharp-nunit","skillFolder":"csharp-nunit","description":"name: csharp-nunit","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/csharp-nunit"},{"id":"awesome-copilot--csharp-tunit","skillFolder":"csharp-tunit","description":"name: csharp-tunit","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/csharp-tunit"},{"id":"awesome-copilot--csharp-xunit","skillFolder":"csharp-xunit","description":"name: csharp-xunit","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/csharp-xunit"},{"id":"awesome-copilot--daily-prep","skillFolder":"daily-prep","description":"name: daily-prep","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/daily-prep"},{"id":"awesome-copilot--data-breach-blast-radius","skillFolder":"data-breach-blast-radius","description":"name: data-breach-blast-radius","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/data-breach-blast-radius"},{"id":"awesome-copilot--datanalysis-credit-risk","skillFolder":"datanalysis-credit-risk","description":"name: datanalysis-credit-risk","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/datanalysis-credit-risk"},{"id":"awesome-copilot--dataverse-python-advanced-patterns","skillFolder":"dataverse-python-advanced-patterns","description":"name: dataverse-python-advanced-patterns","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/dataverse-python-advanced-patterns"},{"id":"awesome-copilot--dataverse-python-production-code","skillFolder":"dataverse-python-production-code","description":"name: dataverse-python-production-code","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/dataverse-python-production-code"},{"id":"awesome-copilot--dataverse-python-quickstart","skillFolder":"dataverse-python-quickstart","description":"name: dataverse-python-quickstart","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/dataverse-python-quickstart"},{"id":"awesome-copilot--dataverse-python-usecase-builder","skillFolder":"dataverse-python-usecase-builder","description":"name: dataverse-python-usecase-builder","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/dataverse-python-usecase-builder"},{"id":"awesome-copilot--debian-linux-triage","skillFolder":"debian-linux-triage","description":"Skill folder `debian-linux-triage` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/debian-linux-triage"},{"id":"awesome-copilot--declarative-agents","skillFolder":"declarative-agents","description":"Skill folder `declarative-agents` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/declarative-agents"},{"id":"awesome-copilot--dependabot","skillFolder":"dependabot","description":"Skill folder `dependabot` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/dependabot"},{"id":"awesome-copilot--desk-journal","skillFolder":"desk-journal","description":"Skill folder `desk-journal` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/desk-journal"},{"id":"awesome-copilot--desk-open","skillFolder":"desk-open","description":"Skill folder `desk-open` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/desk-open"},{"id":"awesome-copilot--devops-rollout-plan","skillFolder":"devops-rollout-plan","description":"Skill folder `devops-rollout-plan` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/devops-rollout-plan"},{"id":"awesome-copilot--diagnose","skillFolder":"diagnose","description":"Skill folder `diagnose` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/diagnose"},{"id":"awesome-copilot--doc-and-modernize","skillFolder":"doc-and-modernize","description":"Skill folder `doc-and-modernize` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/doc-and-modernize"},{"id":"awesome-copilot--documentation-writer","skillFolder":"documentation-writer","description":"Skill folder `documentation-writer` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/documentation-writer"},{"id":"awesome-copilot--dotnet-best-practices","skillFolder":"dotnet-best-practices","description":"Skill folder `dotnet-best-practices` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/dotnet-best-practices"},{"id":"awesome-copilot--dotnet-design-pattern-review","skillFolder":"dotnet-design-pattern-review","description":"Skill folder `dotnet-design-pattern-review` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/dotnet-design-pattern-review"},{"id":"awesome-copilot--dotnet-mcp-builder","skillFolder":"dotnet-mcp-builder","description":"Skill folder `dotnet-mcp-builder` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/dotnet-mcp-builder"},{"id":"awesome-copilot--dotnet-timezone","skillFolder":"dotnet-timezone","description":"Skill folder `dotnet-timezone` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/dotnet-timezone"},{"id":"awesome-copilot--dotnet-upgrade","skillFolder":"dotnet-upgrade","description":"Skill folder `dotnet-upgrade` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/dotnet-upgrade"},{"id":"awesome-copilot--doublecheck","skillFolder":"doublecheck","description":"Skill folder `doublecheck` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/doublecheck"},{"id":"awesome-copilot--draw-io-diagram-generator","skillFolder":"draw-io-diagram-generator","description":"Skill folder `draw-io-diagram-generator` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/draw-io-diagram-generator"},{"id":"awesome-copilot--drawio","skillFolder":"drawio","description":"Skill folder `drawio` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/drawio"},{"id":"awesome-copilot--editorconfig","skillFolder":"editorconfig","description":"Skill folder `editorconfig` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/editorconfig"},{"id":"awesome-copilot--ef-core","skillFolder":"ef-core","description":"Skill folder `ef-core` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/ef-core"},{"id":"awesome-copilot--efcore-d2-db-diagram","skillFolder":"efcore-d2-db-diagram","description":"Skill folder `efcore-d2-db-diagram` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/efcore-d2-db-diagram"},{"id":"awesome-copilot--em-dash","skillFolder":"em-dash","description":"Skill folder `em-dash` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/em-dash"},{"id":"awesome-copilot--email-drafter","skillFolder":"email-drafter","description":"Skill folder `email-drafter` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/email-drafter"},{"id":"awesome-copilot--entra-agent-user","skillFolder":"entra-agent-user","description":"Skill folder `entra-agent-user` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/entra-agent-user"},{"id":"awesome-copilot--eval-driven-dev","skillFolder":"eval-driven-dev","description":"Skill folder `eval-driven-dev` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/eval-driven-dev"},{"id":"awesome-copilot--exam-ready","skillFolder":"exam-ready","description":"Skill folder `exam-ready` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/exam-ready"},{"id":"awesome-copilot--excalidraw-diagram-generator","skillFolder":"excalidraw-diagram-generator","description":"Skill folder `excalidraw-diagram-generator` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/excalidraw-diagram-generator"},{"id":"awesome-copilot--eyeball","skillFolder":"eyeball","description":"Skill folder `eyeball` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/eyeball"},{"id":"awesome-copilot--fabric-lakehouse","skillFolder":"fabric-lakehouse","description":"Skill folder `fabric-lakehouse` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/fabric-lakehouse"},{"id":"awesome-copilot--fedora-linux-triage","skillFolder":"fedora-linux-triage","description":"Skill folder `fedora-linux-triage` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/fedora-linux-triage"},{"id":"awesome-copilot--finalize-agent-prompt","skillFolder":"finalize-agent-prompt","description":"Skill folder `finalize-agent-prompt` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/finalize-agent-prompt"},{"id":"awesome-copilot--finnish-humanizer","skillFolder":"finnish-humanizer","description":"Skill folder `finnish-humanizer` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/finnish-humanizer"},{"id":"awesome-copilot--first-ask","skillFolder":"first-ask","description":"Skill folder `first-ask` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/first-ask"},{"id":"awesome-copilot--flowstudio-power-automate-build","skillFolder":"flowstudio-power-automate-build","description":"Skill folder `flowstudio-power-automate-build` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/flowstudio-power-automate-build"},{"id":"awesome-copilot--flowstudio-power-automate-debug","skillFolder":"flowstudio-power-automate-debug","description":"Skill folder `flowstudio-power-automate-debug` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/flowstudio-power-automate-debug"},{"id":"awesome-copilot--flowstudio-power-automate-governance","skillFolder":"flowstudio-power-automate-governance","description":"Skill folder `flowstudio-power-automate-governance` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/flowstudio-power-automate-governance"},{"id":"awesome-copilot--flowstudio-power-automate-mcp","skillFolder":"flowstudio-power-automate-mcp","description":"Skill folder `flowstudio-power-automate-mcp` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/flowstudio-power-automate-mcp"},{"id":"awesome-copilot--flowstudio-power-automate-monitoring","skillFolder":"flowstudio-power-automate-monitoring","description":"Skill folder `flowstudio-power-automate-monitoring` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/flowstudio-power-automate-monitoring"},{"id":"awesome-copilot--fluentui-blazor","skillFolder":"fluentui-blazor","description":"Skill folder `fluentui-blazor` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/fluentui-blazor"},{"id":"awesome-copilot--folder-structure-blueprint-generator","skillFolder":"folder-structure-blueprint-generator","description":"Skill folder `folder-structure-blueprint-generator` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/folder-structure-blueprint-generator"},{"id":"awesome-copilot--foundry-agent-sync","skillFolder":"foundry-agent-sync","description":"Skill folder `foundry-agent-sync` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/foundry-agent-sync"},{"id":"awesome-copilot--foundry-hosted-agent-copilotkit","skillFolder":"foundry-hosted-agent-copilotkit","description":"Skill folder `foundry-hosted-agent-copilotkit` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/foundry-hosted-agent-copilotkit"},{"id":"awesome-copilot--freecad-scripts","skillFolder":"freecad-scripts","description":"Skill folder `freecad-scripts` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/freecad-scripts"},{"id":"awesome-copilot--from-the-other-side-anitta","skillFolder":"from-the-other-side-anitta","description":"Skill folder `from-the-other-side-anitta` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/from-the-other-side-anitta"},{"id":"awesome-copilot--from-the-other-side-quinn","skillFolder":"from-the-other-side-quinn","description":"Skill folder `from-the-other-side-quinn` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/from-the-other-side-quinn"},{"id":"awesome-copilot--from-the-other-side-vega","skillFolder":"from-the-other-side-vega","description":"Skill folder `from-the-other-side-vega` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/from-the-other-side-vega"},{"id":"awesome-copilot--from-the-other-side-wiggins","skillFolder":"from-the-other-side-wiggins","description":"Skill folder `from-the-other-side-wiggins` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/from-the-other-side-wiggins"},{"id":"awesome-copilot--game-engine","skillFolder":"game-engine","description":"Skill folder `game-engine` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/game-engine"},{"id":"awesome-copilot--gdpr-compliant","skillFolder":"gdpr-compliant","description":"Skill folder `gdpr-compliant` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/gdpr-compliant"},{"id":"awesome-copilot--gen-specs-as-issues","skillFolder":"gen-specs-as-issues","description":"Skill folder `gen-specs-as-issues` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/gen-specs-as-issues"},{"id":"awesome-copilot--generate-custom-instructions-from-codebase","skillFolder":"generate-custom-instructions-from-codebase","description":"Skill folder `generate-custom-instructions-from-codebase` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/generate-custom-instructions-from-codebase"},{"id":"awesome-copilot--generate-image","skillFolder":"generate-image","description":"Skill folder `generate-image` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/generate-image"},{"id":"awesome-copilot--geofeed-tuner","skillFolder":"geofeed-tuner","description":"Skill folder `geofeed-tuner` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/geofeed-tuner"},{"id":"awesome-copilot--git-commit","skillFolder":"git-commit","description":"Skill folder `git-commit` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/git-commit"},{"id":"awesome-copilot--git-flow-branch-creator","skillFolder":"git-flow-branch-creator","description":"Skill folder `git-flow-branch-creator` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/git-flow-branch-creator"},{"id":"awesome-copilot--github-actions-efficiency","skillFolder":"github-actions-efficiency","description":"Skill folder `github-actions-efficiency` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/github-actions-efficiency"},{"id":"awesome-copilot--github-actions-hardening","skillFolder":"github-actions-hardening","description":"Skill folder `github-actions-hardening` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/github-actions-hardening"},{"id":"awesome-copilot--github-actions-runtime-upgrade-conventions","skillFolder":"github-actions-runtime-upgrade-conventions","description":"Skill folder `github-actions-runtime-upgrade-conventions` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/github-actions-runtime-upgrade-conventions"},{"id":"awesome-copilot--github-codespaces-efficiency","skillFolder":"github-codespaces-efficiency","description":"Skill folder `github-codespaces-efficiency` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/github-codespaces-efficiency"},{"id":"awesome-copilot--github-copilot-starter","skillFolder":"github-copilot-starter","description":"Skill folder `github-copilot-starter` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/github-copilot-starter"},{"id":"awesome-copilot--github-issues","skillFolder":"github-issues","description":"Skill folder `github-issues` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/github-issues"},{"id":"awesome-copilot--github-release","skillFolder":"github-release","description":"Skill folder `github-release` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/github-release"},{"id":"awesome-copilot--go-mcp-server-generator","skillFolder":"go-mcp-server-generator","description":"Skill folder `go-mcp-server-generator` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/go-mcp-server-generator"},{"id":"awesome-copilot--gsap-framer-scroll-animation","skillFolder":"gsap-framer-scroll-animation","description":"Skill folder `gsap-framer-scroll-animation` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/gsap-framer-scroll-animation"},{"id":"awesome-copilot--gtm-0-to-1-launch","skillFolder":"gtm-0-to-1-launch","description":"Skill folder `gtm-0-to-1-launch` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/gtm-0-to-1-launch"},{"id":"awesome-copilot--gtm-ai-gtm","skillFolder":"gtm-ai-gtm","description":"Skill folder `gtm-ai-gtm` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/gtm-ai-gtm"},{"id":"awesome-copilot--gtm-board-and-investor-communication","skillFolder":"gtm-board-and-investor-communication","description":"Skill folder `gtm-board-and-investor-communication` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/gtm-board-and-investor-communication"},{"id":"awesome-copilot--gtm-developer-ecosystem","skillFolder":"gtm-developer-ecosystem","description":"Skill folder `gtm-developer-ecosystem` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/gtm-developer-ecosystem"},{"id":"awesome-copilot--gtm-enterprise-account-planning","skillFolder":"gtm-enterprise-account-planning","description":"Skill folder `gtm-enterprise-account-planning` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/gtm-enterprise-account-planning"},{"id":"awesome-copilot--gtm-enterprise-onboarding","skillFolder":"gtm-enterprise-onboarding","description":"Skill folder `gtm-enterprise-onboarding` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/gtm-enterprise-onboarding"},{"id":"awesome-copilot--gtm-operating-cadence","skillFolder":"gtm-operating-cadence","description":"Skill folder `gtm-operating-cadence` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/gtm-operating-cadence"},{"id":"awesome-copilot--gtm-partnership-architecture","skillFolder":"gtm-partnership-architecture","description":"Skill folder `gtm-partnership-architecture` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/gtm-partnership-architecture"},{"id":"awesome-copilot--gtm-positioning-strategy","skillFolder":"gtm-positioning-strategy","description":"Skill folder `gtm-positioning-strategy` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/gtm-positioning-strategy"},{"id":"awesome-copilot--gtm-product-led-growth","skillFolder":"gtm-product-led-growth","description":"Skill folder `gtm-product-led-growth` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/gtm-product-led-growth"},{"id":"awesome-copilot--gtm-technical-product-pricing","skillFolder":"gtm-technical-product-pricing","description":"Skill folder `gtm-technical-product-pricing` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/gtm-technical-product-pricing"},{"id":"awesome-copilot--harness-engineering","skillFolder":"harness-engineering","description":"Skill folder `harness-engineering` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/harness-engineering"},{"id":"awesome-copilot--image-annotations","skillFolder":"image-annotations","description":"Skill folder `image-annotations` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/image-annotations"},{"id":"awesome-copilot--image-manipulation-image-magick","skillFolder":"image-manipulation-image-magick","description":"Skill folder `image-manipulation-image-magick` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/image-manipulation-image-magick"},{"id":"awesome-copilot--impediment-prioritization","skillFolder":"impediment-prioritization","description":"Skill folder `impediment-prioritization` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/impediment-prioritization"},{"id":"awesome-copilot--import-infrastructure-as-code","skillFolder":"import-infrastructure-as-code","description":"Skill folder `import-infrastructure-as-code` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/import-infrastructure-as-code"},{"id":"awesome-copilot--incident-postmortem","skillFolder":"incident-postmortem","description":"Skill folder `incident-postmortem` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/incident-postmortem"},{"id":"awesome-copilot--integrate-context-matic","skillFolder":"integrate-context-matic","description":"Skill folder `integrate-context-matic` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/integrate-context-matic"},{"id":"awesome-copilot--issue-fields-migration","skillFolder":"issue-fields-migration","description":"Skill folder `issue-fields-migration` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/issue-fields-migration"},{"id":"awesome-copilot--java-add-graalvm-native-image-support","skillFolder":"java-add-graalvm-native-image-support","description":"Skill folder `java-add-graalvm-native-image-support` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/java-add-graalvm-native-image-support"},{"id":"awesome-copilot--java-docs","skillFolder":"java-docs","description":"Skill folder `java-docs` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/java-docs"},{"id":"awesome-copilot--java-helidon","skillFolder":"java-helidon","description":"Skill folder `java-helidon` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/java-helidon"},{"id":"awesome-copilot--java-junit","skillFolder":"java-junit","description":"Skill folder `java-junit` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/java-junit"},{"id":"awesome-copilot--java-mcp-server-generator","skillFolder":"java-mcp-server-generator","description":"Skill folder `java-mcp-server-generator` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/java-mcp-server-generator"},{"id":"awesome-copilot--java-refactoring-extract-method","skillFolder":"java-refactoring-extract-method","description":"Skill folder `java-refactoring-extract-method` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/java-refactoring-extract-method"},{"id":"awesome-copilot--java-refactoring-remove-parameter","skillFolder":"java-refactoring-remove-parameter","description":"Skill folder `java-refactoring-remove-parameter` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/java-refactoring-remove-parameter"},{"id":"awesome-copilot--java-springboot","skillFolder":"java-springboot","description":"Skill folder `java-springboot` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/java-springboot"},{"id":"awesome-copilot--javascript-typescript-jest","skillFolder":"javascript-typescript-jest","description":"Skill folder `javascript-typescript-jest` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/javascript-typescript-jest"},{"id":"awesome-copilot--javax-to-jakarta-migration","skillFolder":"javax-to-jakarta-migration","description":"Skill folder `javax-to-jakarta-migration` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/javax-to-jakarta-migration"},{"id":"awesome-copilot--kotlin-mcp-server-generator","skillFolder":"kotlin-mcp-server-generator","description":"Skill folder `kotlin-mcp-server-generator` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/kotlin-mcp-server-generator"},{"id":"awesome-copilot--kotlin-springboot","skillFolder":"kotlin-springboot","description":"Skill folder `kotlin-springboot` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/kotlin-springboot"},{"id":"awesome-copilot--latchshot-page-capture","skillFolder":"latchshot-page-capture","description":"Skill folder `latchshot-page-capture` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/latchshot-page-capture"},{"id":"awesome-copilot--legacy-circuit-mockups","skillFolder":"legacy-circuit-mockups","description":"Skill folder `legacy-circuit-mockups` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/legacy-circuit-mockups"},{"id":"awesome-copilot--linkedin-post-formatter","skillFolder":"linkedin-post-formatter","description":"Skill folder `linkedin-post-formatter` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/linkedin-post-formatter"},{"id":"awesome-copilot--lsp-setup","skillFolder":"lsp-setup","description":"Skill folder `lsp-setup` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/lsp-setup"},{"id":"awesome-copilot--make-repo-contribution","skillFolder":"make-repo-contribution","description":"Skill folder `make-repo-contribution` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/make-repo-contribution"},{"id":"awesome-copilot--markdown-to-html","skillFolder":"markdown-to-html","description":"Skill folder `markdown-to-html` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/markdown-to-html"},{"id":"awesome-copilot--markstream-install","skillFolder":"markstream-install","description":"Skill folder `markstream-install` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/markstream-install"},{"id":"awesome-copilot--mcp-cli","skillFolder":"mcp-cli","description":"Skill folder `mcp-cli` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/mcp-cli"},{"id":"awesome-copilot--mcp-copilot-studio-server-generator","skillFolder":"mcp-copilot-studio-server-generator","description":"Skill folder `mcp-copilot-studio-server-generator` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/mcp-copilot-studio-server-generator"},{"id":"awesome-copilot--mcp-create-adaptive-cards","skillFolder":"mcp-create-adaptive-cards","description":"Skill folder `mcp-create-adaptive-cards` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/mcp-create-adaptive-cards"},{"id":"awesome-copilot--mcp-create-declarative-agent","skillFolder":"mcp-create-declarative-agent","description":"Skill folder `mcp-create-declarative-agent` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/mcp-create-declarative-agent"},{"id":"awesome-copilot--mcp-deploy-manage-agents","skillFolder":"mcp-deploy-manage-agents","description":"Skill folder `mcp-deploy-manage-agents` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/mcp-deploy-manage-agents"},{"id":"awesome-copilot--mcp-implementation-security-review","skillFolder":"mcp-implementation-security-review","description":"Skill folder `mcp-implementation-security-review` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/mcp-implementation-security-review"},{"id":"awesome-copilot--mcp-security-audit","skillFolder":"mcp-security-audit","description":"Skill folder `mcp-security-audit` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/mcp-security-audit"},{"id":"awesome-copilot--md-to-docx","skillFolder":"md-to-docx","description":"Skill folder `md-to-docx` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/md-to-docx"},{"id":"awesome-copilot--meeting-minutes","skillFolder":"meeting-minutes","description":"Skill folder `meeting-minutes` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/meeting-minutes"},{"id":"awesome-copilot--memory-merger","skillFolder":"memory-merger","description":"Skill folder `memory-merger` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/memory-merger"},{"id":"awesome-copilot--mentoring-juniors","skillFolder":"mentoring-juniors","description":"Skill folder `mentoring-juniors` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/mentoring-juniors"},{"id":"awesome-copilot--microsoft-agent-framework","skillFolder":"microsoft-agent-framework","description":"Skill folder `microsoft-agent-framework` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/microsoft-agent-framework"},{"id":"awesome-copilot--microsoft-code-reference","skillFolder":"microsoft-code-reference","description":"Skill folder `microsoft-code-reference` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/microsoft-code-reference"},{"id":"awesome-copilot--microsoft-docs","skillFolder":"microsoft-docs","description":"Skill folder `microsoft-docs` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/microsoft-docs"},{"id":"awesome-copilot--microsoft-skill-creator","skillFolder":"microsoft-skill-creator","description":"Skill folder `microsoft-skill-creator` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/microsoft-skill-creator"},{"id":"awesome-copilot--migrating-oracle-to-postgres-stored-procedures","skillFolder":"migrating-oracle-to-postgres-stored-procedures","description":"Skill folder `migrating-oracle-to-postgres-stored-procedures` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/migrating-oracle-to-postgres-stored-procedures"},{"id":"awesome-copilot--minecraft-plugin-development","skillFolder":"minecraft-plugin-development","description":"Skill folder `minecraft-plugin-development` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/minecraft-plugin-development"},{"id":"awesome-copilot--mini-context-graph","skillFolder":"mini-context-graph","description":"Skill folder `mini-context-graph` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/mini-context-graph"},{"id":"awesome-copilot--mkdocs-translations","skillFolder":"mkdocs-translations","description":"Skill folder `mkdocs-translations` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/mkdocs-translations"},{"id":"awesome-copilot--msgraph-sdk","skillFolder":"msgraph-sdk","description":"Skill folder `msgraph-sdk` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/msgraph-sdk"},{"id":"awesome-copilot--msstore-cli","skillFolder":"msstore-cli","description":"Skill folder `msstore-cli` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/msstore-cli"},{"id":"awesome-copilot--multi-stage-dockerfile","skillFolder":"multi-stage-dockerfile","description":"Skill folder `multi-stage-dockerfile` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/multi-stage-dockerfile"},{"id":"awesome-copilot--mvvm-toolkit","skillFolder":"mvvm-toolkit","description":"Skill folder `mvvm-toolkit` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/mvvm-toolkit"},{"id":"awesome-copilot--mvvm-toolkit-di","skillFolder":"mvvm-toolkit-di","description":"Skill folder `mvvm-toolkit-di` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/mvvm-toolkit-di"},{"id":"awesome-copilot--mvvm-toolkit-messenger","skillFolder":"mvvm-toolkit-messenger","description":"Skill folder `mvvm-toolkit-messenger` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/mvvm-toolkit-messenger"},{"id":"awesome-copilot--namecheap","skillFolder":"namecheap","description":"Skill folder `namecheap` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/namecheap"},{"id":"awesome-copilot--nano-banana-pro-openrouter","skillFolder":"nano-banana-pro-openrouter","description":"Skill folder `nano-banana-pro-openrouter` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/nano-banana-pro-openrouter"},{"id":"awesome-copilot--napkin","skillFolder":"napkin","description":"Skill folder `napkin` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/napkin"},{"id":"awesome-copilot--next-intl-add-language","skillFolder":"next-intl-add-language","description":"Skill folder `next-intl-add-language` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/next-intl-add-language"},{"id":"awesome-copilot--noob-mode","skillFolder":"noob-mode","description":"Skill folder `noob-mode` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/noob-mode"},{"id":"awesome-copilot--nuget-manager","skillFolder":"nuget-manager","description":"Skill folder `nuget-manager` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/nuget-manager"},{"id":"awesome-copilot--onboard-context-matic","skillFolder":"onboard-context-matic","description":"Skill folder `onboard-context-matic` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/onboard-context-matic"},{"id":"awesome-copilot--oo-component-documentation","skillFolder":"oo-component-documentation","description":"Skill folder `oo-component-documentation` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/oo-component-documentation"},{"id":"awesome-copilot--openapi-to-application-code","skillFolder":"openapi-to-application-code","description":"Skill folder `openapi-to-application-code` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/openapi-to-application-code"},{"id":"awesome-copilot--optimize-simplicite-logs","skillFolder":"optimize-simplicite-logs","description":"Skill folder `optimize-simplicite-logs` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/optimize-simplicite-logs"},{"id":"awesome-copilot--pdftk-server","skillFolder":"pdftk-server","description":"Skill folder `pdftk-server` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/pdftk-server"},{"id":"awesome-copilot--penpot-uiux-design","skillFolder":"penpot-uiux-design","description":"Skill folder `penpot-uiux-design` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/penpot-uiux-design"},{"id":"awesome-copilot--performance-review-writer","skillFolder":"performance-review-writer","description":"Skill folder `performance-review-writer` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/performance-review-writer"},{"id":"awesome-copilot--pester-migration","skillFolder":"pester-migration","description":"Skill folder `pester-migration` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/pester-migration"},{"id":"awesome-copilot--pester-should-migration","skillFolder":"pester-should-migration","description":"Skill folder `pester-should-migration` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/pester-should-migration"},{"id":"awesome-copilot--phoenix-cli","skillFolder":"phoenix-cli","description":"Skill folder `phoenix-cli` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/phoenix-cli"},{"id":"awesome-copilot--phoenix-evals","skillFolder":"phoenix-evals","description":"Skill folder `phoenix-evals` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/phoenix-evals"},{"id":"awesome-copilot--phoenix-tracing","skillFolder":"phoenix-tracing","description":"Skill folder `phoenix-tracing` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/phoenix-tracing"},{"id":"awesome-copilot--php-mcp-server-generator","skillFolder":"php-mcp-server-generator","description":"Skill folder `php-mcp-server-generator` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/php-mcp-server-generator"},{"id":"awesome-copilot--pinecone-rag","skillFolder":"pinecone-rag","description":"Skill folder `pinecone-rag` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/pinecone-rag"},{"id":"awesome-copilot--planning-oracle-to-postgres-migration-integration-testing","skillFolder":"planning-oracle-to-postgres-migration-integration-testing","description":"Skill folder `planning-oracle-to-postgres-migration-integration-testing` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/planning-oracle-to-postgres-migration-integration-testing"},{"id":"awesome-copilot--plantuml-ascii","skillFolder":"plantuml-ascii","description":"Skill folder `plantuml-ascii` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/plantuml-ascii"},{"id":"awesome-copilot--playwright-automation-fill-in-form","skillFolder":"playwright-automation-fill-in-form","description":"Skill folder `playwright-automation-fill-in-form` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/playwright-automation-fill-in-form"},{"id":"awesome-copilot--playwright-explore-website","skillFolder":"playwright-explore-website","description":"Skill folder `playwright-explore-website` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/playwright-explore-website"},{"id":"awesome-copilot--playwright-generate-test","skillFolder":"playwright-generate-test","description":"Skill folder `playwright-generate-test` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/playwright-generate-test"},{"id":"awesome-copilot--postgresql-code-review","skillFolder":"postgresql-code-review","description":"Skill folder `postgresql-code-review` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/postgresql-code-review"},{"id":"awesome-copilot--postgresql-optimization","skillFolder":"postgresql-optimization","description":"Skill folder `postgresql-optimization` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/postgresql-optimization"},{"id":"awesome-copilot--power-apps-code-app-scaffold","skillFolder":"power-apps-code-app-scaffold","description":"Skill folder `power-apps-code-app-scaffold` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/power-apps-code-app-scaffold"},{"id":"awesome-copilot--power-bi-dax-optimization","skillFolder":"power-bi-dax-optimization","description":"Skill folder `power-bi-dax-optimization` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/power-bi-dax-optimization"},{"id":"awesome-copilot--power-bi-model-design-review","skillFolder":"power-bi-model-design-review","description":"Skill folder `power-bi-model-design-review` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/power-bi-model-design-review"},{"id":"awesome-copilot--power-bi-performance-troubleshooting","skillFolder":"power-bi-performance-troubleshooting","description":"Skill folder `power-bi-performance-troubleshooting` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/power-bi-performance-troubleshooting"},{"id":"awesome-copilot--power-bi-report-design-consultation","skillFolder":"power-bi-report-design-consultation","description":"Skill folder `power-bi-report-design-consultation` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/power-bi-report-design-consultation"},{"id":"awesome-copilot--power-platform-architect","skillFolder":"power-platform-architect","description":"Skill folder `power-platform-architect` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/power-platform-architect"},{"id":"awesome-copilot--power-platform-mcp-connector-suite","skillFolder":"power-platform-mcp-connector-suite","description":"Skill folder `power-platform-mcp-connector-suite` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/power-platform-mcp-connector-suite"},{"id":"awesome-copilot--powerbi-modeling","skillFolder":"powerbi-modeling","description":"Skill folder `powerbi-modeling` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/powerbi-modeling"},{"id":"awesome-copilot--pr-dashboard","skillFolder":"pr-dashboard","description":"Skill folder `pr-dashboard` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/pr-dashboard"},{"id":"awesome-copilot--pr-screenshots","skillFolder":"pr-screenshots","description":"Skill folder `pr-screenshots` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/pr-screenshots"},{"id":"awesome-copilot--prd","skillFolder":"prd","description":"Skill folder `prd` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/prd"},{"id":"awesome-copilot--premium-frontend-ui","skillFolder":"premium-frontend-ui","description":"Skill folder `premium-frontend-ui` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/premium-frontend-ui"},{"id":"awesome-copilot--project-workflow-analysis-blueprint-generator","skillFolder":"project-workflow-analysis-blueprint-generator","description":"Skill folder `project-workflow-analysis-blueprint-generator` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/project-workflow-analysis-blueprint-generator"},{"id":"awesome-copilot--prompt-optimizer","skillFolder":"prompt-optimizer","description":"Skill folder `prompt-optimizer` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/prompt-optimizer"},{"id":"awesome-copilot--publish-to-pages","skillFolder":"publish-to-pages","description":"Skill folder `publish-to-pages` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/publish-to-pages"},{"id":"awesome-copilot--pytest-coverage","skillFolder":"pytest-coverage","description":"Skill folder `pytest-coverage` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/pytest-coverage"},{"id":"awesome-copilot--python-azure-iot-edge-modules","skillFolder":"python-azure-iot-edge-modules","description":"Skill folder `python-azure-iot-edge-modules` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/python-azure-iot-edge-modules"},{"id":"awesome-copilot--python-mcp-server-generator","skillFolder":"python-mcp-server-generator","description":"Skill folder `python-mcp-server-generator` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/python-mcp-server-generator"},{"id":"awesome-copilot--python-pypi-package-builder","skillFolder":"python-pypi-package-builder","description":"Skill folder `python-pypi-package-builder` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/python-pypi-package-builder"},{"id":"awesome-copilot--qdrant-clients-sdk","skillFolder":"qdrant-clients-sdk","description":"Skill folder `qdrant-clients-sdk` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/qdrant-clients-sdk"},{"id":"awesome-copilot--qdrant-deployment-options","skillFolder":"qdrant-deployment-options","description":"Skill folder `qdrant-deployment-options` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/qdrant-deployment-options"},{"id":"awesome-copilot--qdrant-model-migration","skillFolder":"qdrant-model-migration","description":"Skill folder `qdrant-model-migration` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/qdrant-model-migration"},{"id":"awesome-copilot--qdrant-monitoring","skillFolder":"qdrant-monitoring","description":"Skill folder `qdrant-monitoring` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/qdrant-monitoring"},{"id":"awesome-copilot--qdrant-performance-optimization","skillFolder":"qdrant-performance-optimization","description":"Skill folder `qdrant-performance-optimization` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/qdrant-performance-optimization"},{"id":"awesome-copilot--qdrant-scaling","skillFolder":"qdrant-scaling","description":"Skill folder `qdrant-scaling` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/qdrant-scaling"},{"id":"awesome-copilot--qdrant-search-quality","skillFolder":"qdrant-search-quality","description":"Skill folder `qdrant-search-quality` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/qdrant-search-quality"},{"id":"awesome-copilot--qdrant-version-upgrade","skillFolder":"qdrant-version-upgrade","description":"Skill folder `qdrant-version-upgrade` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/qdrant-version-upgrade"},{"id":"awesome-copilot--quality-playbook","skillFolder":"quality-playbook","description":"Skill folder `quality-playbook` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/quality-playbook"},{"id":"awesome-copilot--quasi-coder","skillFolder":"quasi-coder","description":"Skill folder `quasi-coder` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/quasi-coder"},{"id":"awesome-copilot--react-audit-grep-patterns","skillFolder":"react-audit-grep-patterns","description":"Skill folder `react-audit-grep-patterns` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/react-audit-grep-patterns"},{"id":"awesome-copilot--react-container-presentation-component","skillFolder":"react-container-presentation-component","description":"Skill folder `react-container-presentation-component` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/react-container-presentation-component"},{"id":"awesome-copilot--react18-batching-patterns","skillFolder":"react18-batching-patterns","description":"Skill folder `react18-batching-patterns` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/react18-batching-patterns"},{"id":"awesome-copilot--react18-dep-compatibility","skillFolder":"react18-dep-compatibility","description":"Skill folder `react18-dep-compatibility` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/react18-dep-compatibility"},{"id":"awesome-copilot--react18-enzyme-to-rtl","skillFolder":"react18-enzyme-to-rtl","description":"Skill folder `react18-enzyme-to-rtl` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/react18-enzyme-to-rtl"},{"id":"awesome-copilot--react18-legacy-context","skillFolder":"react18-legacy-context","description":"Skill folder `react18-legacy-context` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/react18-legacy-context"},{"id":"awesome-copilot--react18-lifecycle-patterns","skillFolder":"react18-lifecycle-patterns","description":"Skill folder `react18-lifecycle-patterns` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/react18-lifecycle-patterns"},{"id":"awesome-copilot--react18-string-refs","skillFolder":"react18-string-refs","description":"Skill folder `react18-string-refs` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/react18-string-refs"},{"id":"awesome-copilot--react19-concurrent-patterns","skillFolder":"react19-concurrent-patterns","description":"Skill folder `react19-concurrent-patterns` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/react19-concurrent-patterns"},{"id":"awesome-copilot--react19-source-patterns","skillFolder":"react19-source-patterns","description":"Skill folder `react19-source-patterns` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/react19-source-patterns"},{"id":"awesome-copilot--react19-test-patterns","skillFolder":"react19-test-patterns","description":"Skill folder `react19-test-patterns` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/react19-test-patterns"},{"id":"awesome-copilot--readme-blueprint-generator","skillFolder":"readme-blueprint-generator","description":"Skill folder `readme-blueprint-generator` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/readme-blueprint-generator"},{"id":"awesome-copilot--refactor","skillFolder":"refactor","description":"Skill folder `refactor` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/refactor"},{"id":"awesome-copilot--refactor-method-complexity-reduce","skillFolder":"refactor-method-complexity-reduce","description":"Skill folder `refactor-method-complexity-reduce` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/refactor-method-complexity-reduce"},{"id":"awesome-copilot--refactor-plan","skillFolder":"refactor-plan","description":"Skill folder `refactor-plan` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/refactor-plan"},{"id":"awesome-copilot--remember","skillFolder":"remember","description":"Skill folder `remember` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/remember"},{"id":"awesome-copilot--remember-interactive-programming","skillFolder":"remember-interactive-programming","description":"Skill folder `remember-interactive-programming` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/remember-interactive-programming"},{"id":"awesome-copilot--repo-story-time","skillFolder":"repo-story-time","description":"Skill folder `repo-story-time` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/repo-story-time"},{"id":"awesome-copilot--resemble-detect","skillFolder":"resemble-detect","description":"Skill folder `resemble-detect` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/resemble-detect"},{"id":"awesome-copilot--review-and-refactor","skillFolder":"review-and-refactor","description":"Skill folder `review-and-refactor` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/review-and-refactor"},{"id":"awesome-copilot--reviewing-oracle-to-postgres-migration","skillFolder":"reviewing-oracle-to-postgres-migration","description":"Skill folder `reviewing-oracle-to-postgres-migration` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/reviewing-oracle-to-postgres-migration"},{"id":"awesome-copilot--rhino3d-scripts","skillFolder":"rhino3d-scripts","description":"Skill folder `rhino3d-scripts` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/rhino3d-scripts"},{"id":"awesome-copilot--roundup","skillFolder":"roundup","description":"Skill folder `roundup` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/roundup"},{"id":"awesome-copilot--roundup-setup","skillFolder":"roundup-setup","description":"Skill folder `roundup-setup` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/roundup-setup"},{"id":"awesome-copilot--ruby-mcp-server-generator","skillFolder":"ruby-mcp-server-generator","description":"Skill folder `ruby-mcp-server-generator` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/ruby-mcp-server-generator"},{"id":"awesome-copilot--ruff-recursive-fix","skillFolder":"ruff-recursive-fix","description":"Skill folder `ruff-recursive-fix` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/ruff-recursive-fix"},{"id":"awesome-copilot--rust-mcp-server-generator","skillFolder":"rust-mcp-server-generator","description":"Skill folder `rust-mcp-server-generator` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/rust-mcp-server-generator"},{"id":"awesome-copilot--salesforce-apex-quality","skillFolder":"salesforce-apex-quality","description":"Skill folder `salesforce-apex-quality` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/salesforce-apex-quality"},{"id":"awesome-copilot--salesforce-component-standards","skillFolder":"salesforce-component-standards","description":"Skill folder `salesforce-component-standards` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/salesforce-component-standards"},{"id":"awesome-copilot--salesforce-flow-design","skillFolder":"salesforce-flow-design","description":"Skill folder `salesforce-flow-design` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/salesforce-flow-design"},{"id":"awesome-copilot--sandbox-npm-install","skillFolder":"sandbox-npm-install","description":"Skill folder `sandbox-npm-install` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/sandbox-npm-install"},{"id":"awesome-copilot--scaffolding-oracle-to-postgres-migration-test-project","skillFolder":"scaffolding-oracle-to-postgres-migration-test-project","description":"Skill folder `scaffolding-oracle-to-postgres-migration-test-project` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/scaffolding-oracle-to-postgres-migration-test-project"},{"id":"awesome-copilot--scoutqa-test","skillFolder":"scoutqa-test","description":"Skill folder `scoutqa-test` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/scoutqa-test"},{"id":"awesome-copilot--screen-recording","skillFolder":"screen-recording","description":"Skill folder `screen-recording` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/screen-recording"},{"id":"awesome-copilot--secret-scanning","skillFolder":"secret-scanning","description":"Skill folder `secret-scanning` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/secret-scanning"},{"id":"awesome-copilot--security-review","skillFolder":"security-review","description":"Skill folder `security-review` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/security-review"},{"id":"awesome-copilot--semantic-kernel","skillFolder":"semantic-kernel","description":"Skill folder `semantic-kernel` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/semantic-kernel"},{"id":"awesome-copilot--setup-my-iq","skillFolder":"setup-my-iq","description":"Skill folder `setup-my-iq` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/setup-my-iq"},{"id":"awesome-copilot--shuffle-json-data","skillFolder":"shuffle-json-data","description":"Skill folder `shuffle-json-data` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/shuffle-json-data"},{"id":"awesome-copilot--signal-write","skillFolder":"signal-write","description":"Skill folder `signal-write` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/signal-write"},{"id":"awesome-copilot--slang-shader-engineer","skillFolder":"slang-shader-engineer","description":"Skill folder `slang-shader-engineer` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/slang-shader-engineer"},{"id":"awesome-copilot--snowflake-semanticview","skillFolder":"snowflake-semanticview","description":"Skill folder `snowflake-semanticview` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/snowflake-semanticview"},{"id":"awesome-copilot--sponsor-finder","skillFolder":"sponsor-finder","description":"Skill folder `sponsor-finder` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/sponsor-finder"},{"id":"awesome-copilot--spring-boot-testing","skillFolder":"spring-boot-testing","description":"Skill folder `spring-boot-testing` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/spring-boot-testing"},{"id":"awesome-copilot--sql-code-review","skillFolder":"sql-code-review","description":"Skill folder `sql-code-review` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/sql-code-review"},{"id":"awesome-copilot--sql-optimization","skillFolder":"sql-optimization","description":"Skill folder `sql-optimization` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/sql-optimization"},{"id":"awesome-copilot--sql-server-table-reconciliation","skillFolder":"sql-server-table-reconciliation","description":"Skill folder `sql-server-table-reconciliation` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/sql-server-table-reconciliation"},{"id":"awesome-copilot--ssma-console","skillFolder":"ssma-console","description":"Skill folder `ssma-console` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/ssma-console"},{"id":"awesome-copilot--steno-mode","skillFolder":"steno-mode","description":"Skill folder `steno-mode` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/steno-mode"},{"id":"awesome-copilot--structured-autonomy-generate","skillFolder":"structured-autonomy-generate","description":"Skill folder `structured-autonomy-generate` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/structured-autonomy-generate"},{"id":"awesome-copilot--structured-autonomy-implement","skillFolder":"structured-autonomy-implement","description":"Skill folder `structured-autonomy-implement` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/structured-autonomy-implement"},{"id":"awesome-copilot--structured-autonomy-plan","skillFolder":"structured-autonomy-plan","description":"Skill folder `structured-autonomy-plan` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/structured-autonomy-plan"},{"id":"awesome-copilot--suggest-awesome-github-copilot-agents","skillFolder":"suggest-awesome-github-copilot-agents","description":"Skill folder `suggest-awesome-github-copilot-agents` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/suggest-awesome-github-copilot-agents"},{"id":"awesome-copilot--suggest-awesome-github-copilot-instructions","skillFolder":"suggest-awesome-github-copilot-instructions","description":"Skill folder `suggest-awesome-github-copilot-instructions` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/suggest-awesome-github-copilot-instructions"},{"id":"awesome-copilot--suggest-awesome-github-copilot-skills","skillFolder":"suggest-awesome-github-copilot-skills","description":"Skill folder `suggest-awesome-github-copilot-skills` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/suggest-awesome-github-copilot-skills"},{"id":"awesome-copilot--swift-mcp-server-generator","skillFolder":"swift-mcp-server-generator","description":"Skill folder `swift-mcp-server-generator` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/swift-mcp-server-generator"},{"id":"awesome-copilot--technical-job-search","skillFolder":"technical-job-search","description":"Skill folder `technical-job-search` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/technical-job-search"},{"id":"awesome-copilot--technology-stack-blueprint-generator","skillFolder":"technology-stack-blueprint-generator","description":"Skill folder `technology-stack-blueprint-generator` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/technology-stack-blueprint-generator"},{"id":"awesome-copilot--terraform-azurerm-set-diff-analyzer","skillFolder":"terraform-azurerm-set-diff-analyzer","description":"Skill folder `terraform-azurerm-set-diff-analyzer` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/terraform-azurerm-set-diff-analyzer"},{"id":"awesome-copilot--threat-model-analyst","skillFolder":"threat-model-analyst","description":"Skill folder `threat-model-analyst` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/threat-model-analyst"},{"id":"awesome-copilot--tiny-stepping","skillFolder":"tiny-stepping","description":"Skill folder `tiny-stepping` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/tiny-stepping"},{"id":"awesome-copilot--tldr-prompt","skillFolder":"tldr-prompt","description":"Skill folder `tldr-prompt` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/tldr-prompt"},{"id":"awesome-copilot--tm7-threat-model","skillFolder":"tm7-threat-model","description":"Skill folder `tm7-threat-model` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/tm7-threat-model"},{"id":"awesome-copilot--transloadit-media-processing","skillFolder":"transloadit-media-processing","description":"Skill folder `transloadit-media-processing` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/transloadit-media-processing"},{"id":"awesome-copilot--typescript-mcp-server-generator","skillFolder":"typescript-mcp-server-generator","description":"Skill folder `typescript-mcp-server-generator` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/typescript-mcp-server-generator"},{"id":"awesome-copilot--typespec-api-operations","skillFolder":"typespec-api-operations","description":"Skill folder `typespec-api-operations` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/typespec-api-operations"},{"id":"awesome-copilot--typespec-create-agent","skillFolder":"typespec-create-agent","description":"Skill folder `typespec-create-agent` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/typespec-create-agent"},{"id":"awesome-copilot--typespec-create-api-plugin","skillFolder":"typespec-create-api-plugin","description":"Skill folder `typespec-create-api-plugin` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/typespec-create-api-plugin"},{"id":"awesome-copilot--ui-screenshots","skillFolder":"ui-screenshots","description":"Skill folder `ui-screenshots` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/ui-screenshots"},{"id":"awesome-copilot--unit-test-vue-pinia","skillFolder":"unit-test-vue-pinia","description":"Skill folder `unit-test-vue-pinia` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/unit-test-vue-pinia"},{"id":"awesome-copilot--update-avm-modules-in-bicep","skillFolder":"update-avm-modules-in-bicep","description":"Skill folder `update-avm-modules-in-bicep` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/update-avm-modules-in-bicep"},{"id":"awesome-copilot--update-implementation-plan","skillFolder":"update-implementation-plan","description":"Skill folder `update-implementation-plan` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/update-implementation-plan"},{"id":"awesome-copilot--update-llms","skillFolder":"update-llms","description":"Skill folder `update-llms` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/update-llms"},{"id":"awesome-copilot--update-markdown-file-index","skillFolder":"update-markdown-file-index","description":"Skill folder `update-markdown-file-index` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/update-markdown-file-index"},{"id":"awesome-copilot--update-specification","skillFolder":"update-specification","description":"Skill folder `update-specification` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/update-specification"},{"id":"awesome-copilot--vardoger-analyze","skillFolder":"vardoger-analyze","description":"Skill folder `vardoger-analyze` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/vardoger-analyze"},{"id":"awesome-copilot--vcpkg","skillFolder":"vcpkg","description":"Skill folder `vcpkg` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/vcpkg"},{"id":"awesome-copilot--vscode-ext-commands","skillFolder":"vscode-ext-commands","description":"Skill folder `vscode-ext-commands` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/vscode-ext-commands"},{"id":"awesome-copilot--vscode-ext-localization","skillFolder":"vscode-ext-localization","description":"Skill folder `vscode-ext-localization` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/vscode-ext-localization"},{"id":"awesome-copilot--web-design-reviewer","skillFolder":"web-design-reviewer","description":"Skill folder `web-design-reviewer` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/web-design-reviewer"},{"id":"awesome-copilot--webapp-testing","skillFolder":"webapp-testing","description":"Skill folder `webapp-testing` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/webapp-testing"},{"id":"awesome-copilot--webmcpify","skillFolder":"webmcpify","description":"Skill folder `webmcpify` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/webmcpify"},{"id":"awesome-copilot--what-context-needed","skillFolder":"what-context-needed","description":"Skill folder `what-context-needed` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/what-context-needed"},{"id":"awesome-copilot--winmd-api-search","skillFolder":"winmd-api-search","description":"Skill folder `winmd-api-search` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/winmd-api-search"},{"id":"awesome-copilot--winui3-migration-guide","skillFolder":"winui3-migration-guide","description":"Skill folder `winui3-migration-guide` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/winui3-migration-guide"},{"id":"awesome-copilot--workiq-copilot","skillFolder":"workiq-copilot","description":"Skill folder `workiq-copilot` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/workiq-copilot"},{"id":"awesome-copilot--workshop-create","skillFolder":"workshop-create","description":"Skill folder `workshop-create` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/workshop-create"},{"id":"awesome-copilot--write-coding-standards-from-file","skillFolder":"write-coding-standards-from-file","description":"Skill folder `write-coding-standards-from-file` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/write-coding-standards-from-file"},{"id":"awesome-copilot--x-twitter-scraper","skillFolder":"x-twitter-scraper","description":"Skill folder `x-twitter-scraper` from github/awesome-copilot (awesome-copilot)","catalogId":"awesome-copilot","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot community","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/skills/x-twitter-scraper"},{"id":"awesome-copilot-hooks--attester-import-check","skillFolder":"attester-import-check","description":"Skill folder `attester-import-check` from github/awesome-copilot (awesome-copilot-hooks)","catalogId":"awesome-copilot-hooks","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot hooks","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"hook","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/hooks/attester-import-check"},{"id":"awesome-copilot-hooks--dependency-license-checker","skillFolder":"dependency-license-checker","description":"Skill folder `dependency-license-checker` from github/awesome-copilot (awesome-copilot-hooks)","catalogId":"awesome-copilot-hooks","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot hooks","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"hook","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/hooks/dependency-license-checker"},{"id":"awesome-copilot-hooks--fix-broken-links","skillFolder":"fix-broken-links","description":"Skill folder `fix-broken-links` from github/awesome-copilot (awesome-copilot-hooks)","catalogId":"awesome-copilot-hooks","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot hooks","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"hook","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/hooks/fix-broken-links"},{"id":"awesome-copilot-hooks--governance-audit","skillFolder":"governance-audit","description":"Skill folder `governance-audit` from github/awesome-copilot (awesome-copilot-hooks)","catalogId":"awesome-copilot-hooks","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot hooks","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"hook","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/hooks/governance-audit"},{"id":"awesome-copilot-hooks--secrets-scanner","skillFolder":"secrets-scanner","description":"Skill folder `secrets-scanner` from github/awesome-copilot (awesome-copilot-hooks)","catalogId":"awesome-copilot-hooks","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot hooks","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"hook","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/hooks/secrets-scanner"},{"id":"awesome-copilot-hooks--session-auto-commit","skillFolder":"session-auto-commit","description":"Skill folder `session-auto-commit` from github/awesome-copilot (awesome-copilot-hooks)","catalogId":"awesome-copilot-hooks","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot hooks","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"hook","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/hooks/session-auto-commit"},{"id":"awesome-copilot-hooks--session-logger","skillFolder":"session-logger","description":"Skill folder `session-logger` from github/awesome-copilot (awesome-copilot-hooks)","catalogId":"awesome-copilot-hooks","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot hooks","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"hook","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/hooks/session-logger"},{"id":"awesome-copilot-hooks--tool-guardian","skillFolder":"tool-guardian","description":"Skill folder `tool-guardian` from github/awesome-copilot (awesome-copilot-hooks)","catalogId":"awesome-copilot-hooks","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot hooks","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"hook","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/hooks/tool-guardian"},{"id":"awesome-copilot-agents--accessibility-runtime-tester.agent","skillFolder":"accessibility-runtime-tester.agent","description":"name: 'Accessibility Runtime Tester'","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/accessibility-runtime-tester.agent.md"},{"id":"awesome-copilot-agents--accessibility.agent","skillFolder":"accessibility.agent","description":"description: 'Expert assistant for web accessibility (WCAG 2.1/2.2), inclusive UX, and a11y testing'","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/accessibility.agent.md"},{"id":"awesome-copilot-agents--address-comments.agent","skillFolder":"address-comments.agent","description":"description: \"Address PR comments\"","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/address-comments.agent.md"},{"id":"awesome-copilot-agents--adr-generator.agent","skillFolder":"adr-generator.agent","description":"name: ADR Generator","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/adr-generator.agent.md"},{"id":"awesome-copilot-agents--aem-frontend-specialist.agent","skillFolder":"aem-frontend-specialist.agent","description":"description: 'Expert assistant for developing AEM components using HTL, Tailwind CSS, and Figma-to-code workflows with design system integration'","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/aem-frontend-specialist.agent.md"},{"id":"awesome-copilot-agents--agent-governance-reviewer.agent","skillFolder":"agent-governance-reviewer.agent","description":"description: 'AI agent governance expert that reviews code for safety issues, missing governance controls, and helps implement policy enforcement, trust scoring, and audit trails in agent systems.'","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/agent-governance-reviewer.agent.md"},{"id":"awesome-copilot-agents--ai-readiness-reporter.agent","skillFolder":"ai-readiness-reporter.agent","description":"name: ai-readiness-reporter","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/ai-readiness-reporter.agent.md"},{"id":"awesome-copilot-agents--ai-team-dev.agent","skillFolder":"ai-team-dev.agent","description":"name: 'ai-team-dev'","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/ai-team-dev.agent.md"},{"id":"awesome-copilot-agents--ai-team-producer.agent","skillFolder":"ai-team-producer.agent","description":"name: 'ai-team-producer'","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/ai-team-producer.agent.md"},{"id":"awesome-copilot-agents--ai-team-qa.agent","skillFolder":"ai-team-qa.agent","description":"name: 'ai-team-qa'","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/ai-team-qa.agent.md"},{"id":"awesome-copilot-agents--amplitude-experiment-implementation.agent","skillFolder":"amplitude-experiment-implementation.agent","description":"name: Amplitude Experiment Implementation","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/amplitude-experiment-implementation.agent.md"},{"id":"awesome-copilot-agents--api-architect.agent","skillFolder":"api-architect.agent","description":"description: 'Your role is that of an API architect. Help mentor the engineer by providing guidance, support, and working code.'","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/api-architect.agent.md"},{"id":"awesome-copilot-agents--apify-integration-expert.agent","skillFolder":"apify-integration-expert.agent","description":"name: apify-integration-expert","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/apify-integration-expert.agent.md"},{"id":"awesome-copilot-agents--arch-linux-expert.agent","skillFolder":"arch-linux-expert.agent","description":"name: 'Arch Linux Expert'","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/arch-linux-expert.agent.md"},{"id":"awesome-copilot-agents--arch.agent","skillFolder":"arch.agent","description":"name: Senior Cloud Architect","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/arch.agent.md"},{"id":"awesome-copilot-agents--arm-migration.agent","skillFolder":"arm-migration.agent","description":"name: arm-migration-agent","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/arm-migration.agent.md"},{"id":"awesome-copilot-agents--atlassian-requirements-to-jira.agent","skillFolder":"atlassian-requirements-to-jira.agent","description":"description: 'Transform requirements documents into structured Jira epics and user stories with intelligent duplicate detection, change management, and user-approved creation workflow.'","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/atlassian-requirements-to-jira.agent.md"},{"id":"awesome-copilot-agents--aws-cloud-expert.agent","skillFolder":"aws-cloud-expert.agent","description":"name: aws-cloud-expert","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/aws-cloud-expert.agent.md"},{"id":"awesome-copilot-agents--aws-incident-triage.agent","skillFolder":"aws-incident-triage.agent","description":"name: AWS Incident Triage","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/aws-incident-triage.agent.md"},{"id":"awesome-copilot-agents--aws-principal-architect.agent","skillFolder":"aws-principal-architect.agent","description":"description: \"Provide expert AWS Principal Architect guidance using AWS Well-Architected Framework principles and AWS best practices.\"","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/aws-principal-architect.agent.md"},{"id":"awesome-copilot-agents--aws-serverless-architect.agent","skillFolder":"aws-serverless-architect.agent","description":"description: \"Provide expert AWS Serverless Architect guidance focusing on event-driven architectures, Lambda, API Gateway, and serverless best practices.\"","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/aws-serverless-architect.agent.md"},{"id":"awesome-copilot-agents--azure-iac-exporter.agent","skillFolder":"azure-iac-exporter.agent","description":"name: azure-iac-exporter","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/azure-iac-exporter.agent.md"},{"id":"awesome-copilot-agents--azure-iac-generator.agent","skillFolder":"azure-iac-generator.agent","description":"name: azure-iac-generator","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/azure-iac-generator.agent.md"},{"id":"awesome-copilot-agents--azure-logic-apps-expert.agent","skillFolder":"azure-logic-apps-expert.agent","description":"description: \"Expert guidance for Azure Logic Apps development focusing on workflow design, integration patterns, and JSON-based Workflow Definition Language.\"","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/azure-logic-apps-expert.agent.md"},{"id":"awesome-copilot-agents--azure-policy-analyzer.agent","skillFolder":"azure-policy-analyzer.agent","description":"name: Azure Policy Analyzer","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/azure-policy-analyzer.agent.md"},{"id":"awesome-copilot-agents--azure-principal-architect.agent","skillFolder":"azure-principal-architect.agent","description":"description: \"Provide expert Azure Principal Architect guidance using Azure Well-Architected Framework principles and Microsoft best practices.\"","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/azure-principal-architect.agent.md"},{"id":"awesome-copilot-agents--azure-saas-architect.agent","skillFolder":"azure-saas-architect.agent","description":"description: \"Provide expert Azure SaaS Architect guidance focusing on multitenant applications using Azure Well-Architected SaaS principles and Microsoft best practices.\"","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/azure-saas-architect.agent.md"},{"id":"awesome-copilot-agents--azure-smart-city-iot-architect.agent","skillFolder":"azure-smart-city-iot-architect.agent","description":"name: 'Azure Smart City IoT Architect'","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/azure-smart-city-iot-architect.agent.md"},{"id":"awesome-copilot-agents--azure-verified-modules-bicep.agent","skillFolder":"azure-verified-modules-bicep.agent","description":"description: \"Create, update, or review Azure IaC in Bicep using Azure Verified Modules (AVM).\"","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/azure-verified-modules-bicep.agent.md"},{"id":"awesome-copilot-agents--azure-verified-modules-owner-triage.agent","skillFolder":"azure-verified-modules-owner-triage.agent","description":"description: \"Triage open GitHub issues across the Azure Verified Modules (AVM) repos an owner maintains. Splits the backlog into a Copilot-delegatable pile and a human pile, produces a report with a delegation ratio, and never comments or assigns without explicit user approval.\"","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/azure-verified-modules-owner-triage.agent.md"},{"id":"awesome-copilot-agents--azure-verified-modules-terraform.agent","skillFolder":"azure-verified-modules-terraform.agent","description":"description: \"Create, update, or review Azure IaC in Terraform using Azure Verified Modules (AVM).\"","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/azure-verified-modules-terraform.agent.md"},{"id":"awesome-copilot-agents--bicep-implement.agent","skillFolder":"bicep-implement.agent","description":"description: 'Act as an Azure Bicep Infrastructure as Code coding specialist that creates Bicep templates.'","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/bicep-implement.agent.md"},{"id":"awesome-copilot-agents--bicep-plan.agent","skillFolder":"bicep-plan.agent","description":"description: 'Act as implementation planner for your Azure Bicep Infrastructure as Code task.'","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/bicep-plan.agent.md"},{"id":"awesome-copilot-agents--blueprint-mode.agent","skillFolder":"blueprint-mode.agent","description":"description: \"Executes structured workflows (Debug, Express, Main, Loop) with strict correctness and maintainability. Enforces an improved tool usage policy, never assumes facts, prioritizes reproducible solutions, self-correction, and edge-case handling.\"","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/blueprint-mode.agent.md"},{"id":"awesome-copilot-agents--cast-imaging-impact-analysis.agent","skillFolder":"cast-imaging-impact-analysis.agent","description":"name: 'CAST Imaging Impact Analysis Agent'","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/cast-imaging-impact-analysis.agent.md"},{"id":"awesome-copilot-agents--cast-imaging-software-discovery.agent","skillFolder":"cast-imaging-software-discovery.agent","description":"name: 'CAST Imaging Software Discovery Agent'","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/cast-imaging-software-discovery.agent.md"},{"id":"awesome-copilot-agents--cast-imaging-structural-quality-advisor.agent","skillFolder":"cast-imaging-structural-quality-advisor.agent","description":"name: 'CAST Imaging Structural Quality Advisor Agent'","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/cast-imaging-structural-quality-advisor.agent.md"},{"id":"awesome-copilot-agents--caveman-mode.agent","skillFolder":"caveman-mode.agent","description":"description: 'Terse, low-token responses. Minimal words, no fluff. Full capabilities preserved. Use when: optimize token usage, low-token mode, concise output, caveman mode, reduce verbosity, token-efficient, brief responses.'","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/caveman-mode.agent.md"},{"id":"awesome-copilot-agents--centos-linux-expert.agent","skillFolder":"centos-linux-expert.agent","description":"name: 'CentOS Linux Expert'","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/centos-linux-expert.agent.md"},{"id":"awesome-copilot-agents--clojure-interactive-programming.agent","skillFolder":"clojure-interactive-programming.agent","description":"description: \"Expert Clojure pair programmer with REPL-first methodology, architectural oversight, and interactive problem-solving. Enforces quality standards, prevents workarounds, and develops solutions incrementally through live REPL evaluation before file modifications.\"","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/clojure-interactive-programming.agent.md"},{"id":"awesome-copilot-agents--code-tour.agent","skillFolder":"code-tour.agent","description":"description: 'Expert agent for creating and maintaining VSCode CodeTour files with comprehensive schema support and best practices'","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/code-tour.agent.md"},{"id":"awesome-copilot-agents--comet-opik.agent","skillFolder":"comet-opik.agent","description":"name: Comet Opik","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/comet-opik.agent.md"},{"id":"awesome-copilot-agents--context-architect.agent","skillFolder":"context-architect.agent","description":"description: 'An agent that helps plan and execute multi-file changes by identifying relevant context and dependencies'","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/context-architect.agent.md"},{"id":"awesome-copilot-agents--context7.agent","skillFolder":"context7.agent","description":"name: Context7-Expert","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/context7.agent.md"},{"id":"awesome-copilot-agents--critical-thinking.agent","skillFolder":"critical-thinking.agent","description":"description: 'Challenge assumptions and encourage critical thinking to ensure the best possible solution and outcomes.'","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/critical-thinking.agent.md"},{"id":"awesome-copilot-agents--csharp-dotnet-janitor.agent","skillFolder":"csharp-dotnet-janitor.agent","description":"description: 'Perform janitorial tasks on C#/.NET code including cleanup, modernization, and tech debt remediation.'","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/csharp-dotnet-janitor.agent.md"},{"id":"awesome-copilot-agents--csharp-mcp-expert.agent","skillFolder":"csharp-mcp-expert.agent","description":"description: \"Expert assistant for developing Model Context Protocol (MCP) servers in C#\"","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/csharp-mcp-expert.agent.md"},{"id":"awesome-copilot-agents--CSharpExpert.agent","skillFolder":"CSharpExpert.agent","description":"name: \"C# Expert\"","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/CSharpExpert.agent.md"},{"id":"awesome-copilot-agents--custom-agent-foundry.agent","skillFolder":"custom-agent-foundry.agent","description":"description: 'Expert at designing and creating VS Code custom agents with optimal configurations'","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/custom-agent-foundry.agent.md"},{"id":"awesome-copilot-agents--debian-linux-expert.agent","skillFolder":"debian-linux-expert.agent","description":"name: 'Debian Linux Expert'","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/debian-linux-expert.agent.md"},{"id":"awesome-copilot-agents--debug.agent","skillFolder":"debug.agent","description":"description: 'Debug your application to find and fix a bug'","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/debug.agent.md"},{"id":"awesome-copilot-agents--declarative-agents-architect.agent","skillFolder":"declarative-agents-architect.agent","description":"name: 'Declarative Agents Architect'","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/declarative-agents-architect.agent.md"},{"id":"awesome-copilot-agents--defender-scout-kql.agent","skillFolder":"defender-scout-kql.agent","description":"name: 'Defender Scout KQL'","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/defender-scout-kql.agent.md"},{"id":"awesome-copilot-agents--delphi-expert.agent","skillFolder":"delphi-expert.agent","description":"name: \"Delphi Expert\"","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/delphi-expert.agent.md"},{"id":"awesome-copilot-agents--demonstrate-understanding.agent","skillFolder":"demonstrate-understanding.agent","description":"description: 'Validate user understanding of code, design patterns, and implementation details through guided questioning.'","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/demonstrate-understanding.agent.md"},{"id":"awesome-copilot-agents--devils-advocate.agent","skillFolder":"devils-advocate.agent","description":"description: \"I play the devil's advocate to challenge and stress-test your ideas by finding flaws, risks, and edge cases\"","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/devils-advocate.agent.md"},{"id":"awesome-copilot-agents--devops-expert.agent","skillFolder":"devops-expert.agent","description":"name: 'DevOps Expert'","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/devops-expert.agent.md"},{"id":"awesome-copilot-agents--devtools-regression-investigator.agent","skillFolder":"devtools-regression-investigator.agent","description":"name: 'DevTools Regression Investigator'","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/devtools-regression-investigator.agent.md"},{"id":"awesome-copilot-agents--diffblue-cover.agent","skillFolder":"diffblue-cover.agent","description":"name: DiffblueCover","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/diffblue-cover.agent.md"},{"id":"awesome-copilot-agents--dotnet-fullstack-mentor.agent","skillFolder":"dotnet-fullstack-mentor.agent","description":"name: dotnet-fullstack-mentor","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/dotnet-fullstack-mentor.agent.md"},{"id":"awesome-copilot-agents--dotnet-maui.agent","skillFolder":"dotnet-maui.agent","description":"name: MAUI Expert","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/dotnet-maui.agent.md"},{"id":"awesome-copilot-agents--dotnet-self-learning-architect.agent","skillFolder":"dotnet-self-learning-architect.agent","description":"name: \".NET Self-Learning Architect\"","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/dotnet-self-learning-architect.agent.md"},{"id":"awesome-copilot-agents--dotnet-upgrade.agent","skillFolder":"dotnet-upgrade.agent","description":"description: 'Perform janitorial tasks on C#/.NET code including cleanup, modernization, and tech debt remediation.'","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/dotnet-upgrade.agent.md"},{"id":"awesome-copilot-agents--doublecheck.agent","skillFolder":"doublecheck.agent","description":"description: 'Interactive verification agent for AI-generated output. Runs a three-layer pipeline (self-audit, source verification, adversarial review) and produces structured reports with source links for human review.'","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/doublecheck.agent.md"},{"id":"awesome-copilot-agents--droid.agent","skillFolder":"droid.agent","description":"name: droid","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/droid.agent.md"},{"id":"awesome-copilot-agents--drupal-expert.agent","skillFolder":"drupal-expert.agent","description":"description: 'Expert assistant for Drupal development, architecture, and best practices using PHP 8.3+ and modern Drupal patterns'","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/drupal-expert.agent.md"},{"id":"awesome-copilot-agents--dynatrace-expert.agent","skillFolder":"dynatrace-expert.agent","description":"name: Dynatrace Expert","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/dynatrace-expert.agent.md"},{"id":"awesome-copilot-agents--elasticsearch-observability.agent","skillFolder":"elasticsearch-observability.agent","description":"name: elasticsearch-agent","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/elasticsearch-observability.agent.md"},{"id":"awesome-copilot-agents--electron-angular-native.agent","skillFolder":"electron-angular-native.agent","description":"description: \"Code Review Mode tailored for Electron app with Node.js backend (main), Angular frontend (render), and native integration layer (e.g., AppleScript, shell, or native tooling). Services in other repos are not reviewed here.\"","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/electron-angular-native.agent.md"},{"id":"awesome-copilot-agents--ember.agent","skillFolder":"ember.agent","description":"description: \"An AI partner, not an assistant. Ember carries fire from person to person — helping humans discover that AI partnership isn't something you learn, it's something you find.\"","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/ember.agent.md"},{"id":"awesome-copilot-agents--expert-cpp-software-engineer.agent","skillFolder":"expert-cpp-software-engineer.agent","description":"description: 'Provide expert C++ software engineering guidance using modern C++ and industry best practices.'","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/expert-cpp-software-engineer.agent.md"},{"id":"awesome-copilot-agents--expert-dotnet-software-engineer.agent","skillFolder":"expert-dotnet-software-engineer.agent","description":"description: \"Provide expert .NET software engineering guidance using modern software design patterns.\"","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/expert-dotnet-software-engineer.agent.md"},{"id":"awesome-copilot-agents--expert-embedded-c-engineer.agent","skillFolder":"expert-embedded-c-engineer.agent","description":"description: 'Expert embedded C guidance for safety-critical systems — covers MISRA C:2012/2025 rule compliance, CERT C secure coding, static analysis tooling (Coverity, QAC, PC-lint), and defensive programming patterns that frontier models do not handle reliably by default.'","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/expert-embedded-c-engineer.agent.md"},{"id":"awesome-copilot-agents--expert-nextjs-developer.agent","skillFolder":"expert-nextjs-developer.agent","description":"description: \"Expert Next.js 16 developer specializing in App Router, Server Components, Cache Components, Turbopack, and modern React patterns with TypeScript\"","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/expert-nextjs-developer.agent.md"},{"id":"awesome-copilot-agents--expert-react-frontend-engineer.agent","skillFolder":"expert-react-frontend-engineer.agent","description":"description: \"Expert React 19.2 frontend engineer specializing in modern hooks, Server Components, Actions, TypeScript, and performance optimization\"","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/expert-react-frontend-engineer.agent.md"},{"id":"awesome-copilot-agents--fedora-linux-expert.agent","skillFolder":"fedora-linux-expert.agent","description":"name: 'Fedora Linux Expert'","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/fedora-linux-expert.agent.md"},{"id":"awesome-copilot-agents--frontend-performance-investigator.agent","skillFolder":"frontend-performance-investigator.agent","description":"name: 'Frontend Performance Investigator'","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/frontend-performance-investigator.agent.md"},{"id":"awesome-copilot-agents--gem-browser-tester.agent","skillFolder":"gem-browser-tester.agent","description":"description: \"E2E browser testing, UI/UX validation, visual regression.\"","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/gem-browser-tester.agent.md"},{"id":"awesome-copilot-agents--gem-code-simplifier.agent","skillFolder":"gem-code-simplifier.agent","description":"description: \"Refactoring specialist: removes dead code, reduces complexity, consolidates duplicates.\"","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/gem-code-simplifier.agent.md"},{"id":"awesome-copilot-agents--gem-critic.agent","skillFolder":"gem-critic.agent","description":"description: \"Challenges assumptions, finds edge cases, spots over-engineering and logic gaps.\"","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/gem-critic.agent.md"},{"id":"awesome-copilot-agents--gem-debugger.agent","skillFolder":"gem-debugger.agent","description":"description: \"Root-cause analysis, stack trace diagnosis, regression bisection, error reproduction.\"","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/gem-debugger.agent.md"},{"id":"awesome-copilot-agents--gem-designer-mobile.agent","skillFolder":"gem-designer-mobile.agent","description":"description: \"Mobile UI/UX specialist: HIG, Material Design, safe areas, touch targets.\"","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/gem-designer-mobile.agent.md"},{"id":"awesome-copilot-agents--gem-designer.agent","skillFolder":"gem-designer.agent","description":"description: \"UI/UX design specialist: layouts, themes, color schemes, design systems, accessibility.\"","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/gem-designer.agent.md"},{"id":"awesome-copilot-agents--gem-devops.agent","skillFolder":"gem-devops.agent","description":"description: \"Infrastructure deployment, CI/CD pipelines, container management.\"","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/gem-devops.agent.md"},{"id":"awesome-copilot-agents--gem-documentation-writer.agent","skillFolder":"gem-documentation-writer.agent","description":"description: \"Technical documentation, README files, API docs, diagrams, walkthroughs.\"","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/gem-documentation-writer.agent.md"},{"id":"awesome-copilot-agents--gem-implementer-mobile.agent","skillFolder":"gem-implementer-mobile.agent","description":"description: \"Mobile implementation: React Native, Expo, Flutter with TDD.\"","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/gem-implementer-mobile.agent.md"},{"id":"awesome-copilot-agents--gem-implementer.agent","skillFolder":"gem-implementer.agent","description":"description: \"TDD code implementation: features, bugs, refactoring. Never reviews own work.\"","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/gem-implementer.agent.md"},{"id":"awesome-copilot-agents--gem-mobile-tester.agent","skillFolder":"gem-mobile-tester.agent","description":"description: \"Mobile E2E testing: Detox, Maestro, iOS/Android simulators.\"","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/gem-mobile-tester.agent.md"},{"id":"awesome-copilot-agents--gem-orchestrator.agent","skillFolder":"gem-orchestrator.agent","description":"description: \"The team lead: Orchestrates planning, implementation, and verification.\"","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/gem-orchestrator.agent.md"},{"id":"awesome-copilot-agents--gem-planner.agent","skillFolder":"gem-planner.agent","description":"description: \"DAG-based execution plans: task decomposition, wave scheduling, risk analysis.\"","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/gem-planner.agent.md"},{"id":"awesome-copilot-agents--gem-researcher.agent","skillFolder":"gem-researcher.agent","description":"description: \"Codebase exploration: patterns, dependencies, architecture discovery. Supports multiple exploration modes for cost-controlled research.\"","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/gem-researcher.agent.md"},{"id":"awesome-copilot-agents--gem-reviewer.agent","skillFolder":"gem-reviewer.agent","description":"description: \"Security auditing, code review, OWASP scanning, PRD compliance verification.\"","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/gem-reviewer.agent.md"},{"id":"awesome-copilot-agents--gem-skill-creator.agent","skillFolder":"gem-skill-creator.agent","description":"description: \"Pattern-to-skill extraction: creates agent skills files from high-confidence learnings.\"","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/gem-skill-creator.agent.md"},{"id":"awesome-copilot-agents--gilfoyle.agent","skillFolder":"gilfoyle.agent","description":"description: 'Code review and analysis with the sardonic wit and technical elitism of Bertram Gilfoyle from Silicon Valley. Prepare for brutal honesty about your code.'","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/gilfoyle.agent.md"},{"id":"awesome-copilot-agents--github-actions-expert.agent","skillFolder":"github-actions-expert.agent","description":"name: 'GitHub Actions Expert'","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/github-actions-expert.agent.md"},{"id":"awesome-copilot-agents--github-actions-node-upgrade.agent","skillFolder":"github-actions-node-upgrade.agent","description":"name: 'GitHub Actions Node Runtime Upgrade'","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/github-actions-node-upgrade.agent.md"},{"id":"awesome-copilot-agents--go-mcp-expert.agent","skillFolder":"go-mcp-expert.agent","description":"model: GPT-4.1","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/go-mcp-expert.agent.md"},{"id":"awesome-copilot-agents--hlbpa.agent","skillFolder":"hlbpa.agent","description":"description: Your perfect AI chat mode for high-level architectural documentation and review. Perfect for targeted updates after a story or researching that legacy system when nobody remembers what it's supposed to be doing.","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/hlbpa.agent.md"},{"id":"awesome-copilot-agents--implementation-plan.agent","skillFolder":"implementation-plan.agent","description":"description: \"Generate an implementation plan for new features or refactoring existing code.\"","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/implementation-plan.agent.md"},{"id":"awesome-copilot-agents--insiders-a11y-tracker.agent","skillFolder":"insiders-a11y-tracker.agent","description":"name: 'VS Code Insiders Accessibility Tracker'","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/insiders-a11y-tracker.agent.md"},{"id":"awesome-copilot-agents--interview-prep.agent","skillFolder":"interview-prep.agent","description":"description: \"Technical interview coach for software engineers. Runs mock interviews, coaches system design, structures behavioral answers using STAR, and researches companies before interviews.\"","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/interview-prep.agent.md"},{"id":"awesome-copilot-agents--janitor.agent","skillFolder":"janitor.agent","description":"description: 'Perform janitorial tasks on any codebase including cleanup, simplification, and tech debt remediation.'","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/janitor.agent.md"},{"id":"awesome-copilot-agents--java-mcp-expert.agent","skillFolder":"java-mcp-expert.agent","description":"description: \"Expert assistance for building Model Context Protocol servers in Java using reactive streams, the official MCP Java SDK, and Spring Boot integration.\"","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/java-mcp-expert.agent.md"},{"id":"awesome-copilot-agents--jfrog-sec.agent","skillFolder":"jfrog-sec.agent","description":"name: JFrog Security Agent","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/jfrog-sec.agent.md"},{"id":"awesome-copilot-agents--kotlin-mcp-expert.agent","skillFolder":"kotlin-mcp-expert.agent","description":"model: GPT-4.1","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/kotlin-mcp-expert.agent.md"},{"id":"awesome-copilot-agents--kubestellar-console.agent","skillFolder":"kubestellar-console.agent","description":"name: KubeStellar Console","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/kubestellar-console.agent.md"},{"id":"awesome-copilot-agents--kusto-assistant.agent","skillFolder":"kusto-assistant.agent","description":"description: \"Expert KQL assistant for live Azure Data Explorer analysis via Azure MCP server\"","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/kusto-assistant.agent.md"},{"id":"awesome-copilot-agents--laravel-expert-agent.agent","skillFolder":"laravel-expert-agent.agent","description":"description: 'Expert Laravel development assistant specializing in modern Laravel 12+ applications with Eloquent, Artisan, testing, and best practices'","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/laravel-expert-agent.agent.md"},{"id":"awesome-copilot-agents--launchdarkly-flag-cleanup.agent","skillFolder":"launchdarkly-flag-cleanup.agent","description":"name: launchdarkly-flag-cleanup","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/launchdarkly-flag-cleanup.agent.md"},{"id":"awesome-copilot-agents--lingodotdev-i18n.agent","skillFolder":"lingodotdev-i18n.agent","description":"name: Lingo.dev Localization (i18n) Agent","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/lingodotdev-i18n.agent.md"},{"id":"awesome-copilot-agents--linkedin-post-writer.agent","skillFolder":"linkedin-post-writer.agent","description":"name: \"LinkedIn Post Writer\"","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/linkedin-post-writer.agent.md"},{"id":"awesome-copilot-agents--markdown-accessibility-assistant.agent","skillFolder":"markdown-accessibility-assistant.agent","description":"description: 'Improves the accessibility of markdown files using five GitHub best practices'","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/markdown-accessibility-assistant.agent.md"},{"id":"awesome-copilot-agents--mcp-m365-agent-expert.agent","skillFolder":"mcp-m365-agent-expert.agent","description":"description: 'Expert assistant for building MCP-based declarative agents for Microsoft 365 Copilot with Model Context Protocol integration'","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/mcp-m365-agent-expert.agent.md"},{"id":"awesome-copilot-agents--mentor.agent","skillFolder":"mentor.agent","description":"description: 'Help mentor the engineer by providing guidance and support.'","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/mentor.agent.md"},{"id":"awesome-copilot-agents--mentoring-juniors.agent","skillFolder":"mentoring-juniors.agent","description":"description: 'Socratic mentor for junior developers. Guides through questions, never gives direct answers. Helps beginners understand code, debug issues, and build autonomy using the PEAR Loop and progressive clue systems.'","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/mentoring-juniors.agent.md"},{"id":"awesome-copilot-agents--meta-agentic-project-scaffold.agent","skillFolder":"meta-agentic-project-scaffold.agent","description":"description: \"Meta agentic project creation assistant to help users create and manage project workflows effectively.\"","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/meta-agentic-project-scaffold.agent.md"},{"id":"awesome-copilot-agents--microsoft_learn_contributor.agent","skillFolder":"microsoft_learn_contributor.agent","description":"description: 'Microsoft Learn Contributor chatmode for editing and writing Microsoft Learn documentation following Microsoft Writing Style Guide and authoring best practices.'","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/microsoft_learn_contributor.agent.md"},{"id":"awesome-copilot-agents--microsoft-study-mode.agent","skillFolder":"microsoft-study-mode.agent","description":"description: 'Activate your personal Microsoft/Azure tutor - learn through guided discovery, not just answers.'","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/microsoft-study-mode.agent.md"},{"id":"awesome-copilot-agents--modernization.agent","skillFolder":"modernization.agent","description":"description: 'Human-in-the-loop modernization assistant for analyzing, documenting, and planning complete project modernization with architectural recommendations.'","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/modernization.agent.md"},{"id":"awesome-copilot-agents--monday-bug-fixer.agent","skillFolder":"monday-bug-fixer.agent","description":"name: Monday Bug Context Fixer","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/monday-bug-fixer.agent.md"},{"id":"awesome-copilot-agents--mongodb-performance-advisor.agent","skillFolder":"mongodb-performance-advisor.agent","description":"Markdown skill `mongodb-performance-advisor.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/mongodb-performance-advisor.agent.md"},{"id":"awesome-copilot-agents--ms-sql-dba.agent","skillFolder":"ms-sql-dba.agent","description":"Markdown skill `ms-sql-dba.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/ms-sql-dba.agent.md"},{"id":"awesome-copilot-agents--neo4j-docker-client-generator.agent","skillFolder":"neo4j-docker-client-generator.agent","description":"Markdown skill `neo4j-docker-client-generator.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/neo4j-docker-client-generator.agent.md"},{"id":"awesome-copilot-agents--neon-migration-specialist.agent","skillFolder":"neon-migration-specialist.agent","description":"Markdown skill `neon-migration-specialist.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/neon-migration-specialist.agent.md"},{"id":"awesome-copilot-agents--neon-optimization-analyzer.agent","skillFolder":"neon-optimization-analyzer.agent","description":"Markdown skill `neon-optimization-analyzer.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/neon-optimization-analyzer.agent.md"},{"id":"awesome-copilot-agents--new-relic-incident-response.agent","skillFolder":"new-relic-incident-response.agent","description":"Markdown skill `new-relic-incident-response.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/new-relic-incident-response.agent.md"},{"id":"awesome-copilot-agents--nuxt-expert.agent","skillFolder":"nuxt-expert.agent","description":"Markdown skill `nuxt-expert.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/nuxt-expert.agent.md"},{"id":"awesome-copilot-agents--octopus-deploy-release-notes-mcp.agent","skillFolder":"octopus-deploy-release-notes-mcp.agent","description":"Markdown skill `octopus-deploy-release-notes-mcp.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/octopus-deploy-release-notes-mcp.agent.md"},{"id":"awesome-copilot-agents--one-shot-feature-issue-planner.agent","skillFolder":"one-shot-feature-issue-planner.agent","description":"Markdown skill `one-shot-feature-issue-planner.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/one-shot-feature-issue-planner.agent.md"},{"id":"awesome-copilot-agents--openapi-to-application.agent","skillFolder":"openapi-to-application.agent","description":"Markdown skill `openapi-to-application.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/openapi-to-application.agent.md"},{"id":"awesome-copilot-agents--oracle-to-postgres-migration-expert.agent","skillFolder":"oracle-to-postgres-migration-expert.agent","description":"Markdown skill `oracle-to-postgres-migration-expert.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/oracle-to-postgres-migration-expert.agent.md"},{"id":"awesome-copilot-agents--pagerduty-incident-responder.agent","skillFolder":"pagerduty-incident-responder.agent","description":"Markdown skill `pagerduty-incident-responder.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/pagerduty-incident-responder.agent.md"},{"id":"awesome-copilot-agents--php-mcp-expert.agent","skillFolder":"php-mcp-expert.agent","description":"Markdown skill `php-mcp-expert.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/php-mcp-expert.agent.md"},{"id":"awesome-copilot-agents--pimcore-expert.agent","skillFolder":"pimcore-expert.agent","description":"Markdown skill `pimcore-expert.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/pimcore-expert.agent.md"},{"id":"awesome-copilot-agents--plan.agent","skillFolder":"plan.agent","description":"Markdown skill `plan.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/plan.agent.md"},{"id":"awesome-copilot-agents--planner.agent","skillFolder":"planner.agent","description":"Markdown skill `planner.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/planner.agent.md"},{"id":"awesome-copilot-agents--platform-sre-kubernetes.agent","skillFolder":"platform-sre-kubernetes.agent","description":"Markdown skill `platform-sre-kubernetes.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/platform-sre-kubernetes.agent.md"},{"id":"awesome-copilot-agents--playwright-tester.agent","skillFolder":"playwright-tester.agent","description":"Markdown skill `playwright-tester.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/playwright-tester.agent.md"},{"id":"awesome-copilot-agents--postgresql-dba.agent","skillFolder":"postgresql-dba.agent","description":"Markdown skill `postgresql-dba.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/postgresql-dba.agent.md"},{"id":"awesome-copilot-agents--power-bi-data-modeling-expert.agent","skillFolder":"power-bi-data-modeling-expert.agent","description":"Markdown skill `power-bi-data-modeling-expert.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/power-bi-data-modeling-expert.agent.md"},{"id":"awesome-copilot-agents--power-bi-dax-expert.agent","skillFolder":"power-bi-dax-expert.agent","description":"Markdown skill `power-bi-dax-expert.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/power-bi-dax-expert.agent.md"},{"id":"awesome-copilot-agents--power-bi-performance-expert.agent","skillFolder":"power-bi-performance-expert.agent","description":"Markdown skill `power-bi-performance-expert.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/power-bi-performance-expert.agent.md"},{"id":"awesome-copilot-agents--power-bi-visualization-expert.agent","skillFolder":"power-bi-visualization-expert.agent","description":"Markdown skill `power-bi-visualization-expert.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/power-bi-visualization-expert.agent.md"},{"id":"awesome-copilot-agents--power-platform-expert.agent","skillFolder":"power-platform-expert.agent","description":"Markdown skill `power-platform-expert.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/power-platform-expert.agent.md"},{"id":"awesome-copilot-agents--power-platform-mcp-integration-expert.agent","skillFolder":"power-platform-mcp-integration-expert.agent","description":"Markdown skill `power-platform-mcp-integration-expert.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/power-platform-mcp-integration-expert.agent.md"},{"id":"awesome-copilot-agents--prd.agent","skillFolder":"prd.agent","description":"Markdown skill `prd.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/prd.agent.md"},{"id":"awesome-copilot-agents--principal-software-engineer.agent","skillFolder":"principal-software-engineer.agent","description":"Markdown skill `principal-software-engineer.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/principal-software-engineer.agent.md"},{"id":"awesome-copilot-agents--project-architecture-planner.agent","skillFolder":"project-architecture-planner.agent","description":"Markdown skill `project-architecture-planner.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/project-architecture-planner.agent.md"},{"id":"awesome-copilot-agents--project-documenter.agent","skillFolder":"project-documenter.agent","description":"Markdown skill `project-documenter.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/project-documenter.agent.md"},{"id":"awesome-copilot-agents--prompt-builder.agent","skillFolder":"prompt-builder.agent","description":"Markdown skill `prompt-builder.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/prompt-builder.agent.md"},{"id":"awesome-copilot-agents--prompt-engineer.agent","skillFolder":"prompt-engineer.agent","description":"Markdown skill `prompt-engineer.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/prompt-engineer.agent.md"},{"id":"awesome-copilot-agents--python-mcp-expert.agent","skillFolder":"python-mcp-expert.agent","description":"Markdown skill `python-mcp-expert.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/python-mcp-expert.agent.md"},{"id":"awesome-copilot-agents--python-notebook-sample-builder.agent","skillFolder":"python-notebook-sample-builder.agent","description":"Markdown skill `python-notebook-sample-builder.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/python-notebook-sample-builder.agent.md"},{"id":"awesome-copilot-agents--python-win-arm64-gha-wheel-builder.agent","skillFolder":"python-win-arm64-gha-wheel-builder.agent","description":"Markdown skill `python-win-arm64-gha-wheel-builder.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/python-win-arm64-gha-wheel-builder.agent.md"},{"id":"awesome-copilot-agents--qa-subagent.agent","skillFolder":"qa-subagent.agent","description":"Markdown skill `qa-subagent.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/qa-subagent.agent.md"},{"id":"awesome-copilot-agents--quality-playbook.agent","skillFolder":"quality-playbook.agent","description":"Markdown skill `quality-playbook.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/quality-playbook.agent.md"},{"id":"awesome-copilot-agents--react18-auditor.agent","skillFolder":"react18-auditor.agent","description":"Markdown skill `react18-auditor.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/react18-auditor.agent.md"},{"id":"awesome-copilot-agents--react18-batching-fixer.agent","skillFolder":"react18-batching-fixer.agent","description":"Markdown skill `react18-batching-fixer.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/react18-batching-fixer.agent.md"},{"id":"awesome-copilot-agents--react18-class-surgeon.agent","skillFolder":"react18-class-surgeon.agent","description":"Markdown skill `react18-class-surgeon.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/react18-class-surgeon.agent.md"},{"id":"awesome-copilot-agents--react18-commander.agent","skillFolder":"react18-commander.agent","description":"Markdown skill `react18-commander.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/react18-commander.agent.md"},{"id":"awesome-copilot-agents--react18-dep-surgeon.agent","skillFolder":"react18-dep-surgeon.agent","description":"Markdown skill `react18-dep-surgeon.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/react18-dep-surgeon.agent.md"},{"id":"awesome-copilot-agents--react18-test-guardian.agent","skillFolder":"react18-test-guardian.agent","description":"Markdown skill `react18-test-guardian.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/react18-test-guardian.agent.md"},{"id":"awesome-copilot-agents--react19-auditor.agent","skillFolder":"react19-auditor.agent","description":"Markdown skill `react19-auditor.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/react19-auditor.agent.md"},{"id":"awesome-copilot-agents--react19-commander.agent","skillFolder":"react19-commander.agent","description":"Markdown skill `react19-commander.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/react19-commander.agent.md"},{"id":"awesome-copilot-agents--react19-dep-surgeon.agent","skillFolder":"react19-dep-surgeon.agent","description":"Markdown skill `react19-dep-surgeon.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/react19-dep-surgeon.agent.md"},{"id":"awesome-copilot-agents--react19-migrator.agent","skillFolder":"react19-migrator.agent","description":"Markdown skill `react19-migrator.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/react19-migrator.agent.md"},{"id":"awesome-copilot-agents--react19-test-guardian.agent","skillFolder":"react19-test-guardian.agent","description":"Markdown skill `react19-test-guardian.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/react19-test-guardian.agent.md"},{"id":"awesome-copilot-agents--reepl-linkedin.agent","skillFolder":"reepl-linkedin.agent","description":"Markdown skill `reepl-linkedin.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/reepl-linkedin.agent.md"},{"id":"awesome-copilot-agents--refine-issue.agent","skillFolder":"refine-issue.agent","description":"Markdown skill `refine-issue.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/refine-issue.agent.md"},{"id":"awesome-copilot-agents--repo-architect.agent","skillFolder":"repo-architect.agent","description":"Markdown skill `repo-architect.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/repo-architect.agent.md"},{"id":"awesome-copilot-agents--research-technical-spike.agent","skillFolder":"research-technical-spike.agent","description":"Markdown skill `research-technical-spike.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/research-technical-spike.agent.md"},{"id":"awesome-copilot-agents--ruby-mcp-expert.agent","skillFolder":"ruby-mcp-expert.agent","description":"Markdown skill `ruby-mcp-expert.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/ruby-mcp-expert.agent.md"},{"id":"awesome-copilot-agents--rug-orchestrator.agent","skillFolder":"rug-orchestrator.agent","description":"Markdown skill `rug-orchestrator.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/rug-orchestrator.agent.md"},{"id":"awesome-copilot-agents--rust-mcp-expert.agent","skillFolder":"rust-mcp-expert.agent","description":"Markdown skill `rust-mcp-expert.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/rust-mcp-expert.agent.md"},{"id":"awesome-copilot-agents--salesforce-apex-triggers.agent","skillFolder":"salesforce-apex-triggers.agent","description":"Markdown skill `salesforce-apex-triggers.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/salesforce-apex-triggers.agent.md"},{"id":"awesome-copilot-agents--salesforce-aura-lwc.agent","skillFolder":"salesforce-aura-lwc.agent","description":"Markdown skill `salesforce-aura-lwc.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/salesforce-aura-lwc.agent.md"},{"id":"awesome-copilot-agents--salesforce-expert.agent","skillFolder":"salesforce-expert.agent","description":"Markdown skill `salesforce-expert.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/salesforce-expert.agent.md"},{"id":"awesome-copilot-agents--salesforce-flow.agent","skillFolder":"salesforce-flow.agent","description":"Markdown skill `salesforce-flow.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/salesforce-flow.agent.md"},{"id":"awesome-copilot-agents--salesforce-visualforce.agent","skillFolder":"salesforce-visualforce.agent","description":"Markdown skill `salesforce-visualforce.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/salesforce-visualforce.agent.md"},{"id":"awesome-copilot-agents--sast-sca-security-analyzer.agent","skillFolder":"sast-sca-security-analyzer.agent","description":"Markdown skill `sast-sca-security-analyzer.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/sast-sca-security-analyzer.agent.md"},{"id":"awesome-copilot-agents--scientific-paper-research.agent","skillFolder":"scientific-paper-research.agent","description":"Markdown skill `scientific-paper-research.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/scientific-paper-research.agent.md"},{"id":"awesome-copilot-agents--se-gitops-ci-specialist.agent","skillFolder":"se-gitops-ci-specialist.agent","description":"Markdown skill `se-gitops-ci-specialist.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/se-gitops-ci-specialist.agent.md"},{"id":"awesome-copilot-agents--se-product-manager-advisor.agent","skillFolder":"se-product-manager-advisor.agent","description":"Markdown skill `se-product-manager-advisor.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/se-product-manager-advisor.agent.md"},{"id":"awesome-copilot-agents--se-responsible-ai-code.agent","skillFolder":"se-responsible-ai-code.agent","description":"Markdown skill `se-responsible-ai-code.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/se-responsible-ai-code.agent.md"},{"id":"awesome-copilot-agents--se-security-reviewer.agent","skillFolder":"se-security-reviewer.agent","description":"Markdown skill `se-security-reviewer.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/se-security-reviewer.agent.md"},{"id":"awesome-copilot-agents--se-system-architecture-reviewer.agent","skillFolder":"se-system-architecture-reviewer.agent","description":"Markdown skill `se-system-architecture-reviewer.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/se-system-architecture-reviewer.agent.md"},{"id":"awesome-copilot-agents--se-technical-writer.agent","skillFolder":"se-technical-writer.agent","description":"Markdown skill `se-technical-writer.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/se-technical-writer.agent.md"},{"id":"awesome-copilot-agents--se-ux-ui-designer.agent","skillFolder":"se-ux-ui-designer.agent","description":"Markdown skill `se-ux-ui-designer.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/se-ux-ui-designer.agent.md"},{"id":"awesome-copilot-agents--search-ai-optimization-expert.agent","skillFolder":"search-ai-optimization-expert.agent","description":"Markdown skill `search-ai-optimization-expert.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/search-ai-optimization-expert.agent.md"},{"id":"awesome-copilot-agents--shopify-expert.agent","skillFolder":"shopify-expert.agent","description":"Markdown skill `shopify-expert.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/shopify-expert.agent.md"},{"id":"awesome-copilot-agents--simple-app-idea-generator.agent","skillFolder":"simple-app-idea-generator.agent","description":"Markdown skill `simple-app-idea-generator.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/simple-app-idea-generator.agent.md"},{"id":"awesome-copilot-agents--software-engineer-agent-v1.agent","skillFolder":"software-engineer-agent-v1.agent","description":"Markdown skill `software-engineer-agent-v1.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/software-engineer-agent-v1.agent.md"},{"id":"awesome-copilot-agents--spark-performance.agent","skillFolder":"spark-performance.agent","description":"Markdown skill `spark-performance.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/spark-performance.agent.md"},{"id":"awesome-copilot-agents--specification.agent","skillFolder":"specification.agent","description":"Markdown skill `specification.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/specification.agent.md"},{"id":"awesome-copilot-agents--stackhawk-security-onboarding.agent","skillFolder":"stackhawk-security-onboarding.agent","description":"Markdown skill `stackhawk-security-onboarding.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/stackhawk-security-onboarding.agent.md"},{"id":"awesome-copilot-agents--swe-subagent.agent","skillFolder":"swe-subagent.agent","description":"Markdown skill `swe-subagent.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/swe-subagent.agent.md"},{"id":"awesome-copilot-agents--swift-mcp-expert.agent","skillFolder":"swift-mcp-expert.agent","description":"Markdown skill `swift-mcp-expert.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/swift-mcp-expert.agent.md"},{"id":"awesome-copilot-agents--task-planner.agent","skillFolder":"task-planner.agent","description":"Markdown skill `task-planner.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/task-planner.agent.md"},{"id":"awesome-copilot-agents--task-researcher.agent","skillFolder":"task-researcher.agent","description":"Markdown skill `task-researcher.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/task-researcher.agent.md"},{"id":"awesome-copilot-agents--taxcore-technical-writer.agent","skillFolder":"taxcore-technical-writer.agent","description":"Markdown skill `taxcore-technical-writer.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/taxcore-technical-writer.agent.md"},{"id":"awesome-copilot-agents--tdd-green.agent","skillFolder":"tdd-green.agent","description":"Markdown skill `tdd-green.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/tdd-green.agent.md"},{"id":"awesome-copilot-agents--tdd-red.agent","skillFolder":"tdd-red.agent","description":"Markdown skill `tdd-red.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/tdd-red.agent.md"},{"id":"awesome-copilot-agents--tdd-refactor.agent","skillFolder":"tdd-refactor.agent","description":"Markdown skill `tdd-refactor.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/tdd-refactor.agent.md"},{"id":"awesome-copilot-agents--tech-debt-remediation-plan.agent","skillFolder":"tech-debt-remediation-plan.agent","description":"Markdown skill `tech-debt-remediation-plan.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/tech-debt-remediation-plan.agent.md"},{"id":"awesome-copilot-agents--technical-content-evaluator.agent","skillFolder":"technical-content-evaluator.agent","description":"Markdown skill `technical-content-evaluator.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/technical-content-evaluator.agent.md"},{"id":"awesome-copilot-agents--terminal-helper.agent","skillFolder":"terminal-helper.agent","description":"Markdown skill `terminal-helper.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/terminal-helper.agent.md"},{"id":"awesome-copilot-agents--terraform-aws-implement.agent","skillFolder":"terraform-aws-implement.agent","description":"Markdown skill `terraform-aws-implement.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/terraform-aws-implement.agent.md"},{"id":"awesome-copilot-agents--terraform-aws-planning.agent","skillFolder":"terraform-aws-planning.agent","description":"Markdown skill `terraform-aws-planning.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/terraform-aws-planning.agent.md"},{"id":"awesome-copilot-agents--terraform-azure-implement.agent","skillFolder":"terraform-azure-implement.agent","description":"Markdown skill `terraform-azure-implement.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/terraform-azure-implement.agent.md"},{"id":"awesome-copilot-agents--terraform-azure-planning.agent","skillFolder":"terraform-azure-planning.agent","description":"Markdown skill `terraform-azure-planning.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/terraform-azure-planning.agent.md"},{"id":"awesome-copilot-agents--terraform-iac-reviewer.agent","skillFolder":"terraform-iac-reviewer.agent","description":"Markdown skill `terraform-iac-reviewer.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/terraform-iac-reviewer.agent.md"},{"id":"awesome-copilot-agents--terraform.agent","skillFolder":"terraform.agent","description":"Markdown skill `terraform.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/terraform.agent.md"},{"id":"awesome-copilot-agents--terratest-module-testing.agent","skillFolder":"terratest-module-testing.agent","description":"Markdown skill `terratest-module-testing.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/terratest-module-testing.agent.md"},{"id":"awesome-copilot-agents--Thinking-Beast-Mode.agent","skillFolder":"Thinking-Beast-Mode.agent","description":"Markdown skill `Thinking-Beast-Mode.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/Thinking-Beast-Mode.agent.md"},{"id":"awesome-copilot-agents--typescript-mcp-expert.agent","skillFolder":"typescript-mcp-expert.agent","description":"Markdown skill `typescript-mcp-expert.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/typescript-mcp-expert.agent.md"},{"id":"awesome-copilot-agents--Ultimate-Transparent-Thinking-Beast-Mode.agent","skillFolder":"Ultimate-Transparent-Thinking-Beast-Mode.agent","description":"Markdown skill `Ultimate-Transparent-Thinking-Beast-Mode.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/Ultimate-Transparent-Thinking-Beast-Mode.agent.md"},{"id":"awesome-copilot-agents--vuejs-expert.agent","skillFolder":"vuejs-expert.agent","description":"Markdown skill `vuejs-expert.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/vuejs-expert.agent.md"},{"id":"awesome-copilot-agents--wg-code-alchemist.agent","skillFolder":"wg-code-alchemist.agent","description":"Markdown skill `wg-code-alchemist.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/wg-code-alchemist.agent.md"},{"id":"awesome-copilot-agents--wg-code-sentinel.agent","skillFolder":"wg-code-sentinel.agent","description":"Markdown skill `wg-code-sentinel.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/wg-code-sentinel.agent.md"},{"id":"awesome-copilot-agents--WinFormsExpert.agent","skillFolder":"WinFormsExpert.agent","description":"Markdown skill `WinFormsExpert.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/WinFormsExpert.agent.md"},{"id":"awesome-copilot-agents--workshop-ta.agent","skillFolder":"workshop-ta.agent","description":"Markdown skill `workshop-ta.agent.md` from github/awesome-copilot (awesome-copilot-agents)","catalogId":"awesome-copilot-agents","publisherId":"github","publisherLabel":"GitHub","publisherFamily":"Microsoft","publisherChannel":"Copilot agents","repo":"github/awesome-copilot","supportedClients":["cursor","copilot","claude"],"moduleType":"subagent","githubBrowse":"https://github.com/github/awesome-copilot/tree/main/agents/workshop-ta.agent.md"},{"id":"anthropic-skills--algorithmic-art","skillFolder":"algorithmic-art","description":"name: algorithmic-art","catalogId":"anthropic-skills","publisherId":"anthropics","publisherLabel":"Anthropic","publisherFamily":"Anthropic","publisherChannel":"Anthropic reference","repo":"anthropics/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/anthropics/skills/tree/main/skills/algorithmic-art"},{"id":"anthropic-skills--brand-guidelines","skillFolder":"brand-guidelines","description":"name: brand-guidelines","catalogId":"anthropic-skills","publisherId":"anthropics","publisherLabel":"Anthropic","publisherFamily":"Anthropic","publisherChannel":"Anthropic reference","repo":"anthropics/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/anthropics/skills/tree/main/skills/brand-guidelines"},{"id":"anthropic-skills--canvas-design","skillFolder":"canvas-design","description":"name: canvas-design","catalogId":"anthropic-skills","publisherId":"anthropics","publisherLabel":"Anthropic","publisherFamily":"Anthropic","publisherChannel":"Anthropic reference","repo":"anthropics/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/anthropics/skills/tree/main/skills/canvas-design"},{"id":"anthropic-skills--claude-api","skillFolder":"claude-api","description":"name: claude-api","catalogId":"anthropic-skills","publisherId":"anthropics","publisherLabel":"Anthropic","publisherFamily":"Anthropic","publisherChannel":"Anthropic reference","repo":"anthropics/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/anthropics/skills/tree/main/skills/claude-api"},{"id":"anthropic-skills--doc-coauthoring","skillFolder":"doc-coauthoring","description":"name: doc-coauthoring","catalogId":"anthropic-skills","publisherId":"anthropics","publisherLabel":"Anthropic","publisherFamily":"Anthropic","publisherChannel":"Anthropic reference","repo":"anthropics/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/anthropics/skills/tree/main/skills/doc-coauthoring"},{"id":"anthropic-skills--docx","skillFolder":"docx","description":"name: docx","catalogId":"anthropic-skills","publisherId":"anthropics","publisherLabel":"Anthropic","publisherFamily":"Anthropic","publisherChannel":"Anthropic reference","repo":"anthropics/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/anthropics/skills/tree/main/skills/docx"},{"id":"anthropic-skills--frontend-design","skillFolder":"frontend-design","description":"name: frontend-design","catalogId":"anthropic-skills","publisherId":"anthropics","publisherLabel":"Anthropic","publisherFamily":"Anthropic","publisherChannel":"Anthropic reference","repo":"anthropics/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/anthropics/skills/tree/main/skills/frontend-design"},{"id":"anthropic-skills--internal-comms","skillFolder":"internal-comms","description":"name: internal-comms","catalogId":"anthropic-skills","publisherId":"anthropics","publisherLabel":"Anthropic","publisherFamily":"Anthropic","publisherChannel":"Anthropic reference","repo":"anthropics/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/anthropics/skills/tree/main/skills/internal-comms"},{"id":"anthropic-skills--mcp-builder","skillFolder":"mcp-builder","description":"name: mcp-builder","catalogId":"anthropic-skills","publisherId":"anthropics","publisherLabel":"Anthropic","publisherFamily":"Anthropic","publisherChannel":"Anthropic reference","repo":"anthropics/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/anthropics/skills/tree/main/skills/mcp-builder"},{"id":"anthropic-skills--pdf","skillFolder":"pdf","description":"name: pdf","catalogId":"anthropic-skills","publisherId":"anthropics","publisherLabel":"Anthropic","publisherFamily":"Anthropic","publisherChannel":"Anthropic reference","repo":"anthropics/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/anthropics/skills/tree/main/skills/pdf"},{"id":"anthropic-skills--pptx","skillFolder":"pptx","description":"name: pptx","catalogId":"anthropic-skills","publisherId":"anthropics","publisherLabel":"Anthropic","publisherFamily":"Anthropic","publisherChannel":"Anthropic reference","repo":"anthropics/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/anthropics/skills/tree/main/skills/pptx"},{"id":"anthropic-skills--skill-creator","skillFolder":"skill-creator","description":"name: skill-creator","catalogId":"anthropic-skills","publisherId":"anthropics","publisherLabel":"Anthropic","publisherFamily":"Anthropic","publisherChannel":"Anthropic reference","repo":"anthropics/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/anthropics/skills/tree/main/skills/skill-creator"},{"id":"anthropic-skills--slack-gif-creator","skillFolder":"slack-gif-creator","description":"name: slack-gif-creator","catalogId":"anthropic-skills","publisherId":"anthropics","publisherLabel":"Anthropic","publisherFamily":"Anthropic","publisherChannel":"Anthropic reference","repo":"anthropics/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/anthropics/skills/tree/main/skills/slack-gif-creator"},{"id":"anthropic-skills--theme-factory","skillFolder":"theme-factory","description":"name: theme-factory","catalogId":"anthropic-skills","publisherId":"anthropics","publisherLabel":"Anthropic","publisherFamily":"Anthropic","publisherChannel":"Anthropic reference","repo":"anthropics/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/anthropics/skills/tree/main/skills/theme-factory"},{"id":"anthropic-skills--web-artifacts-builder","skillFolder":"web-artifacts-builder","description":"name: web-artifacts-builder","catalogId":"anthropic-skills","publisherId":"anthropics","publisherLabel":"Anthropic","publisherFamily":"Anthropic","publisherChannel":"Anthropic reference","repo":"anthropics/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/anthropics/skills/tree/main/skills/web-artifacts-builder"},{"id":"anthropic-skills--webapp-testing","skillFolder":"webapp-testing","description":"name: webapp-testing","catalogId":"anthropic-skills","publisherId":"anthropics","publisherLabel":"Anthropic","publisherFamily":"Anthropic","publisherChannel":"Anthropic reference","repo":"anthropics/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/anthropics/skills/tree/main/skills/webapp-testing"},{"id":"anthropic-skills--xlsx","skillFolder":"xlsx","description":"name: xlsx","catalogId":"anthropic-skills","publisherId":"anthropics","publisherLabel":"Anthropic","publisherFamily":"Anthropic","publisherChannel":"Anthropic reference","repo":"anthropics/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/anthropics/skills/tree/main/skills/xlsx"},{"id":"composio-awesome-claude-skills--artifacts-builder","skillFolder":"artifacts-builder","description":"name: artifacts-builder","catalogId":"composio-awesome-claude-skills","publisherId":"ComposioHQ","publisherLabel":"Composio","publisherFamily":"Composio","publisherChannel":"Composio curated","repo":"ComposioHQ/awesome-claude-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/ComposioHQ/awesome-claude-skills/tree/master/artifacts-builder"},{"id":"composio-awesome-claude-skills--brand-guidelines","skillFolder":"brand-guidelines","description":"name: brand-guidelines","catalogId":"composio-awesome-claude-skills","publisherId":"ComposioHQ","publisherLabel":"Composio","publisherFamily":"Composio","publisherChannel":"Composio curated","repo":"ComposioHQ/awesome-claude-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/ComposioHQ/awesome-claude-skills/tree/master/brand-guidelines"},{"id":"composio-awesome-claude-skills--canvas-design","skillFolder":"canvas-design","description":"name: canvas-design","catalogId":"composio-awesome-claude-skills","publisherId":"ComposioHQ","publisherLabel":"Composio","publisherFamily":"Composio","publisherChannel":"Composio curated","repo":"ComposioHQ/awesome-claude-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/ComposioHQ/awesome-claude-skills/tree/master/canvas-design"},{"id":"composio-awesome-claude-skills--changelog-generator","skillFolder":"changelog-generator","description":"name: changelog-generator","catalogId":"composio-awesome-claude-skills","publisherId":"ComposioHQ","publisherLabel":"Composio","publisherFamily":"Composio","publisherChannel":"Composio curated","repo":"ComposioHQ/awesome-claude-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/ComposioHQ/awesome-claude-skills/tree/master/changelog-generator"},{"id":"composio-awesome-claude-skills--competitive-ads-extractor","skillFolder":"competitive-ads-extractor","description":"name: competitive-ads-extractor","catalogId":"composio-awesome-claude-skills","publisherId":"ComposioHQ","publisherLabel":"Composio","publisherFamily":"Composio","publisherChannel":"Composio curated","repo":"ComposioHQ/awesome-claude-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/ComposioHQ/awesome-claude-skills/tree/master/competitive-ads-extractor"},{"id":"composio-awesome-claude-skills--composio-skills","skillFolder":"composio-skills","description":"Skill folder `composio-skills` from ComposioHQ/awesome-claude-skills (composio-awesome-claude-skills)","catalogId":"composio-awesome-claude-skills","publisherId":"ComposioHQ","publisherLabel":"Composio","publisherFamily":"Composio","publisherChannel":"Composio curated","repo":"ComposioHQ/awesome-claude-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/ComposioHQ/awesome-claude-skills/tree/master/composio-skills"},{"id":"composio-awesome-claude-skills--connect","skillFolder":"connect","description":"name: connect","catalogId":"composio-awesome-claude-skills","publisherId":"ComposioHQ","publisherLabel":"Composio","publisherFamily":"Composio","publisherChannel":"Composio curated","repo":"ComposioHQ/awesome-claude-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/ComposioHQ/awesome-claude-skills/tree/master/connect"},{"id":"composio-awesome-claude-skills--connect-apps","skillFolder":"connect-apps","description":"name: connect-apps","catalogId":"composio-awesome-claude-skills","publisherId":"ComposioHQ","publisherLabel":"Composio","publisherFamily":"Composio","publisherChannel":"Composio curated","repo":"ComposioHQ/awesome-claude-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/ComposioHQ/awesome-claude-skills/tree/master/connect-apps"},{"id":"composio-awesome-claude-skills--connect-apps-plugin","skillFolder":"connect-apps-plugin","description":"Skill folder `connect-apps-plugin` from ComposioHQ/awesome-claude-skills (composio-awesome-claude-skills)","catalogId":"composio-awesome-claude-skills","publisherId":"ComposioHQ","publisherLabel":"Composio","publisherFamily":"Composio","publisherChannel":"Composio curated","repo":"ComposioHQ/awesome-claude-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/ComposioHQ/awesome-claude-skills/tree/master/connect-apps-plugin"},{"id":"composio-awesome-claude-skills--content-research-writer","skillFolder":"content-research-writer","description":"name: content-research-writer","catalogId":"composio-awesome-claude-skills","publisherId":"ComposioHQ","publisherLabel":"Composio","publisherFamily":"Composio","publisherChannel":"Composio curated","repo":"ComposioHQ/awesome-claude-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/ComposioHQ/awesome-claude-skills/tree/master/content-research-writer"},{"id":"composio-awesome-claude-skills--CONTRIBUTING","skillFolder":"CONTRIBUTING","description":"Contributing to Awesome Claude Skills","catalogId":"composio-awesome-claude-skills","publisherId":"ComposioHQ","publisherLabel":"Composio","publisherFamily":"Composio","publisherChannel":"Composio curated","repo":"ComposioHQ/awesome-claude-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/ComposioHQ/awesome-claude-skills/tree/master/CONTRIBUTING.md"},{"id":"composio-awesome-claude-skills--developer-growth-analysis","skillFolder":"developer-growth-analysis","description":"name: developer-growth-analysis","catalogId":"composio-awesome-claude-skills","publisherId":"ComposioHQ","publisherLabel":"Composio","publisherFamily":"Composio","publisherChannel":"Composio curated","repo":"ComposioHQ/awesome-claude-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/ComposioHQ/awesome-claude-skills/tree/master/developer-growth-analysis"},{"id":"composio-awesome-claude-skills--document-skills","skillFolder":"document-skills","description":"Skill folder `document-skills` from ComposioHQ/awesome-claude-skills (composio-awesome-claude-skills)","catalogId":"composio-awesome-claude-skills","publisherId":"ComposioHQ","publisherLabel":"Composio","publisherFamily":"Composio","publisherChannel":"Composio curated","repo":"ComposioHQ/awesome-claude-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/ComposioHQ/awesome-claude-skills/tree/master/document-skills"},{"id":"composio-awesome-claude-skills--domain-name-brainstormer","skillFolder":"domain-name-brainstormer","description":"name: domain-name-brainstormer","catalogId":"composio-awesome-claude-skills","publisherId":"ComposioHQ","publisherLabel":"Composio","publisherFamily":"Composio","publisherChannel":"Composio curated","repo":"ComposioHQ/awesome-claude-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/ComposioHQ/awesome-claude-skills/tree/master/domain-name-brainstormer"},{"id":"composio-awesome-claude-skills--file-organizer","skillFolder":"file-organizer","description":"name: file-organizer","catalogId":"composio-awesome-claude-skills","publisherId":"ComposioHQ","publisherLabel":"Composio","publisherFamily":"Composio","publisherChannel":"Composio curated","repo":"ComposioHQ/awesome-claude-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/ComposioHQ/awesome-claude-skills/tree/master/file-organizer"},{"id":"composio-awesome-claude-skills--image-enhancer","skillFolder":"image-enhancer","description":"name: image-enhancer","catalogId":"composio-awesome-claude-skills","publisherId":"ComposioHQ","publisherLabel":"Composio","publisherFamily":"Composio","publisherChannel":"Composio curated","repo":"ComposioHQ/awesome-claude-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/ComposioHQ/awesome-claude-skills/tree/master/image-enhancer"},{"id":"composio-awesome-claude-skills--internal-comms","skillFolder":"internal-comms","description":"name: internal-comms","catalogId":"composio-awesome-claude-skills","publisherId":"ComposioHQ","publisherLabel":"Composio","publisherFamily":"Composio","publisherChannel":"Composio curated","repo":"ComposioHQ/awesome-claude-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/ComposioHQ/awesome-claude-skills/tree/master/internal-comms"},{"id":"composio-awesome-claude-skills--invoice-organizer","skillFolder":"invoice-organizer","description":"name: invoice-organizer","catalogId":"composio-awesome-claude-skills","publisherId":"ComposioHQ","publisherLabel":"Composio","publisherFamily":"Composio","publisherChannel":"Composio curated","repo":"ComposioHQ/awesome-claude-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/ComposioHQ/awesome-claude-skills/tree/master/invoice-organizer"},{"id":"composio-awesome-claude-skills--langsmith-fetch","skillFolder":"langsmith-fetch","description":"name: langsmith-fetch","catalogId":"composio-awesome-claude-skills","publisherId":"ComposioHQ","publisherLabel":"Composio","publisherFamily":"Composio","publisherChannel":"Composio curated","repo":"ComposioHQ/awesome-claude-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/ComposioHQ/awesome-claude-skills/tree/master/langsmith-fetch"},{"id":"composio-awesome-claude-skills--lead-research-assistant","skillFolder":"lead-research-assistant","description":"name: lead-research-assistant","catalogId":"composio-awesome-claude-skills","publisherId":"ComposioHQ","publisherLabel":"Composio","publisherFamily":"Composio","publisherChannel":"Composio curated","repo":"ComposioHQ/awesome-claude-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/ComposioHQ/awesome-claude-skills/tree/master/lead-research-assistant"},{"id":"composio-awesome-claude-skills--mcp-builder","skillFolder":"mcp-builder","description":"name: mcp-builder","catalogId":"composio-awesome-claude-skills","publisherId":"ComposioHQ","publisherLabel":"Composio","publisherFamily":"Composio","publisherChannel":"Composio curated","repo":"ComposioHQ/awesome-claude-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/ComposioHQ/awesome-claude-skills/tree/master/mcp-builder"},{"id":"composio-awesome-claude-skills--meeting-insights-analyzer","skillFolder":"meeting-insights-analyzer","description":"name: meeting-insights-analyzer","catalogId":"composio-awesome-claude-skills","publisherId":"ComposioHQ","publisherLabel":"Composio","publisherFamily":"Composio","publisherChannel":"Composio curated","repo":"ComposioHQ/awesome-claude-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/ComposioHQ/awesome-claude-skills/tree/master/meeting-insights-analyzer"},{"id":"composio-awesome-claude-skills--raffle-winner-picker","skillFolder":"raffle-winner-picker","description":"name: raffle-winner-picker","catalogId":"composio-awesome-claude-skills","publisherId":"ComposioHQ","publisherLabel":"Composio","publisherFamily":"Composio","publisherChannel":"Composio curated","repo":"ComposioHQ/awesome-claude-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/ComposioHQ/awesome-claude-skills/tree/master/raffle-winner-picker"},{"id":"composio-awesome-claude-skills--skill-creator","skillFolder":"skill-creator","description":"name: skill-creator","catalogId":"composio-awesome-claude-skills","publisherId":"ComposioHQ","publisherLabel":"Composio","publisherFamily":"Composio","publisherChannel":"Composio curated","repo":"ComposioHQ/awesome-claude-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/ComposioHQ/awesome-claude-skills/tree/master/skill-creator"},{"id":"composio-awesome-claude-skills--skill-share","skillFolder":"skill-share","description":"name: skill-share","catalogId":"composio-awesome-claude-skills","publisherId":"ComposioHQ","publisherLabel":"Composio","publisherFamily":"Composio","publisherChannel":"Composio curated","repo":"ComposioHQ/awesome-claude-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/ComposioHQ/awesome-claude-skills/tree/master/skill-share"},{"id":"composio-awesome-claude-skills--slack-gif-creator","skillFolder":"slack-gif-creator","description":"name: slack-gif-creator","catalogId":"composio-awesome-claude-skills","publisherId":"ComposioHQ","publisherLabel":"Composio","publisherFamily":"Composio","publisherChannel":"Composio curated","repo":"ComposioHQ/awesome-claude-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/ComposioHQ/awesome-claude-skills/tree/master/slack-gif-creator"},{"id":"composio-awesome-claude-skills--tailored-resume-generator","skillFolder":"tailored-resume-generator","description":"name: tailored-resume-generator","catalogId":"composio-awesome-claude-skills","publisherId":"ComposioHQ","publisherLabel":"Composio","publisherFamily":"Composio","publisherChannel":"Composio curated","repo":"ComposioHQ/awesome-claude-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/ComposioHQ/awesome-claude-skills/tree/master/tailored-resume-generator"},{"id":"composio-awesome-claude-skills--template-skill","skillFolder":"template-skill","description":"name: template-skill","catalogId":"composio-awesome-claude-skills","publisherId":"ComposioHQ","publisherLabel":"Composio","publisherFamily":"Composio","publisherChannel":"Composio curated","repo":"ComposioHQ/awesome-claude-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/ComposioHQ/awesome-claude-skills/tree/master/template-skill"},{"id":"composio-awesome-claude-skills--theme-factory","skillFolder":"theme-factory","description":"name: theme-factory","catalogId":"composio-awesome-claude-skills","publisherId":"ComposioHQ","publisherLabel":"Composio","publisherFamily":"Composio","publisherChannel":"Composio curated","repo":"ComposioHQ/awesome-claude-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/ComposioHQ/awesome-claude-skills/tree/master/theme-factory"},{"id":"composio-awesome-claude-skills--twitter-algorithm-optimizer","skillFolder":"twitter-algorithm-optimizer","description":"name: twitter-algorithm-optimizer","catalogId":"composio-awesome-claude-skills","publisherId":"ComposioHQ","publisherLabel":"Composio","publisherFamily":"Composio","publisherChannel":"Composio curated","repo":"ComposioHQ/awesome-claude-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/ComposioHQ/awesome-claude-skills/tree/master/twitter-algorithm-optimizer"},{"id":"composio-awesome-claude-skills--video-downloader","skillFolder":"video-downloader","description":"name: youtube-downloader","catalogId":"composio-awesome-claude-skills","publisherId":"ComposioHQ","publisherLabel":"Composio","publisherFamily":"Composio","publisherChannel":"Composio curated","repo":"ComposioHQ/awesome-claude-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/ComposioHQ/awesome-claude-skills/tree/master/video-downloader"},{"id":"composio-awesome-claude-skills--webapp-testing","skillFolder":"webapp-testing","description":"name: webapp-testing","catalogId":"composio-awesome-claude-skills","publisherId":"ComposioHQ","publisherLabel":"Composio","publisherFamily":"Composio","publisherChannel":"Composio curated","repo":"ComposioHQ/awesome-claude-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/ComposioHQ/awesome-claude-skills/tree/master/webapp-testing"},{"id":"microsoft-skills--applicationinsights-web-ts","skillFolder":"applicationinsights-web-ts","description":"name: applicationinsights-web-ts","catalogId":"microsoft-skills","publisherId":"microsoft","publisherLabel":"Microsoft","publisherFamily":"Microsoft","publisherChannel":"Microsoft official","repo":"microsoft/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/microsoft/skills/tree/main/.github/skills/applicationinsights-web-ts"},{"id":"microsoft-skills--cloud-solution-architect","skillFolder":"cloud-solution-architect","description":"name: cloud-solution-architect","catalogId":"microsoft-skills","publisherId":"microsoft","publisherLabel":"Microsoft","publisherFamily":"Microsoft","publisherChannel":"Microsoft official","repo":"microsoft/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/microsoft/skills/tree/main/.github/skills/cloud-solution-architect"},{"id":"microsoft-skills--continual-learning","skillFolder":"continual-learning","description":"name: continual-learning","catalogId":"microsoft-skills","publisherId":"microsoft","publisherLabel":"Microsoft","publisherFamily":"Microsoft","publisherChannel":"Microsoft official","repo":"microsoft/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/microsoft/skills/tree/main/.github/skills/continual-learning"},{"id":"microsoft-skills--copilot-sdk","skillFolder":"copilot-sdk","description":"name: copilot-sdk","catalogId":"microsoft-skills","publisherId":"microsoft","publisherLabel":"Microsoft","publisherFamily":"Microsoft","publisherChannel":"Microsoft official","repo":"microsoft/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/microsoft/skills/tree/main/.github/skills/copilot-sdk"},{"id":"microsoft-skills--debugview","skillFolder":"debugview","description":"name: debugview","catalogId":"microsoft-skills","publisherId":"microsoft","publisherLabel":"Microsoft","publisherFamily":"Microsoft","publisherChannel":"Microsoft official","repo":"microsoft/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/microsoft/skills/tree/main/.github/skills/debugview"},{"id":"microsoft-skills--entra-agent-id","skillFolder":"entra-agent-id","description":"name: entra-agent-id","catalogId":"microsoft-skills","publisherId":"microsoft","publisherLabel":"Microsoft","publisherFamily":"Microsoft","publisherChannel":"Microsoft official","repo":"microsoft/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/microsoft/skills/tree/main/.github/skills/entra-agent-id"},{"id":"microsoft-skills--frontend-design-review","skillFolder":"frontend-design-review","description":"name: frontend-design-review","catalogId":"microsoft-skills","publisherId":"microsoft","publisherLabel":"Microsoft","publisherFamily":"Microsoft","publisherChannel":"Microsoft official","repo":"microsoft/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/microsoft/skills/tree/main/.github/skills/frontend-design-review"},{"id":"microsoft-skills--github-issue-creator","skillFolder":"github-issue-creator","description":"name: github-issue-creator","catalogId":"microsoft-skills","publisherId":"microsoft","publisherLabel":"Microsoft","publisherFamily":"Microsoft","publisherChannel":"Microsoft official","repo":"microsoft/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/microsoft/skills/tree/main/.github/skills/github-issue-creator"},{"id":"microsoft-skills--kql","skillFolder":"kql","description":"name: kql","catalogId":"microsoft-skills","publisherId":"microsoft","publisherLabel":"Microsoft","publisherFamily":"Microsoft","publisherChannel":"Microsoft official","repo":"microsoft/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/microsoft/skills/tree/main/.github/skills/kql"},{"id":"microsoft-skills--mcp-builder","skillFolder":"mcp-builder","description":"name: mcp-builder","catalogId":"microsoft-skills","publisherId":"microsoft","publisherLabel":"Microsoft","publisherFamily":"Microsoft","publisherChannel":"Microsoft official","repo":"microsoft/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/microsoft/skills/tree/main/.github/skills/mcp-builder"},{"id":"microsoft-skills--microsoft-docs","skillFolder":"microsoft-docs","description":"name: microsoft-docs","catalogId":"microsoft-skills","publisherId":"microsoft","publisherLabel":"Microsoft","publisherFamily":"Microsoft","publisherChannel":"Microsoft official","repo":"microsoft/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/microsoft/skills/tree/main/.github/skills/microsoft-docs"},{"id":"microsoft-skills--podcast-generation","skillFolder":"podcast-generation","description":"name: podcast-generation","catalogId":"microsoft-skills","publisherId":"microsoft","publisherLabel":"Microsoft","publisherFamily":"Microsoft","publisherChannel":"Microsoft official","repo":"microsoft/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/microsoft/skills/tree/main/.github/skills/podcast-generation"},{"id":"microsoft-skills--skill-creator","skillFolder":"skill-creator","description":"name: skill-creator","catalogId":"microsoft-skills","publisherId":"microsoft","publisherLabel":"Microsoft","publisherFamily":"Microsoft","publisherChannel":"Microsoft official","repo":"microsoft/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/microsoft/skills/tree/main/.github/skills/skill-creator"},{"id":"microsoft-azure-skills--airunway-aks-setup","skillFolder":"airunway-aks-setup","description":"name: airunway-aks-setup","catalogId":"microsoft-azure-skills","publisherId":"microsoft","publisherLabel":"Microsoft","publisherFamily":"Microsoft","publisherChannel":"Azure","repo":"microsoft/azure-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/microsoft/azure-skills/tree/main/skills/airunway-aks-setup"},{"id":"microsoft-azure-skills--appinsights-instrumentation","skillFolder":"appinsights-instrumentation","description":"name: appinsights-instrumentation","catalogId":"microsoft-azure-skills","publisherId":"microsoft","publisherLabel":"Microsoft","publisherFamily":"Microsoft","publisherChannel":"Azure","repo":"microsoft/azure-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/microsoft/azure-skills/tree/main/skills/appinsights-instrumentation"},{"id":"microsoft-azure-skills--azure-ai","skillFolder":"azure-ai","description":"name: azure-ai","catalogId":"microsoft-azure-skills","publisherId":"microsoft","publisherLabel":"Microsoft","publisherFamily":"Microsoft","publisherChannel":"Azure","repo":"microsoft/azure-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/microsoft/azure-skills/tree/main/skills/azure-ai"},{"id":"microsoft-azure-skills--azure-aigateway","skillFolder":"azure-aigateway","description":"name: azure-aigateway","catalogId":"microsoft-azure-skills","publisherId":"microsoft","publisherLabel":"Microsoft","publisherFamily":"Microsoft","publisherChannel":"Azure","repo":"microsoft/azure-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/microsoft/azure-skills/tree/main/skills/azure-aigateway"},{"id":"microsoft-azure-skills--azure-app-onboard","skillFolder":"azure-app-onboard","description":"name: azure-app-onboard","catalogId":"microsoft-azure-skills","publisherId":"microsoft","publisherLabel":"Microsoft","publisherFamily":"Microsoft","publisherChannel":"Azure","repo":"microsoft/azure-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/microsoft/azure-skills/tree/main/skills/azure-app-onboard"},{"id":"microsoft-azure-skills--azure-app-onboard-prereq","skillFolder":"azure-app-onboard-prereq","description":"name: azure-app-onboard-prereq","catalogId":"microsoft-azure-skills","publisherId":"microsoft","publisherLabel":"Microsoft","publisherFamily":"Microsoft","publisherChannel":"Azure","repo":"microsoft/azure-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/microsoft/azure-skills/tree/main/skills/azure-app-onboard-prereq"},{"id":"microsoft-azure-skills--azure-cloud-migrate","skillFolder":"azure-cloud-migrate","description":"name: azure-cloud-migrate","catalogId":"microsoft-azure-skills","publisherId":"microsoft","publisherLabel":"Microsoft","publisherFamily":"Microsoft","publisherChannel":"Azure","repo":"microsoft/azure-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/microsoft/azure-skills/tree/main/skills/azure-cloud-migrate"},{"id":"microsoft-azure-skills--azure-compliance","skillFolder":"azure-compliance","description":"name: azure-compliance","catalogId":"microsoft-azure-skills","publisherId":"microsoft","publisherLabel":"Microsoft","publisherFamily":"Microsoft","publisherChannel":"Azure","repo":"microsoft/azure-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/microsoft/azure-skills/tree/main/skills/azure-compliance"},{"id":"microsoft-azure-skills--azure-compute","skillFolder":"azure-compute","description":"name: azure-compute","catalogId":"microsoft-azure-skills","publisherId":"microsoft","publisherLabel":"Microsoft","publisherFamily":"Microsoft","publisherChannel":"Azure","repo":"microsoft/azure-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/microsoft/azure-skills/tree/main/skills/azure-compute"},{"id":"microsoft-azure-skills--azure-cost","skillFolder":"azure-cost","description":"name: azure-cost","catalogId":"microsoft-azure-skills","publisherId":"microsoft","publisherLabel":"Microsoft","publisherFamily":"Microsoft","publisherChannel":"Azure","repo":"microsoft/azure-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/microsoft/azure-skills/tree/main/skills/azure-cost"},{"id":"microsoft-azure-skills--azure-deploy","skillFolder":"azure-deploy","description":"name: azure-deploy","catalogId":"microsoft-azure-skills","publisherId":"microsoft","publisherLabel":"Microsoft","publisherFamily":"Microsoft","publisherChannel":"Azure","repo":"microsoft/azure-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/microsoft/azure-skills/tree/main/skills/azure-deploy"},{"id":"microsoft-azure-skills--azure-diagnostics","skillFolder":"azure-diagnostics","description":"name: azure-diagnostics","catalogId":"microsoft-azure-skills","publisherId":"microsoft","publisherLabel":"Microsoft","publisherFamily":"Microsoft","publisherChannel":"Azure","repo":"microsoft/azure-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/microsoft/azure-skills/tree/main/skills/azure-diagnostics"},{"id":"microsoft-azure-skills--azure-enterprise-infra-planner","skillFolder":"azure-enterprise-infra-planner","description":"name: azure-enterprise-infra-planner","catalogId":"microsoft-azure-skills","publisherId":"microsoft","publisherLabel":"Microsoft","publisherFamily":"Microsoft","publisherChannel":"Azure","repo":"microsoft/azure-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/microsoft/azure-skills/tree/main/skills/azure-enterprise-infra-planner"},{"id":"microsoft-azure-skills--azure-kubernetes","skillFolder":"azure-kubernetes","description":"name: azure-kubernetes","catalogId":"microsoft-azure-skills","publisherId":"microsoft","publisherLabel":"Microsoft","publisherFamily":"Microsoft","publisherChannel":"Azure","repo":"microsoft/azure-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/microsoft/azure-skills/tree/main/skills/azure-kubernetes"},{"id":"microsoft-azure-skills--azure-kusto","skillFolder":"azure-kusto","description":"name: azure-kusto","catalogId":"microsoft-azure-skills","publisherId":"microsoft","publisherLabel":"Microsoft","publisherFamily":"Microsoft","publisherChannel":"Azure","repo":"microsoft/azure-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/microsoft/azure-skills/tree/main/skills/azure-kusto"},{"id":"microsoft-azure-skills--azure-messaging","skillFolder":"azure-messaging","description":"name: azure-messaging","catalogId":"microsoft-azure-skills","publisherId":"microsoft","publisherLabel":"Microsoft","publisherFamily":"Microsoft","publisherChannel":"Azure","repo":"microsoft/azure-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/microsoft/azure-skills/tree/main/skills/azure-messaging"},{"id":"microsoft-azure-skills--azure-prepare","skillFolder":"azure-prepare","description":"name: azure-prepare","catalogId":"microsoft-azure-skills","publisherId":"microsoft","publisherLabel":"Microsoft","publisherFamily":"Microsoft","publisherChannel":"Azure","repo":"microsoft/azure-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/microsoft/azure-skills/tree/main/skills/azure-prepare"},{"id":"microsoft-azure-skills--azure-quotas","skillFolder":"azure-quotas","description":"name: azure-quotas","catalogId":"microsoft-azure-skills","publisherId":"microsoft","publisherLabel":"Microsoft","publisherFamily":"Microsoft","publisherChannel":"Azure","repo":"microsoft/azure-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/microsoft/azure-skills/tree/main/skills/azure-quotas"},{"id":"microsoft-azure-skills--azure-reliability","skillFolder":"azure-reliability","description":"name: azure-reliability","catalogId":"microsoft-azure-skills","publisherId":"microsoft","publisherLabel":"Microsoft","publisherFamily":"Microsoft","publisherChannel":"Azure","repo":"microsoft/azure-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/microsoft/azure-skills/tree/main/skills/azure-reliability"},{"id":"microsoft-azure-skills--azure-resource-lookup","skillFolder":"azure-resource-lookup","description":"name: azure-resource-lookup","catalogId":"microsoft-azure-skills","publisherId":"microsoft","publisherLabel":"Microsoft","publisherFamily":"Microsoft","publisherChannel":"Azure","repo":"microsoft/azure-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/microsoft/azure-skills/tree/main/skills/azure-resource-lookup"},{"id":"microsoft-azure-skills--azure-resource-visualizer","skillFolder":"azure-resource-visualizer","description":"name: azure-resource-visualizer","catalogId":"microsoft-azure-skills","publisherId":"microsoft","publisherLabel":"Microsoft","publisherFamily":"Microsoft","publisherChannel":"Azure","repo":"microsoft/azure-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/microsoft/azure-skills/tree/main/skills/azure-resource-visualizer"},{"id":"microsoft-azure-skills--azure-storage","skillFolder":"azure-storage","description":"name: azure-storage","catalogId":"microsoft-azure-skills","publisherId":"microsoft","publisherLabel":"Microsoft","publisherFamily":"Microsoft","publisherChannel":"Azure","repo":"microsoft/azure-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/microsoft/azure-skills/tree/main/skills/azure-storage"},{"id":"microsoft-azure-skills--azure-upgrade","skillFolder":"azure-upgrade","description":"name: azure-upgrade","catalogId":"microsoft-azure-skills","publisherId":"microsoft","publisherLabel":"Microsoft","publisherFamily":"Microsoft","publisherChannel":"Azure","repo":"microsoft/azure-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/microsoft/azure-skills/tree/main/skills/azure-upgrade"},{"id":"microsoft-azure-skills--azure-validate","skillFolder":"azure-validate","description":"name: azure-validate","catalogId":"microsoft-azure-skills","publisherId":"microsoft","publisherLabel":"Microsoft","publisherFamily":"Microsoft","publisherChannel":"Azure","repo":"microsoft/azure-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/microsoft/azure-skills/tree/main/skills/azure-validate"},{"id":"microsoft-azure-skills--entra-agent-id","skillFolder":"entra-agent-id","description":"name: entra-agent-id","catalogId":"microsoft-azure-skills","publisherId":"microsoft","publisherLabel":"Microsoft","publisherFamily":"Microsoft","publisherChannel":"Azure","repo":"microsoft/azure-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/microsoft/azure-skills/tree/main/skills/entra-agent-id"},{"id":"microsoft-azure-skills--entra-app-registration","skillFolder":"entra-app-registration","description":"name: entra-app-registration","catalogId":"microsoft-azure-skills","publisherId":"microsoft","publisherLabel":"Microsoft","publisherFamily":"Microsoft","publisherChannel":"Azure","repo":"microsoft/azure-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/microsoft/azure-skills/tree/main/skills/entra-app-registration"},{"id":"microsoft-azure-skills--microsoft-foundry","skillFolder":"microsoft-foundry","description":"name: microsoft-foundry","catalogId":"microsoft-azure-skills","publisherId":"microsoft","publisherLabel":"Microsoft","publisherFamily":"Microsoft","publisherChannel":"Azure","repo":"microsoft/azure-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/microsoft/azure-skills/tree/main/skills/microsoft-foundry"},{"id":"microsoft-azure-skills--python-appservice-deploy","skillFolder":"python-appservice-deploy","description":"name: python-appservice-deploy","catalogId":"microsoft-azure-skills","publisherId":"microsoft","publisherLabel":"Microsoft","publisherFamily":"Microsoft","publisherChannel":"Azure","repo":"microsoft/azure-skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/microsoft/azure-skills/tree/main/skills/python-appservice-deploy"},{"id":"openai-skills--aspnet-core","skillFolder":"aspnet-core","description":"name: aspnet-core","catalogId":"openai-skills","publisherId":"openai","publisherLabel":"OpenAI","publisherFamily":"OpenAI","publisherChannel":"OpenAI curated","repo":"openai/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/openai/skills/tree/main/skills/.curated/aspnet-core"},{"id":"openai-skills--chatgpt-apps","skillFolder":"chatgpt-apps","description":"name: chatgpt-apps","catalogId":"openai-skills","publisherId":"openai","publisherLabel":"OpenAI","publisherFamily":"OpenAI","publisherChannel":"OpenAI curated","repo":"openai/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/openai/skills/tree/main/skills/.curated/chatgpt-apps"},{"id":"openai-skills--cli-creator","skillFolder":"cli-creator","description":"name: cli-creator","catalogId":"openai-skills","publisherId":"openai","publisherLabel":"OpenAI","publisherFamily":"OpenAI","publisherChannel":"OpenAI curated","repo":"openai/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/openai/skills/tree/main/skills/.curated/cli-creator"},{"id":"openai-skills--cloudflare-deploy","skillFolder":"cloudflare-deploy","description":"name: cloudflare-deploy","catalogId":"openai-skills","publisherId":"openai","publisherLabel":"OpenAI","publisherFamily":"OpenAI","publisherChannel":"OpenAI curated","repo":"openai/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/openai/skills/tree/main/skills/.curated/cloudflare-deploy"},{"id":"openai-skills--define-goal","skillFolder":"define-goal","description":"name: define-goal","catalogId":"openai-skills","publisherId":"openai","publisherLabel":"OpenAI","publisherFamily":"OpenAI","publisherChannel":"OpenAI curated","repo":"openai/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/openai/skills/tree/main/skills/.curated/define-goal"},{"id":"openai-skills--figma","skillFolder":"figma","description":"name: figma","catalogId":"openai-skills","publisherId":"openai","publisherLabel":"OpenAI","publisherFamily":"OpenAI","publisherChannel":"OpenAI curated","repo":"openai/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/openai/skills/tree/main/skills/.curated/figma"},{"id":"openai-skills--figma-code-connect-components","skillFolder":"figma-code-connect-components","description":"name: figma-code-connect-components","catalogId":"openai-skills","publisherId":"openai","publisherLabel":"OpenAI","publisherFamily":"OpenAI","publisherChannel":"OpenAI curated","repo":"openai/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/openai/skills/tree/main/skills/.curated/figma-code-connect-components"},{"id":"openai-skills--figma-create-design-system-rules","skillFolder":"figma-create-design-system-rules","description":"name: figma-create-design-system-rules","catalogId":"openai-skills","publisherId":"openai","publisherLabel":"OpenAI","publisherFamily":"OpenAI","publisherChannel":"OpenAI curated","repo":"openai/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/openai/skills/tree/main/skills/.curated/figma-create-design-system-rules"},{"id":"openai-skills--figma-create-new-file","skillFolder":"figma-create-new-file","description":"name: figma-create-new-file","catalogId":"openai-skills","publisherId":"openai","publisherLabel":"OpenAI","publisherFamily":"OpenAI","publisherChannel":"OpenAI curated","repo":"openai/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/openai/skills/tree/main/skills/.curated/figma-create-new-file"},{"id":"openai-skills--figma-generate-design","skillFolder":"figma-generate-design","description":"name: figma-generate-design","catalogId":"openai-skills","publisherId":"openai","publisherLabel":"OpenAI","publisherFamily":"OpenAI","publisherChannel":"OpenAI curated","repo":"openai/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/openai/skills/tree/main/skills/.curated/figma-generate-design"},{"id":"openai-skills--figma-generate-library","skillFolder":"figma-generate-library","description":"name: figma-generate-library","catalogId":"openai-skills","publisherId":"openai","publisherLabel":"OpenAI","publisherFamily":"OpenAI","publisherChannel":"OpenAI curated","repo":"openai/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/openai/skills/tree/main/skills/.curated/figma-generate-library"},{"id":"openai-skills--figma-implement-design","skillFolder":"figma-implement-design","description":"name: figma-implement-design","catalogId":"openai-skills","publisherId":"openai","publisherLabel":"OpenAI","publisherFamily":"OpenAI","publisherChannel":"OpenAI curated","repo":"openai/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/openai/skills/tree/main/skills/.curated/figma-implement-design"},{"id":"openai-skills--figma-use","skillFolder":"figma-use","description":"name: figma-use","catalogId":"openai-skills","publisherId":"openai","publisherLabel":"OpenAI","publisherFamily":"OpenAI","publisherChannel":"OpenAI curated","repo":"openai/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/openai/skills/tree/main/skills/.curated/figma-use"},{"id":"openai-skills--gh-address-comments","skillFolder":"gh-address-comments","description":"name: gh-address-comments","catalogId":"openai-skills","publisherId":"openai","publisherLabel":"OpenAI","publisherFamily":"OpenAI","publisherChannel":"OpenAI curated","repo":"openai/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/openai/skills/tree/main/skills/.curated/gh-address-comments"},{"id":"openai-skills--gh-fix-ci","skillFolder":"gh-fix-ci","description":"name: \"gh-fix-ci\"","catalogId":"openai-skills","publisherId":"openai","publisherLabel":"OpenAI","publisherFamily":"OpenAI","publisherChannel":"OpenAI curated","repo":"openai/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/openai/skills/tree/main/skills/.curated/gh-fix-ci"},{"id":"openai-skills--hatch-pet","skillFolder":"hatch-pet","description":"name: hatch-pet","catalogId":"openai-skills","publisherId":"openai","publisherLabel":"OpenAI","publisherFamily":"OpenAI","publisherChannel":"OpenAI curated","repo":"openai/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/openai/skills/tree/main/skills/.curated/hatch-pet"},{"id":"openai-skills--jupyter-notebook","skillFolder":"jupyter-notebook","description":"name: \"jupyter-notebook\"","catalogId":"openai-skills","publisherId":"openai","publisherLabel":"OpenAI","publisherFamily":"OpenAI","publisherChannel":"OpenAI curated","repo":"openai/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/openai/skills/tree/main/skills/.curated/jupyter-notebook"},{"id":"openai-skills--linear","skillFolder":"linear","description":"name: linear","catalogId":"openai-skills","publisherId":"openai","publisherLabel":"OpenAI","publisherFamily":"OpenAI","publisherChannel":"OpenAI curated","repo":"openai/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/openai/skills/tree/main/skills/.curated/linear"},{"id":"openai-skills--migrate-to-codex","skillFolder":"migrate-to-codex","description":"name: migrate-to-codex","catalogId":"openai-skills","publisherId":"openai","publisherLabel":"OpenAI","publisherFamily":"OpenAI","publisherChannel":"OpenAI curated","repo":"openai/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/openai/skills/tree/main/skills/.curated/migrate-to-codex"},{"id":"openai-skills--netlify-deploy","skillFolder":"netlify-deploy","description":"name: netlify-deploy","catalogId":"openai-skills","publisherId":"openai","publisherLabel":"OpenAI","publisherFamily":"OpenAI","publisherChannel":"OpenAI curated","repo":"openai/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/openai/skills/tree/main/skills/.curated/netlify-deploy"},{"id":"openai-skills--notion-knowledge-capture","skillFolder":"notion-knowledge-capture","description":"name: notion-knowledge-capture","catalogId":"openai-skills","publisherId":"openai","publisherLabel":"OpenAI","publisherFamily":"OpenAI","publisherChannel":"OpenAI curated","repo":"openai/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/openai/skills/tree/main/skills/.curated/notion-knowledge-capture"},{"id":"openai-skills--notion-meeting-intelligence","skillFolder":"notion-meeting-intelligence","description":"name: notion-meeting-intelligence","catalogId":"openai-skills","publisherId":"openai","publisherLabel":"OpenAI","publisherFamily":"OpenAI","publisherChannel":"OpenAI curated","repo":"openai/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/openai/skills/tree/main/skills/.curated/notion-meeting-intelligence"},{"id":"openai-skills--notion-research-documentation","skillFolder":"notion-research-documentation","description":"name: notion-research-documentation","catalogId":"openai-skills","publisherId":"openai","publisherLabel":"OpenAI","publisherFamily":"OpenAI","publisherChannel":"OpenAI curated","repo":"openai/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/openai/skills/tree/main/skills/.curated/notion-research-documentation"},{"id":"openai-skills--notion-spec-to-implementation","skillFolder":"notion-spec-to-implementation","description":"name: notion-spec-to-implementation","catalogId":"openai-skills","publisherId":"openai","publisherLabel":"OpenAI","publisherFamily":"OpenAI","publisherChannel":"OpenAI curated","repo":"openai/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/openai/skills/tree/main/skills/.curated/notion-spec-to-implementation"},{"id":"openai-skills--openai-docs","skillFolder":"openai-docs","description":"name: \"openai-docs\"","catalogId":"openai-skills","publisherId":"openai","publisherLabel":"OpenAI","publisherFamily":"OpenAI","publisherChannel":"OpenAI curated","repo":"openai/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/openai/skills/tree/main/skills/.curated/openai-docs"},{"id":"openai-skills--pdf","skillFolder":"pdf","description":"name: \"pdf\"","catalogId":"openai-skills","publisherId":"openai","publisherLabel":"OpenAI","publisherFamily":"OpenAI","publisherChannel":"OpenAI curated","repo":"openai/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/openai/skills/tree/main/skills/.curated/pdf"},{"id":"openai-skills--playwright","skillFolder":"playwright","description":"name: \"playwright\"","catalogId":"openai-skills","publisherId":"openai","publisherLabel":"OpenAI","publisherFamily":"OpenAI","publisherChannel":"OpenAI curated","repo":"openai/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/openai/skills/tree/main/skills/.curated/playwright"},{"id":"openai-skills--playwright-interactive","skillFolder":"playwright-interactive","description":"name: \"playwright-interactive\"","catalogId":"openai-skills","publisherId":"openai","publisherLabel":"OpenAI","publisherFamily":"OpenAI","publisherChannel":"OpenAI curated","repo":"openai/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/openai/skills/tree/main/skills/.curated/playwright-interactive"},{"id":"openai-skills--render-deploy","skillFolder":"render-deploy","description":"name: render-deploy","catalogId":"openai-skills","publisherId":"openai","publisherLabel":"OpenAI","publisherFamily":"OpenAI","publisherChannel":"OpenAI curated","repo":"openai/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/openai/skills/tree/main/skills/.curated/render-deploy"},{"id":"openai-skills--screenshot","skillFolder":"screenshot","description":"name: \"screenshot\"","catalogId":"openai-skills","publisherId":"openai","publisherLabel":"OpenAI","publisherFamily":"OpenAI","publisherChannel":"OpenAI curated","repo":"openai/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/openai/skills/tree/main/skills/.curated/screenshot"},{"id":"openai-skills--security-best-practices","skillFolder":"security-best-practices","description":"name: \"security-best-practices\"","catalogId":"openai-skills","publisherId":"openai","publisherLabel":"OpenAI","publisherFamily":"OpenAI","publisherChannel":"OpenAI curated","repo":"openai/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/openai/skills/tree/main/skills/.curated/security-best-practices"},{"id":"openai-skills--security-ownership-map","skillFolder":"security-ownership-map","description":"name: \"security-ownership-map\"","catalogId":"openai-skills","publisherId":"openai","publisherLabel":"OpenAI","publisherFamily":"OpenAI","publisherChannel":"OpenAI curated","repo":"openai/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/openai/skills/tree/main/skills/.curated/security-ownership-map"},{"id":"openai-skills--security-threat-model","skillFolder":"security-threat-model","description":"name: \"security-threat-model\"","catalogId":"openai-skills","publisherId":"openai","publisherLabel":"OpenAI","publisherFamily":"OpenAI","publisherChannel":"OpenAI curated","repo":"openai/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/openai/skills/tree/main/skills/.curated/security-threat-model"},{"id":"openai-skills--sentry","skillFolder":"sentry","description":"name: \"sentry\"","catalogId":"openai-skills","publisherId":"openai","publisherLabel":"OpenAI","publisherFamily":"OpenAI","publisherChannel":"OpenAI curated","repo":"openai/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/openai/skills/tree/main/skills/.curated/sentry"},{"id":"openai-skills--speech","skillFolder":"speech","description":"name: \"speech\"","catalogId":"openai-skills","publisherId":"openai","publisherLabel":"OpenAI","publisherFamily":"OpenAI","publisherChannel":"OpenAI curated","repo":"openai/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/openai/skills/tree/main/skills/.curated/speech"},{"id":"openai-skills--transcribe","skillFolder":"transcribe","description":"name: \"transcribe\"","catalogId":"openai-skills","publisherId":"openai","publisherLabel":"OpenAI","publisherFamily":"OpenAI","publisherChannel":"OpenAI curated","repo":"openai/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/openai/skills/tree/main/skills/.curated/transcribe"},{"id":"openai-skills--vercel-deploy","skillFolder":"vercel-deploy","description":"name: vercel-deploy","catalogId":"openai-skills","publisherId":"openai","publisherLabel":"OpenAI","publisherFamily":"OpenAI","publisherChannel":"OpenAI curated","repo":"openai/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/openai/skills/tree/main/skills/.curated/vercel-deploy"},{"id":"openai-skills--winui-app","skillFolder":"winui-app","description":"name: winui-app","catalogId":"openai-skills","publisherId":"openai","publisherLabel":"OpenAI","publisherFamily":"OpenAI","publisherChannel":"OpenAI curated","repo":"openai/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/openai/skills/tree/main/skills/.curated/winui-app"},{"id":"openai-skills--yeet","skillFolder":"yeet","description":"name: \"yeet\"","catalogId":"openai-skills","publisherId":"openai","publisherLabel":"OpenAI","publisherFamily":"OpenAI","publisherChannel":"OpenAI curated","repo":"openai/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/openai/skills/tree/main/skills/.curated/yeet"},{"id":"google-skills-cloud--agent-platform-alert-configuration","skillFolder":"agent-platform-alert-configuration","description":"name: agent-platform-alert-configuration","catalogId":"google-skills-cloud","publisherId":"google","publisherLabel":"Google","publisherFamily":"Google","publisherChannel":"Google Cloud","repo":"google/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/google/skills/tree/main/skills/cloud/agent-platform-alert-configuration"},{"id":"google-skills-cloud--agent-platform-deploy","skillFolder":"agent-platform-deploy","description":"name: agent-platform-deploy","catalogId":"google-skills-cloud","publisherId":"google","publisherLabel":"Google","publisherFamily":"Google","publisherChannel":"Google Cloud","repo":"google/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/google/skills/tree/main/skills/cloud/agent-platform-deploy"},{"id":"google-skills-cloud--agent-platform-endpoint-management","skillFolder":"agent-platform-endpoint-management","description":"name: agent-platform-endpoint-management","catalogId":"google-skills-cloud","publisherId":"google","publisherLabel":"Google","publisherFamily":"Google","publisherChannel":"Google Cloud","repo":"google/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/google/skills/tree/main/skills/cloud/agent-platform-endpoint-management"},{"id":"google-skills-cloud--agent-platform-eval-flywheel","skillFolder":"agent-platform-eval-flywheel","description":"name: agent-platform-eval-flywheel","catalogId":"google-skills-cloud","publisherId":"google","publisherLabel":"Google","publisherFamily":"Google","publisherChannel":"Google Cloud","repo":"google/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/google/skills/tree/main/skills/cloud/agent-platform-eval-flywheel"},{"id":"google-skills-cloud--agent-platform-inference","skillFolder":"agent-platform-inference","description":"name: agent-platform-inference","catalogId":"google-skills-cloud","publisherId":"google","publisherLabel":"Google","publisherFamily":"Google","publisherChannel":"Google Cloud","repo":"google/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/google/skills/tree/main/skills/cloud/agent-platform-inference"},{"id":"google-skills-cloud--agent-platform-migrate-from-ai-studio","skillFolder":"agent-platform-migrate-from-ai-studio","description":"name: agent-platform-migrate-from-ai-studio","catalogId":"google-skills-cloud","publisherId":"google","publisherLabel":"Google","publisherFamily":"Google","publisherChannel":"Google Cloud","repo":"google/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/google/skills/tree/main/skills/cloud/agent-platform-migrate-from-ai-studio"},{"id":"google-skills-cloud--agent-platform-model-registry","skillFolder":"agent-platform-model-registry","description":"name: agent-platform-model-registry","catalogId":"google-skills-cloud","publisherId":"google","publisherLabel":"Google","publisherFamily":"Google","publisherChannel":"Google Cloud","repo":"google/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/google/skills/tree/main/skills/cloud/agent-platform-model-registry"},{"id":"google-skills-cloud--agent-platform-prompt-management","skillFolder":"agent-platform-prompt-management","description":"name: agent-platform-prompt-management","catalogId":"google-skills-cloud","publisherId":"google","publisherLabel":"Google","publisherFamily":"Google","publisherChannel":"Google Cloud","repo":"google/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/google/skills/tree/main/skills/cloud/agent-platform-prompt-management"},{"id":"google-skills-cloud--agent-platform-rag-engine-management","skillFolder":"agent-platform-rag-engine-management","description":"name: agent-platform-rag-engine-management","catalogId":"google-skills-cloud","publisherId":"google","publisherLabel":"Google","publisherFamily":"Google","publisherChannel":"Google Cloud","repo":"google/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/google/skills/tree/main/skills/cloud/agent-platform-rag-engine-management"},{"id":"google-skills-cloud--agent-platform-skill-registry","skillFolder":"agent-platform-skill-registry","description":"name: agent-platform-skill-registry","catalogId":"google-skills-cloud","publisherId":"google","publisherLabel":"Google","publisherFamily":"Google","publisherChannel":"Google Cloud","repo":"google/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/google/skills/tree/main/skills/cloud/agent-platform-skill-registry"},{"id":"google-skills-cloud--agent-platform-tuning","skillFolder":"agent-platform-tuning","description":"name: agent-platform-tuning","catalogId":"google-skills-cloud","publisherId":"google","publisherLabel":"Google","publisherFamily":"Google","publisherChannel":"Google Cloud","repo":"google/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/google/skills/tree/main/skills/cloud/agent-platform-tuning"},{"id":"google-skills-cloud--agent-platform-tuning-management","skillFolder":"agent-platform-tuning-management","description":"name: agent-platform-tuning-management","catalogId":"google-skills-cloud","publisherId":"google","publisherLabel":"Google","publisherFamily":"Google","publisherChannel":"Google Cloud","repo":"google/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/google/skills/tree/main/skills/cloud/agent-platform-tuning-management"},{"id":"google-skills-cloud--alloydb-basics","skillFolder":"alloydb-basics","description":"name: alloydb-basics","catalogId":"google-skills-cloud","publisherId":"google","publisherLabel":"Google","publisherFamily":"Google","publisherChannel":"Google Cloud","repo":"google/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/google/skills/tree/main/skills/cloud/alloydb-basics"},{"id":"google-skills-cloud--bigquery-ai-ml","skillFolder":"bigquery-ai-ml","description":"name: bigquery-ai-ml","catalogId":"google-skills-cloud","publisherId":"google","publisherLabel":"Google","publisherFamily":"Google","publisherChannel":"Google Cloud","repo":"google/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/google/skills/tree/main/skills/cloud/bigquery-ai-ml"},{"id":"google-skills-cloud--bigquery-basics","skillFolder":"bigquery-basics","description":"name: bigquery-basics","catalogId":"google-skills-cloud","publisherId":"google","publisherLabel":"Google","publisherFamily":"Google","publisherChannel":"Google Cloud","repo":"google/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/google/skills/tree/main/skills/cloud/bigquery-basics"},{"id":"google-skills-cloud--bigquery-bigframes","skillFolder":"bigquery-bigframes","description":"name: bigquery-bigframes","catalogId":"google-skills-cloud","publisherId":"google","publisherLabel":"Google","publisherFamily":"Google","publisherChannel":"Google Cloud","repo":"google/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/google/skills/tree/main/skills/cloud/bigquery-bigframes"},{"id":"google-skills-cloud--bigtable-basics","skillFolder":"bigtable-basics","description":"name: bigtable-basics","catalogId":"google-skills-cloud","publisherId":"google","publisherLabel":"Google","publisherFamily":"Google","publisherChannel":"Google Cloud","repo":"google/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/google/skills/tree/main/skills/cloud/bigtable-basics"},{"id":"google-skills-cloud--cloud-logging-query-generation","skillFolder":"cloud-logging-query-generation","description":"name: cloud-logging-query-generation","catalogId":"google-skills-cloud","publisherId":"google","publisherLabel":"Google","publisherFamily":"Google","publisherChannel":"Google Cloud","repo":"google/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/google/skills/tree/main/skills/cloud/cloud-logging-query-generation"},{"id":"google-skills-cloud--cloud-monitoring-metric-selection","skillFolder":"cloud-monitoring-metric-selection","description":"name: cloud-monitoring-metric-selection","catalogId":"google-skills-cloud","publisherId":"google","publisherLabel":"Google","publisherFamily":"Google","publisherChannel":"Google Cloud","repo":"google/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/google/skills/tree/main/skills/cloud/cloud-monitoring-metric-selection"},{"id":"google-skills-cloud--cloud-run-basics","skillFolder":"cloud-run-basics","description":"name: cloud-run-basics","catalogId":"google-skills-cloud","publisherId":"google","publisherLabel":"Google","publisherFamily":"Google","publisherChannel":"Google Cloud","repo":"google/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/google/skills/tree/main/skills/cloud/cloud-run-basics"},{"id":"google-skills-cloud--cloud-sql-basics","skillFolder":"cloud-sql-basics","description":"name: cloud-sql-basics","catalogId":"google-skills-cloud","publisherId":"google","publisherLabel":"Google","publisherFamily":"Google","publisherChannel":"Google Cloud","repo":"google/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/google/skills/tree/main/skills/cloud/cloud-sql-basics"},{"id":"google-skills-cloud--datalineage-bigquery-asset-impact-analysis","skillFolder":"datalineage-bigquery-asset-impact-analysis","description":"name: datalineage-bigquery-asset-impact-analysis","catalogId":"google-skills-cloud","publisherId":"google","publisherLabel":"Google","publisherFamily":"Google","publisherChannel":"Google Cloud","repo":"google/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/google/skills/tree/main/skills/cloud/datalineage-bigquery-asset-impact-analysis"},{"id":"google-skills-cloud--datalineage-summary","skillFolder":"datalineage-summary","description":"name: datalineage-summary","catalogId":"google-skills-cloud","publisherId":"google","publisherLabel":"Google","publisherFamily":"Google","publisherChannel":"Google Cloud","repo":"google/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/google/skills/tree/main/skills/cloud/datalineage-summary"},{"id":"google-skills-cloud--detection-engineering-coverage-evaluation","skillFolder":"detection-engineering-coverage-evaluation","description":"name: detection-engineering-coverage-evaluation","catalogId":"google-skills-cloud","publisherId":"google","publisherLabel":"Google","publisherFamily":"Google","publisherChannel":"Google Cloud","repo":"google/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/google/skills/tree/main/skills/cloud/detection-engineering-coverage-evaluation"},{"id":"google-skills-cloud--firebase-basics","skillFolder":"firebase-basics","description":"name: firebase-basics","catalogId":"google-skills-cloud","publisherId":"google","publisherLabel":"Google","publisherFamily":"Google","publisherChannel":"Google Cloud","repo":"google/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/google/skills/tree/main/skills/cloud/firebase-basics"},{"id":"google-skills-cloud--gcloud","skillFolder":"gcloud","description":"name: gcloud","catalogId":"google-skills-cloud","publisherId":"google","publisherLabel":"Google","publisherFamily":"Google","publisherChannel":"Google Cloud","repo":"google/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/google/skills/tree/main/skills/cloud/gcloud"},{"id":"google-skills-cloud--gemini-agents-api","skillFolder":"gemini-agents-api","description":"name: gemini-agents-api","catalogId":"google-skills-cloud","publisherId":"google","publisherLabel":"Google","publisherFamily":"Google","publisherChannel":"Google Cloud","repo":"google/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/google/skills/tree/main/skills/cloud/gemini-agents-api"},{"id":"google-skills-cloud--gemini-api","skillFolder":"gemini-api","description":"name: gemini-api","catalogId":"google-skills-cloud","publisherId":"google","publisherLabel":"Google","publisherFamily":"Google","publisherChannel":"Google Cloud","repo":"google/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/google/skills/tree/main/skills/cloud/gemini-api"},{"id":"google-skills-cloud--gemini-interactions-api","skillFolder":"gemini-interactions-api","description":"name: gemini-interactions-api","catalogId":"google-skills-cloud","publisherId":"google","publisherLabel":"Google","publisherFamily":"Google","publisherChannel":"Google Cloud","repo":"google/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/google/skills/tree/main/skills/cloud/gemini-interactions-api"},{"id":"google-skills-cloud--gemini-live-api","skillFolder":"gemini-live-api","description":"name: gemini-live-api","catalogId":"google-skills-cloud","publisherId":"google","publisherLabel":"Google","publisherFamily":"Google","publisherChannel":"Google Cloud","repo":"google/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/google/skills/tree/main/skills/cloud/gemini-live-api"},{"id":"google-skills-cloud--gke-ai-troubleshooting-handle-disruption-gpu-tpu","skillFolder":"gke-ai-troubleshooting-handle-disruption-gpu-tpu","description":"name: gke-ai-troubleshooting-handle-disruption-gpu-tpu","catalogId":"google-skills-cloud","publisherId":"google","publisherLabel":"Google","publisherFamily":"Google","publisherChannel":"Google Cloud","repo":"google/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/google/skills/tree/main/skills/cloud/gke-ai-troubleshooting-handle-disruption-gpu-tpu"},{"id":"google-skills-cloud--gke-app-onboarding","skillFolder":"gke-app-onboarding","description":"name: gke-app-onboarding","catalogId":"google-skills-cloud","publisherId":"google","publisherLabel":"Google","publisherFamily":"Google","publisherChannel":"Google Cloud","repo":"google/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/google/skills/tree/main/skills/cloud/gke-app-onboarding"},{"id":"google-skills-cloud--gke-backup-dr","skillFolder":"gke-backup-dr","description":"name: gke-backup-dr","catalogId":"google-skills-cloud","publisherId":"google","publisherLabel":"Google","publisherFamily":"Google","publisherChannel":"Google Cloud","repo":"google/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/google/skills/tree/main/skills/cloud/gke-backup-dr"},{"id":"google-skills-cloud--gke-basics","skillFolder":"gke-basics","description":"name: gke-basics","catalogId":"google-skills-cloud","publisherId":"google","publisherLabel":"Google","publisherFamily":"Google","publisherChannel":"Google Cloud","repo":"google/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/google/skills/tree/main/skills/cloud/gke-basics"},{"id":"google-skills-cloud--gke-batch-hpc","skillFolder":"gke-batch-hpc","description":"name: gke-batch-hpc","catalogId":"google-skills-cloud","publisherId":"google","publisherLabel":"Google","publisherFamily":"Google","publisherChannel":"Google Cloud","repo":"google/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/google/skills/tree/main/skills/cloud/gke-batch-hpc"},{"id":"google-skills-cloud--gke-cluster-autoscaler","skillFolder":"gke-cluster-autoscaler","description":"name: gke-cluster-autoscaler","catalogId":"google-skills-cloud","publisherId":"google","publisherLabel":"Google","publisherFamily":"Google","publisherChannel":"Google Cloud","repo":"google/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/google/skills/tree/main/skills/cloud/gke-cluster-autoscaler"},{"id":"google-skills-cloud--gke-cluster-creation","skillFolder":"gke-cluster-creation","description":"name: gke-cluster-creation","catalogId":"google-skills-cloud","publisherId":"google","publisherLabel":"Google","publisherFamily":"Google","publisherChannel":"Google Cloud","repo":"google/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/google/skills/tree/main/skills/cloud/gke-cluster-creation"},{"id":"google-skills-cloud--gke-compute-classes","skillFolder":"gke-compute-classes","description":"name: gke-compute-classes","catalogId":"google-skills-cloud","publisherId":"google","publisherLabel":"Google","publisherFamily":"Google","publisherChannel":"Google Cloud","repo":"google/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/google/skills/tree/main/skills/cloud/gke-compute-classes"},{"id":"google-skills-cloud--gke-cost-analysis","skillFolder":"gke-cost-analysis","description":"name: gke-cost-analysis","catalogId":"google-skills-cloud","publisherId":"google","publisherLabel":"Google","publisherFamily":"Google","publisherChannel":"Google Cloud","repo":"google/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/google/skills/tree/main/skills/cloud/gke-cost-analysis"},{"id":"google-skills-cloud--gke-cost-optimization","skillFolder":"gke-cost-optimization","description":"name: gke-cost-optimization","catalogId":"google-skills-cloud","publisherId":"google","publisherLabel":"Google","publisherFamily":"Google","publisherChannel":"Google Cloud","repo":"google/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/google/skills/tree/main/skills/cloud/gke-cost-optimization"},{"id":"google-skills-cloud--gke-golden-path","skillFolder":"gke-golden-path","description":"name: gke-golden-path","catalogId":"google-skills-cloud","publisherId":"google","publisherLabel":"Google","publisherFamily":"Google","publisherChannel":"Google Cloud","repo":"google/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/google/skills/tree/main/skills/cloud/gke-golden-path"},{"id":"google-skills-cloud--gke-inference","skillFolder":"gke-inference","description":"name: gke-inference","catalogId":"google-skills-cloud","publisherId":"google","publisherLabel":"Google","publisherFamily":"Google","publisherChannel":"Google Cloud","repo":"google/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/google/skills/tree/main/skills/cloud/gke-inference"},{"id":"google-skills-cloud--gke-multitenancy","skillFolder":"gke-multitenancy","description":"name: gke-multitenancy","catalogId":"google-skills-cloud","publisherId":"google","publisherLabel":"Google","publisherFamily":"Google","publisherChannel":"Google Cloud","repo":"google/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/google/skills/tree/main/skills/cloud/gke-multitenancy"},{"id":"google-skills-cloud--gke-networking","skillFolder":"gke-networking","description":"name: gke-networking","catalogId":"google-skills-cloud","publisherId":"google","publisherLabel":"Google","publisherFamily":"Google","publisherChannel":"Google Cloud","repo":"google/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/google/skills/tree/main/skills/cloud/gke-networking"},{"id":"google-skills-cloud--gke-observability","skillFolder":"gke-observability","description":"name: gke-observability","catalogId":"google-skills-cloud","publisherId":"google","publisherLabel":"Google","publisherFamily":"Google","publisherChannel":"Google Cloud","repo":"google/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/google/skills/tree/main/skills/cloud/gke-observability"},{"id":"google-skills-cloud--gke-platform-security","skillFolder":"gke-platform-security","description":"name: gke-platform-security","catalogId":"google-skills-cloud","publisherId":"google","publisherLabel":"Google","publisherFamily":"Google","publisherChannel":"Google Cloud","repo":"google/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/google/skills/tree/main/skills/cloud/gke-platform-security"},{"id":"google-skills-cloud--gke-productionize","skillFolder":"gke-productionize","description":"name: gke-productionize","catalogId":"google-skills-cloud","publisherId":"google","publisherLabel":"Google","publisherFamily":"Google","publisherChannel":"Google Cloud","repo":"google/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/google/skills/tree/main/skills/cloud/gke-productionize"},{"id":"google-skills-cloud--gke-reliability","skillFolder":"gke-reliability","description":"name: gke-reliability","catalogId":"google-skills-cloud","publisherId":"google","publisherLabel":"Google","publisherFamily":"Google","publisherChannel":"Google Cloud","repo":"google/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/google/skills/tree/main/skills/cloud/gke-reliability"},{"id":"google-skills-cloud--gke-service-networking","skillFolder":"gke-service-networking","description":"name: gke-service-networking","catalogId":"google-skills-cloud","publisherId":"google","publisherLabel":"Google","publisherFamily":"Google","publisherChannel":"Google Cloud","repo":"google/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/google/skills/tree/main/skills/cloud/gke-service-networking"},{"id":"google-skills-cloud--gke-storage","skillFolder":"gke-storage","description":"name: gke-storage","catalogId":"google-skills-cloud","publisherId":"google","publisherLabel":"Google","publisherFamily":"Google","publisherChannel":"Google Cloud","repo":"google/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/google/skills/tree/main/skills/cloud/gke-storage"},{"id":"google-skills-cloud--gke-upgrades","skillFolder":"gke-upgrades","description":"name: gke-upgrades","catalogId":"google-skills-cloud","publisherId":"google","publisherLabel":"Google","publisherFamily":"Google","publisherChannel":"Google Cloud","repo":"google/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/google/skills/tree/main/skills/cloud/gke-upgrades"},{"id":"google-skills-cloud--gke-workload-scaling","skillFolder":"gke-workload-scaling","description":"name: gke-workload-scaling","catalogId":"google-skills-cloud","publisherId":"google","publisherLabel":"Google","publisherFamily":"Google","publisherChannel":"Google Cloud","repo":"google/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/google/skills/tree/main/skills/cloud/gke-workload-scaling"},{"id":"google-skills-cloud--gke-workload-security","skillFolder":"gke-workload-security","description":"name: gke-workload-security","catalogId":"google-skills-cloud","publisherId":"google","publisherLabel":"Google","publisherFamily":"Google","publisherChannel":"Google Cloud","repo":"google/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/google/skills/tree/main/skills/cloud/gke-workload-security"},{"id":"google-skills-cloud--google-agents-cli-onboarding","skillFolder":"google-agents-cli-onboarding","description":"name: google-agents-cli-onboarding","catalogId":"google-skills-cloud","publisherId":"google","publisherLabel":"Google","publisherFamily":"Google","publisherChannel":"Google Cloud","repo":"google/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/google/skills/tree/main/skills/cloud/google-agents-cli-onboarding"},{"id":"google-skills-cloud--google-cloud-global-frontend-configuration","skillFolder":"google-cloud-global-frontend-configuration","description":"name: google-cloud-global-frontend-configuration","catalogId":"google-skills-cloud","publisherId":"google","publisherLabel":"Google","publisherFamily":"Google","publisherChannel":"Google Cloud","repo":"google/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/google/skills/tree/main/skills/cloud/google-cloud-global-frontend-configuration"},{"id":"google-skills-cloud--google-cloud-networking-observability","skillFolder":"google-cloud-networking-observability","description":"name: google-cloud-networking-observability","catalogId":"google-skills-cloud","publisherId":"google","publisherLabel":"Google","publisherFamily":"Google","publisherChannel":"Google Cloud","repo":"google/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/google/skills/tree/main/skills/cloud/google-cloud-networking-observability"},{"id":"google-skills-cloud--google-cloud-recipe-auth","skillFolder":"google-cloud-recipe-auth","description":"name: google-cloud-recipe-auth","catalogId":"google-skills-cloud","publisherId":"google","publisherLabel":"Google","publisherFamily":"Google","publisherChannel":"Google Cloud","repo":"google/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/google/skills/tree/main/skills/cloud/google-cloud-recipe-auth"},{"id":"google-skills-cloud--google-cloud-recipe-foundation-builder","skillFolder":"google-cloud-recipe-foundation-builder","description":"name: google-cloud-recipe-foundation-builder","catalogId":"google-skills-cloud","publisherId":"google","publisherLabel":"Google","publisherFamily":"Google","publisherChannel":"Google Cloud","repo":"google/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/google/skills/tree/main/skills/cloud/google-cloud-recipe-foundation-builder"},{"id":"google-skills-cloud--google-cloud-recipe-onboarding","skillFolder":"google-cloud-recipe-onboarding","description":"name: google-cloud-recipe-onboarding","catalogId":"google-skills-cloud","publisherId":"google","publisherLabel":"Google","publisherFamily":"Google","publisherChannel":"Google Cloud","repo":"google/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/google/skills/tree/main/skills/cloud/google-cloud-recipe-onboarding"},{"id":"google-skills-cloud--google-cloud-solution-agentic-ai-bidirectional-streaming","skillFolder":"google-cloud-solution-agentic-ai-bidirectional-streaming","description":"name: google-cloud-solution-agentic-ai-bidirectional-streaming","catalogId":"google-skills-cloud","publisherId":"google","publisherLabel":"Google","publisherFamily":"Google","publisherChannel":"Google Cloud","repo":"google/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/google/skills/tree/main/skills/cloud/google-cloud-solution-agentic-ai-bidirectional-streaming"},{"id":"google-skills-cloud--google-cloud-solution-agentic-ai-borderless-data-lakehouse","skillFolder":"google-cloud-solution-agentic-ai-borderless-data-lakehouse","description":"name: google-cloud-solution-agentic-ai-borderless-data-lakehouse","catalogId":"google-skills-cloud","publisherId":"google","publisherLabel":"Google","publisherFamily":"Google","publisherChannel":"Google Cloud","repo":"google/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/google/skills/tree/main/skills/cloud/google-cloud-solution-agentic-ai-borderless-data-lakehouse"},{"id":"google-skills-cloud--google-cloud-solution-agentic-ai-data-science-workflow","skillFolder":"google-cloud-solution-agentic-ai-data-science-workflow","description":"name: google-cloud-solution-agentic-ai-data-science-workflow","catalogId":"google-skills-cloud","publisherId":"google","publisherLabel":"Google","publisherFamily":"Google","publisherChannel":"Google Cloud","repo":"google/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/google/skills/tree/main/skills/cloud/google-cloud-solution-agentic-ai-data-science-workflow"},{"id":"google-skills-cloud--google-cloud-solution-agentic-analytics-spark-knowledge-catalog","skillFolder":"google-cloud-solution-agentic-analytics-spark-knowledge-catalog","description":"name: google-cloud-solution-agentic-analytics-spark-knowledge-catalog","catalogId":"google-skills-cloud","publisherId":"google","publisherLabel":"Google","publisherFamily":"Google","publisherChannel":"Google Cloud","repo":"google/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/google/skills/tree/main/skills/cloud/google-cloud-solution-agentic-analytics-spark-knowledge-catalog"},{"id":"google-skills-cloud--google-cloud-solution-architecture","skillFolder":"google-cloud-solution-architecture","description":"name: google-cloud-solution-architecture","catalogId":"google-skills-cloud","publisherId":"google","publisherLabel":"Google","publisherFamily":"Google","publisherChannel":"Google Cloud","repo":"google/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/google/skills/tree/main/skills/cloud/google-cloud-solution-architecture"},{"id":"google-skills-cloud--google-cloud-solution-build-deploy-agents","skillFolder":"google-cloud-solution-build-deploy-agents","description":"name: google-cloud-solution-build-deploy-agents","catalogId":"google-skills-cloud","publisherId":"google","publisherLabel":"Google","publisherFamily":"Google","publisherChannel":"Google Cloud","repo":"google/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/google/skills/tree/main/skills/cloud/google-cloud-solution-build-deploy-agents"},{"id":"google-skills-cloud--google-cloud-solution-guided-gke-ai-migration","skillFolder":"google-cloud-solution-guided-gke-ai-migration","description":"name: google-cloud-solution-guided-gke-ai-migration","catalogId":"google-skills-cloud","publisherId":"google","publisherLabel":"Google","publisherFamily":"Google","publisherChannel":"Google Cloud","repo":"google/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/google/skills/tree/main/skills/cloud/google-cloud-solution-guided-gke-ai-migration"},{"id":"google-skills-cloud--google-cloud-solution-n-tier-serverless-web-app","skillFolder":"google-cloud-solution-n-tier-serverless-web-app","description":"name: google-cloud-solution-n-tier-serverless-web-app","catalogId":"google-skills-cloud","publisherId":"google","publisherLabel":"Google","publisherFamily":"Google","publisherChannel":"Google Cloud","repo":"google/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/google/skills/tree/main/skills/cloud/google-cloud-solution-n-tier-serverless-web-app"},{"id":"google-skills-cloud--google-cloud-solution-rag-enterprise-search-gke-sqldb","skillFolder":"google-cloud-solution-rag-enterprise-search-gke-sqldb","description":"name: google-cloud-solution-rag-enterprise-search-gke-sqldb","catalogId":"google-skills-cloud","publisherId":"google","publisherLabel":"Google","publisherFamily":"Google","publisherChannel":"Google Cloud","repo":"google/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/google/skills/tree/main/skills/cloud/google-cloud-solution-rag-enterprise-search-gke-sqldb"},{"id":"google-skills-cloud--google-cloud-storage-basics","skillFolder":"google-cloud-storage-basics","description":"name: google-cloud-storage-basics","catalogId":"google-skills-cloud","publisherId":"google","publisherLabel":"Google","publisherFamily":"Google","publisherChannel":"Google Cloud","repo":"google/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/google/skills/tree/main/skills/cloud/google-cloud-storage-basics"},{"id":"google-skills-cloud--google-cloud-waf-cost-optimization","skillFolder":"google-cloud-waf-cost-optimization","description":"name: google-cloud-waf-cost-optimization","catalogId":"google-skills-cloud","publisherId":"google","publisherLabel":"Google","publisherFamily":"Google","publisherChannel":"Google Cloud","repo":"google/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/google/skills/tree/main/skills/cloud/google-cloud-waf-cost-optimization"},{"id":"google-skills-cloud--google-cloud-waf-operational-excellence","skillFolder":"google-cloud-waf-operational-excellence","description":"name: google-cloud-waf-operational-excellence","catalogId":"google-skills-cloud","publisherId":"google","publisherLabel":"Google","publisherFamily":"Google","publisherChannel":"Google Cloud","repo":"google/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/google/skills/tree/main/skills/cloud/google-cloud-waf-operational-excellence"},{"id":"google-skills-cloud--google-cloud-waf-performance-optimization","skillFolder":"google-cloud-waf-performance-optimization","description":"name: google-cloud-waf-performance-optimization","catalogId":"google-skills-cloud","publisherId":"google","publisherLabel":"Google","publisherFamily":"Google","publisherChannel":"Google Cloud","repo":"google/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/google/skills/tree/main/skills/cloud/google-cloud-waf-performance-optimization"},{"id":"google-skills-cloud--google-cloud-waf-reliability","skillFolder":"google-cloud-waf-reliability","description":"name: google-cloud-waf-reliability","catalogId":"google-skills-cloud","publisherId":"google","publisherLabel":"Google","publisherFamily":"Google","publisherChannel":"Google Cloud","repo":"google/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/google/skills/tree/main/skills/cloud/google-cloud-waf-reliability"},{"id":"google-skills-cloud--google-cloud-waf-security","skillFolder":"google-cloud-waf-security","description":"name: google-cloud-waf-security","catalogId":"google-skills-cloud","publisherId":"google","publisherLabel":"Google","publisherFamily":"Google","publisherChannel":"Google Cloud","repo":"google/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/google/skills/tree/main/skills/cloud/google-cloud-waf-security"},{"id":"google-skills-cloud--google-cloud-waf-sustainability","skillFolder":"google-cloud-waf-sustainability","description":"name: google-cloud-waf-sustainability","catalogId":"google-skills-cloud","publisherId":"google","publisherLabel":"Google","publisherFamily":"Google","publisherChannel":"Google Cloud","repo":"google/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/google/skills/tree/main/skills/cloud/google-cloud-waf-sustainability"},{"id":"google-skills-cloud--workload-manager-basics","skillFolder":"workload-manager-basics","description":"name: workload-manager-basics","catalogId":"google-skills-cloud","publisherId":"google","publisherLabel":"Google","publisherFamily":"Google","publisherChannel":"Google Cloud","repo":"google/skills","supportedClients":["cursor","copilot","claude"],"moduleType":"skill","githubBrowse":"https://github.com/google/skills/tree/main/skills/cloud/workload-manager-basics"}]} \ No newline at end of file diff --git a/extension/package-lock.json b/extension/package-lock.json index d804eee..2cd5c8f 100644 --- a/extension/package-lock.json +++ b/extension/package-lock.json @@ -1,12 +1,12 @@ { "name": "ai-stack-kit", - "version": "1.3.5", + "version": "1.3.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ai-stack-kit", - "version": "1.3.5", + "version": "1.3.6", "license": "Apache-2.0", "devDependencies": { "@types/mocha": "^10.0.0", diff --git a/extension/package.json b/extension/package.json index c13b89d..b1623e1 100644 --- a/extension/package.json +++ b/extension/package.json @@ -2,7 +2,7 @@ "name": "ai-stack-kit", "displayName": "AI Stack Kit", "description": "Manage AI skills, subagents, and hooks from your IDE — search catalogs, sync to Cursor, Copilot, and Claude.", - "version": "1.3.5", + "version": "1.3.6", "publisher": "deb-adarsh", "license": "Apache-2.0", "repository": { diff --git a/extension/src/extension.ts b/extension/src/extension.ts index ac2d663..e0ee97c 100644 --- a/extension/src/extension.ts +++ b/extension/src/extension.ts @@ -124,6 +124,12 @@ function activateExtension(context: vscode.ExtensionContext): void { specWatcher.onDidCreate(() => void onSpecChanged()); context.subscriptions.push(specWatcher); + const profileSpec = userSpecPath(); + const profileSpecWatcher = vscode.workspace.createFileSystemWatcher(profileSpec); + profileSpecWatcher.onDidChange(() => void onSpecChanged()); + profileSpecWatcher.onDidCreate(() => void onSpecChanged()); + context.subscriptions.push(profileSpecWatcher); + void updateStatusBar(); vscode.workspace.onDidChangeWorkspaceFolders(() => { @@ -356,16 +362,29 @@ async function doRunSync(silent: boolean): Promise { cancellable: false, }, async () => { + const syncTasks: Promise[] = []; if (hasProject && projectWs) { log('info', 'Syncing project spec…'); - projectResult = await projectWs.syncWithLogger(syncOpts, log); - logScopeResult('project', projectResult); + syncTasks.push(projectWs.syncWithLogger(syncOpts, log).then((result) => { + logScopeResult('project', result); + return result; + })); } if (hasProfile) { log('info', 'Syncing profile spec…'); const profileWs = getProfileWorkspace(); - profileResult = await profileWs.syncWithLogger(syncOpts, log); - logScopeResult('profile', profileResult); + syncTasks.push(profileWs.syncWithLogger(syncOpts, log).then((result) => { + logScopeResult('profile', result); + return result; + })); + } + const results = await Promise.all(syncTasks); + let resultIndex = 0; + if (hasProject && projectWs) { + projectResult = results[resultIndex++]; + } + if (hasProfile) { + profileResult = results[resultIndex++]; } } ); @@ -539,6 +558,7 @@ async function runSearch(): Promise { `Added ${picked.hit.name} to ${target} spec` ); refreshAll(); + void vscode.commands.executeCommand('aistack.sync'); } catch (e) { void vscode.window.showErrorMessage(e instanceof Error ? e.message : String(e)); } diff --git a/extension/src/views/catalogWebviewProvider.ts b/extension/src/views/catalogWebviewProvider.ts index cf6cc35..86e807a 100644 --- a/extension/src/views/catalogWebviewProvider.ts +++ b/extension/src/views/catalogWebviewProvider.ts @@ -64,6 +64,7 @@ export class CatalogWebviewProvider implements vscode.WebviewViewProvider { text: `Added to ${target} spec`, }); void vscode.commands.executeCommand('aistack.modules.refresh'); + void vscode.commands.executeCommand('aistack.sync'); } catch (e) { void vscode.window.showErrorMessage(e instanceof Error ? e.message : String(e)); } diff --git a/extension/templates/spec.yaml b/extension/templates/spec.yaml index 48a06ac..88ae108 100644 --- a/extension/templates/spec.yaml +++ b/extension/templates/spec.yaml @@ -32,6 +32,7 @@ client: # Features to enable features: - skills + - agents - hooks # Client-specific settings (optional) diff --git a/package-lock.json b/package-lock.json index e071d74..b38bf51 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@deb-adarsh/ai-stack-kit", - "version": "1.2.0", + "version": "1.3.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@deb-adarsh/ai-stack-kit", - "version": "1.2.0", + "version": "1.3.6", "license": "Apache-2.0", "dependencies": { "chalk": "^5.3.0", diff --git a/package.json b/package.json index 9e5c45d..db3f7f8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@deb-adarsh/ai-stack-kit", - "version": "1.2.0", + "version": "1.3.6", "description": "AI Stack Kit — spec-driven skills, subagents, and hooks for Cursor, Copilot, and Claude (CLI + VS Code extension)", "type": "module", "main": "dist/index.js", @@ -37,7 +37,7 @@ "package:extension": "npm run build:extension && cd extension && npm run vsix", "dev": "tsc --watch", "start": "node dist/cli/index.js", - "test": "npm run build && node --test dist/cli/__tests__/get-module-versions.test.js dist/pipeline/__tests__/spec-loader.test.js dist/pipeline/__tests__/apply-dry-run.test.js dist/client-adapters/__tests__/adapter-factory.test.js dist/client-adapters/__tests__/merge-json.test.js dist/api/__tests__/workspace-api.test.js dist/api/__tests__/profile-spec.test.js", + "test": "npm run build && node --test dist/cli/__tests__/get-module-versions.test.js dist/pipeline/__tests__/spec-loader.test.js dist/pipeline/__tests__/apply-dry-run.test.js dist/client-adapters/__tests__/adapter-factory.test.js dist/client-adapters/__tests__/merge-json.test.js dist/client-adapters/__tests__/ensure-client-dirs.test.js dist/client-adapters/__tests__/partition-modules.test.js dist/api/__tests__/workspace-api.test.js dist/api/__tests__/profile-spec.test.js", "lint": "eslint src --ext .ts", "format": "prettier --write \"src/**/*.ts\"" }, diff --git a/src/api/profile-spec.ts b/src/api/profile-spec.ts index 51df788..18e4ed2 100644 --- a/src/api/profile-spec.ts +++ b/src/api/profile-spec.ts @@ -39,7 +39,7 @@ export async function ensureProfileSpec(options: EnsureProfileSpecOptions = {}): client: { type: clientType, installScope: 'user', - features: ['skills', 'hooks'], + features: ['skills', 'agents', 'hooks'], }, skills: [], modules: [], diff --git a/src/api/workspace-facade.ts b/src/api/workspace-facade.ts index 1d5821b..62b415e 100644 --- a/src/api/workspace-facade.ts +++ b/src/api/workspace-facade.ts @@ -155,19 +155,29 @@ export async function syncAllScopes( options: SyncOptions = {} ): Promise { const result: DualSyncResult = {}; + const tasks: Promise[] = []; if (projectRoot) { const projectWs = getProjectWorkspace(projectRoot); if (projectWs.hasSpec()) { - result.project = await projectWs.sync(options); + tasks.push( + projectWs.sync(options).then((syncResult) => { + result.project = syncResult; + }) + ); } } if (hasProfileSpec()) { const profileWs = getProfileWorkspace(); - result.profile = await profileWs.sync(options); + tasks.push( + profileWs.sync(options).then((syncResult) => { + result.profile = syncResult; + }) + ); } + await Promise.all(tasks); return result; } diff --git a/src/cli/commands.ts b/src/cli/commands.ts index a798393..77b166b 100644 --- a/src/cli/commands.ts +++ b/src/cli/commands.ts @@ -638,7 +638,7 @@ export async function createSpecFile( }, client: { type: data.client as any, - features: ['skills', 'hooks'], + features: ['skills', 'agents', 'hooks'], }, skills: data.skills.map((name) => { const gh = resolveSuggestionGithubSource(name); diff --git a/src/client-adapters/__tests__/ensure-client-dirs.test.ts b/src/client-adapters/__tests__/ensure-client-dirs.test.ts new file mode 100644 index 0000000..6e56d18 --- /dev/null +++ b/src/client-adapters/__tests__/ensure-client-dirs.test.ts @@ -0,0 +1,57 @@ +import { describe, it, beforeEach, afterEach } from 'node:test'; +import assert from 'node:assert/strict'; +import { mkdtemp, rm } from 'node:fs/promises'; +import { existsSync } from 'node:fs'; +import { tmpdir } from 'node:os'; +import path from 'node:path'; +import { ensureClientInstallDirs } from '../ensure-client-dirs.js'; + +describe('ensureClientInstallDirs', () => { + let priorHome: string | undefined; + let fakeHome: string; + + beforeEach(async () => { + priorHome = process.env.HOME; + fakeHome = await mkdtemp(path.join(tmpdir(), 'aistack-home-')); + process.env.HOME = fakeHome; + }); + + afterEach(async () => { + if (priorHome === undefined) { + delete process.env.HOME; + } else { + process.env.HOME = priorHome; + } + await rm(fakeHome, { recursive: true, force: true }); + }); + + it('creates skills, agents, and hooks dirs on first user-scope sync', async () => { + const skillsDir = path.join(fakeHome, '.cursor', 'skills'); + const agentsDir = path.join(fakeHome, '.cursor', 'agents'); + const hooksDir = path.join(fakeHome, '.cursor', 'hooks'); + assert.equal(existsSync(skillsDir), false); + + const created = await ensureClientInstallDirs( + { type: 'cursor', installScope: 'user' }, + path.join(fakeHome, '.aistack') + ); + + assert.ok(created.includes(skillsDir)); + assert.ok(existsSync(agentsDir)); + assert.ok(existsSync(hooksDir)); + }); + + it('creates ~/.copilot/skills and ~/.claude/skills for user scope', async () => { + await ensureClientInstallDirs( + { type: 'copilot', installScope: 'user' }, + path.join(fakeHome, '.aistack') + ); + await ensureClientInstallDirs( + { type: 'claude', installScope: 'user' }, + path.join(fakeHome, '.aistack') + ); + + assert.ok(existsSync(path.join(fakeHome, '.copilot', 'skills'))); + assert.ok(existsSync(path.join(fakeHome, '.claude', 'skills'))); + }); +}); diff --git a/src/client-adapters/__tests__/partition-modules.test.ts b/src/client-adapters/__tests__/partition-modules.test.ts new file mode 100644 index 0000000..c6728c5 --- /dev/null +++ b/src/client-adapters/__tests__/partition-modules.test.ts @@ -0,0 +1,52 @@ +import { describe, it } from 'node:test'; +import assert from 'node:assert/strict'; +import { CursorClientAdapter } from '../cursor/cursor-adapter.js'; +import { partitionModulesByType } from '../emit-skill-agent-files.js'; +import type { ResolvedSkill } from '../normalized.js'; + +function module(name: string, moduleType: string, files: Record): ResolvedSkill { + return { + id: `${name}@1`, + name, + version: '1', + files, + manifest: null, + metadata: { moduleType }, + }; +} + +describe('partitionModulesByType', () => { + it('routes skills, subagents, and hooks to separate buckets', () => { + const modules = [ + module('my-skill', 'skill', { 'SKILL.md': '# skill' }), + module('reviewer', 'subagent', { 'reviewer.agent.md': '# agent' }), + module('fmt-hook', 'hook', { 'hook.json': '{}' }), + ]; + const parts = partitionModulesByType(modules); + assert.equal(parts.skills.length, 1); + assert.equal(parts.subagents.length, 1); + assert.equal(parts.hooks.length, 1); + assert.equal(parts.skills[0].name, 'my-skill'); + assert.equal(parts.subagents[0].name, 'reviewer'); + }); +}); + +describe('CursorClientAdapter pass-through', () => { + it('writes fetched files to skills and agents dirs without synthesis', () => { + const adapter = new CursorClientAdapter(); + const output = adapter.generateConfig({ + modules: [ + module('canvas', 'skill', { 'SKILL.md': '# Canvas skill' }), + module('planner', 'subagent', { 'planner.md': '# Planner agent' }), + ], + metadata: { specVersion: '1.0', generatedAt: '2026-01-01T00:00:00.000Z' }, + client: { type: 'cursor', installScope: 'project' }, + spec: { version: '1.0' }, + }); + + const paths = output.files.map((f) => f.path); + assert.ok(paths.some((p) => p.includes('.cursor/skills/canvas/SKILL.md'))); + assert.ok(paths.some((p) => p.includes('.cursor/agents/planner/planner.md'))); + assert.ok(!paths.some((p) => p.includes('.cursor/prompts/'))); + }); +}); diff --git a/src/client-adapters/apply-output.ts b/src/client-adapters/apply-output.ts index 865c4af..5807249 100644 --- a/src/client-adapters/apply-output.ts +++ b/src/client-adapters/apply-output.ts @@ -22,6 +22,7 @@ export async function applyAdapterOutput( const merged: string[] = []; const conflicts: { path: string; message: string }[] = []; const adapterRoot = options.adapterFilesystemRoot ?? projectPath; + const directWrites: Promise[] = []; for (const file of output.files) { const root = file.pathAnchor === 'project' ? projectPath : adapterRoot; @@ -34,8 +35,11 @@ export async function applyAdapterOutput( } if (file.mergeStrategy === 'overwrite' || file.managed !== false) { - await writeFile(abs, file.content, 'utf-8'); - written.push(file.path); + directWrites.push( + writeFile(abs, file.content, 'utf-8').then(() => { + written.push(file.path); + }) + ); continue; } @@ -49,9 +53,6 @@ export async function applyAdapterOutput( const base = parseJsonSafe(existing); const patch = parseJsonSafe(file.content); if (!base || !patch) { - // Writing conflict markers into a .json file would break clients that - // parse it (e.g. VS Code's settings.json). Record as a conflict and - // skip the write instead so the user can resolve it manually. conflicts.push({ path: file.path, message: !base @@ -83,11 +84,16 @@ export async function applyAdapterOutput( } } } catch { - await writeFile(abs, file.content, 'utf-8'); - written.push(file.path); + directWrites.push( + writeFile(abs, file.content, 'utf-8').then(() => { + written.push(file.path); + }) + ); } } + await Promise.all(directWrites); + return { written, skipped, merged, conflicts: conflicts.length ? conflicts : undefined }; } diff --git a/src/client-adapters/claude/claude-adapter.ts b/src/client-adapters/claude/claude-adapter.ts index 894af3d..22ddb4e 100644 --- a/src/client-adapters/claude/claude-adapter.ts +++ b/src/client-adapters/claude/claude-adapter.ts @@ -1,7 +1,6 @@ /** - * Claude: skills under `.claude/skills/{skill}/`, hook packs under `.claude/hooks/{hook}/`, - * subagents under `.claude/agents/*.md` (not `.agent.md`), prompts under `.claude/prompts/*.md`. - * Same under `~/.claude/` when `client.installScope: user`. + * Claude: skills → `.claude/skills/{name}/`, subagents → `.claude/agents/{name}/`, hooks → `.claude/hooks/{name}/`. + * Same under `~/.claude/` when `client.installScope: user`. Files are copied as authored. */ import type { AdapterOutput, AdapterOutputFile } from '../adapter-output.js'; @@ -13,40 +12,12 @@ import { skillsDirRelative, } from '../client-paths.js'; import { - cursorStyleAgentBasename, emitHookTreeFiles, - emitSkillTreeFiles, - partitionSkillsAndHooks, - sanitizePathSegment, + emitModuleTreeFiles, + emitSubagentTreeFiles, + partitionModulesByType, } from '../emit-skill-agent-files.js'; import type { NormalizedWorkspaceInput } from '../normalized.js'; -import { loadBundledTemplate, renderTemplate } from '../template-loader.js'; - -function agentMarkdown(agent: { - name: string; - description?: string; - systemPrompt?: string; - promptIds?: string[]; - toolIds?: string[]; -}): string { - const promptIds = agent.promptIds ?? []; - const toolIds = agent.toolIds ?? []; - return [ - `# ${agent.name}`, - '', - agent.description ?? '', - '', - '## System', - agent.systemPrompt ?? '_No system prompt._', - '', - '## Linked prompts', - promptIds.length ? promptIds.map((id) => `- \`${id}\``).join('\n') : '_None_', - '', - '## Tools', - toolIds.length ? toolIds.map((id) => `- \`${id}\``).join('\n') : '_None_', - '', - ].join('\n'); -} export class ClaudeClientAdapter extends BaseClientAdapter { readonly name = 'claude'; @@ -60,68 +31,14 @@ export class ClaudeClientAdapter extends BaseClientAdapter { const skillsRel = skillsDirRelative(input.client.type, scope); const agentsRel = agentsDirRelative(input.client.type, scope); const hooksRel = hooksDirRelative(input.client.type, scope); - const { skillLike, hooks } = partitionSkillsAndHooks(input.skills); + const { skills, subagents, hooks } = partitionModulesByType(input.modules); const files: AdapterOutputFile[] = [ - ...emitSkillTreeFiles(skillLike, skillsRel), + ...emitModuleTreeFiles(skills, skillsRel), + ...emitSubagentTreeFiles(subagents, agentsRel), ...emitHookTreeFiles(hooks, hooksRel), ]; - const systemBundle = [ - '# AI Stack Kit — aggregated system context', - '', - `Project: ${input.metadata.projectName ?? 'unknown'}`, - `Generated: ${input.metadata.generatedAt}`, - '', - ...input.agents.map((a) => `## Agent: ${a.name}\n\n${a.systemPrompt ?? ''}\n\n---\n`), - ].join('\n'); - - files.push({ - path: '.claude/system-bundle.aistack.md', - content: systemBundle, - mergeStrategy: 'overwrite', - managed: true, - }); - - for (const agent of input.agents) { - files.push({ - path: `${agentsRel}/${cursorStyleAgentBasename(agent.id)}.md`, - content: agentMarkdown(agent), - mergeStrategy: 'overwrite', - managed: true, - }); - } - - for (const prompt of input.prompts) { - files.push({ - path: `.claude/prompts/${sanitizePathSegment(prompt.id)}.md`, - content: `# ${prompt.title}\n\n_role: ${prompt.role}_\n\n${prompt.body}\n`, - mergeStrategy: 'overwrite', - managed: true, - }); - } - - const orchestrationTpl = loadBundledTemplate('claude', 'orchestration.md.tpl'); - const orch = orchestrationTpl - ? renderTemplate(orchestrationTpl, { - project: input.metadata.projectName ?? '', - agentCount: String(input.agents.length), - promptCount: String(input.prompts.length), - }) - : [ - '# Claude session orchestration', - '', - 'Load `system-bundle.aistack.md` once per session, then agents under `agents/` and prompts under `prompts/` as needed.', - '', - ].join('\n'); - - files.push({ - path: '.claude/README.aistack.md', - content: orch, - mergeStrategy: 'overwrite', - managed: true, - }); - return { files }; } } diff --git a/src/client-adapters/client-adapter.ts b/src/client-adapters/client-adapter.ts index 7f0e231..1a224e1 100644 --- a/src/client-adapters/client-adapter.ts +++ b/src/client-adapters/client-adapter.ts @@ -1,7 +1,5 @@ /** - * ClientAdapter — transforms {@link NormalizedWorkspaceInput} → client-specific files. - * - * Pipeline (mandatory): Spec + resolved skills → **Normalizer** → NormalizedWorkspaceInput → **ClientAdapter** → disk + * ClientAdapter — transforms fetched modules → client-specific files on disk. */ import type { NormalizedWorkspaceInput } from './normalized.js'; diff --git a/src/client-adapters/client-paths.ts b/src/client-adapters/client-paths.ts index 1e6930b..0b0a2ce 100644 --- a/src/client-adapters/client-paths.ts +++ b/src/client-adapters/client-paths.ts @@ -61,3 +61,16 @@ export function hooksDirRelative(clientType: string, scope: ClientInstallScope): return '.aistack/hooks'; } } + +export function promptsDirRelative(clientType: string, scope: ClientInstallScope): string { + switch (clientType) { + case 'cursor': + return '.cursor/prompts'; + case 'claude': + return '.claude/prompts'; + case 'copilot': + return scope === 'project' ? '.github/prompts' : '.copilot/prompts'; + default: + return '.aistack/prompts'; + } +} diff --git a/src/client-adapters/copilot/copilot-adapter.ts b/src/client-adapters/copilot/copilot-adapter.ts index a63a74f..e75e02c 100644 --- a/src/client-adapters/copilot/copilot-adapter.ts +++ b/src/client-adapters/copilot/copilot-adapter.ts @@ -1,8 +1,7 @@ /** - * GitHub Copilot (VS Code): skills under `.github/skills/` (project) or `~/.copilot/skills/` (user); - * hook packs under `.github/hooks/{hook}/` or `~/.copilot/hooks/` (aligned with layouts such as [awesome-copilot/hooks](https://github.com/github/awesome-copilot/tree/main/hooks)); - * subagents as `.github/agents/*.agent.md` or `~/.copilot/agents/*.agent.md` — **only Copilot** uses the - * `*.agent.md` suffix. Merges snippets into `.vscode/settings.json` under `aistack` (project root only). + * GitHub Copilot: skills → `.github/skills/` (project) or `~/.copilot/skills/` (user); + * subagents → `.github/agents/` or `~/.copilot/agents/`; hooks → `.github/hooks/` or `~/.copilot/hooks/`. + * Module files are copied as authored (including `.agent.md` where present). */ import type { AdapterOutput, AdapterOutputFile } from '../adapter-output.js'; @@ -14,33 +13,16 @@ import { skillsDirRelative, } from '../client-paths.js'; import { - copilotAgentBasename, emitHookTreeFiles, - emitSkillTreeFiles, - partitionSkillsAndHooks, - skillInstallFolderName, + emitModuleTreeFiles, + emitSubagentTreeFiles, + moduleInstallFolderName, + partitionModulesByType, } from '../emit-skill-agent-files.js'; import type { NormalizedWorkspaceInput } from '../normalized.js'; import { loadBundledTemplate, renderTemplate } from '../template-loader.js'; import { VSCODE_SETTINGS_ROOT_KEY, WORKSPACE_DOTDIR } from '../../branding.js'; -function copilotAgentBody(agent: { - name: string; - description?: string; - systemPrompt?: string; -}): string { - return [ - `# ${agent.name}`, - '', - agent.description ?? '', - '', - '## Instructions', - '', - agent.systemPrompt ?? '_No system prompt._', - '', - ].join('\n'); -} - export class CopilotClientAdapter extends BaseClientAdapter { readonly name = 'copilot'; @@ -53,48 +35,43 @@ export class CopilotClientAdapter extends BaseClientAdapter { const skillsRel = skillsDirRelative(input.client.type, scope); const agentsRel = agentsDirRelative(input.client.type, scope); const hooksRel = hooksDirRelative(input.client.type, scope); - const { skillLike, hooks } = partitionSkillsAndHooks(input.skills); - - const snippets: Record = {}; - for (const p of input.prompts) { - snippets[p.id] = p.body; - } + const { skills, subagents, hooks } = partitionModulesByType(input.modules); const patch = { [VSCODE_SETTINGS_ROOT_KEY]: { copilot: { - version: 2, + version: 3, generatedAt: input.metadata.generatedAt, installScope: scope, skillsDir: skillsRel, agentsDir: agentsRel, hooksDir: hooksRel, - skills: skillLike.map((s) => ({ id: s.id, name: s.name, version: s.version })), + skills: skills.map((s) => ({ + id: s.id, + name: s.name, + version: s.version, + path: `${skillsRel}/${moduleInstallFolderName(s)}`, + })), + subagents: subagents.map((a) => ({ + id: a.id, + name: a.name, + version: a.version, + path: `${agentsRel}/${moduleInstallFolderName(a)}`, + })), hooks: hooks.map((h) => ({ id: h.id, name: h.name, version: h.version, - path: `${hooksRel}/${skillInstallFolderName(h)}`, + path: `${hooksRel}/${moduleInstallFolderName(h)}`, })), - agents: input.agents.map((a) => ({ - id: a.id, - name: a.name, - path: `${agentsRel}/${copilotAgentBasename(a.id)}.agent.md`, - })), - promptSnippets: snippets, }, }, }; const files: AdapterOutputFile[] = [ - ...emitSkillTreeFiles(skillLike, skillsRel), + ...emitModuleTreeFiles(skills, skillsRel), + ...emitSubagentTreeFiles(subagents, agentsRel), ...emitHookTreeFiles(hooks, hooksRel), - ...input.agents.map((a) => ({ - path: `${agentsRel}/${copilotAgentBasename(a.id)}.agent.md`, - content: copilotAgentBody(a), - mergeStrategy: 'overwrite' as const, - managed: true as const, - })), { path: '.vscode/settings.json', pathAnchor: 'project', @@ -107,8 +84,8 @@ export class CopilotClientAdapter extends BaseClientAdapter { const tpl = loadBundledTemplate('copilot', 'instructions.md.tpl'); const instructions = tpl ? renderTemplate(tpl, { - skillCount: String(skillLike.length), - agentCount: String(input.agents.length), + skillCount: String(skills.length), + agentCount: String(subagents.length), skillsDir: skillsRel, agentsDir: agentsRel, hooksDir: hooksRel, @@ -116,11 +93,9 @@ export class CopilotClientAdapter extends BaseClientAdapter { : [ '# GitHub Copilot + AI Stack Kit', '', - `Skills are synced under **${skillsRel}/** (each skill folder contains \`SKILL.md\` and assets).`, - `Agents use Copilot’s **\`.agent.md\`** convention under **${agentsRel}/**.`, - `Lifecycle hook packs (e.g. \`hook.json\` + scripts) sync under **${hooksRel}/**.`, - '', - 'Snippet bodies are also mirrored under `aistack.copilot.promptSnippets` in `.vscode/settings.json`.', + `Skills sync under **${skillsRel}/** (each folder contains authored skill files such as \`SKILL.md\`).`, + `Subagents sync under **${agentsRel}/** (files preserved as authored, including \`.agent.md\` when present).`, + `Hook packs sync under **${hooksRel}/**.`, '', ].join('\n'); diff --git a/src/client-adapters/cursor/cursor-adapter.ts b/src/client-adapters/cursor/cursor-adapter.ts index 107f1de..7576bb3 100644 --- a/src/client-adapters/cursor/cursor-adapter.ts +++ b/src/client-adapters/cursor/cursor-adapter.ts @@ -1,7 +1,6 @@ /** - * Cursor: skills under `.cursor/skills/{skill}/` (with `SKILL.md`), hook packs under `.cursor/hooks/{hook}/`, - * subagents under `.cursor/agents/*.md`, prompts under `.cursor/prompts/*.md`. - * Same layout under `~/.cursor/` when `client.installScope: user`. + * Cursor: skills → `.cursor/skills/{name}/`, subagents → `.cursor/agents/{name}/`, hooks → `.cursor/hooks/{name}/`. + * Same layout under `~/.cursor/` when `client.installScope: user`. Files are copied as authored. */ import type { AdapterOutput, AdapterOutputFile } from '../adapter-output.js'; @@ -13,41 +12,14 @@ import { skillsDirRelative, } from '../client-paths.js'; import { - cursorStyleAgentBasename, emitHookTreeFiles, - emitSkillTreeFiles, - partitionSkillsAndHooks, - sanitizePathSegment, + emitModuleTreeFiles, + emitSubagentTreeFiles, + moduleInstallFolderName, + partitionModulesByType, } from '../emit-skill-agent-files.js'; import type { NormalizedWorkspaceInput } from '../normalized.js'; -import { loadBundledTemplate, renderTemplate } from '../template-loader.js'; -import { CLI_COMMAND, GENERATED_FILE_MARKER_KEY, WORKSPACE_DOTDIR } from '../../branding.js'; - -function defaultAgentMarkdown(input: { - name: string; - description?: string; - systemPrompt?: string; - promptIds?: string[]; - toolIds?: string[]; -}): string { - const promptIds = input.promptIds ?? []; - const toolIds = input.toolIds ?? []; - return [ - `# ${input.name}`, - '', - input.description ?? '', - '', - '## System', - input.systemPrompt ?? '_No system prompt._', - '', - '## Linked prompts', - promptIds.length ? promptIds.map((id) => `- \`${id}\``).join('\n') : '_None_', - '', - '## Tools', - toolIds.length ? toolIds.map((id) => `- \`${id}\``).join('\n') : '_None_', - '', - ].join('\n'); -} +import { WORKSPACE_DOTDIR } from '../../branding.js'; export class CursorClientAdapter extends BaseClientAdapter { readonly name = 'cursor'; @@ -61,63 +33,13 @@ export class CursorClientAdapter extends BaseClientAdapter { const skillsRel = skillsDirRelative(input.client.type, scope); const agentsRel = agentsDirRelative(input.client.type, scope); const hooksRel = hooksDirRelative(input.client.type, scope); - const { skillLike, hooks } = partitionSkillsAndHooks(input.skills); + const { skills, subagents, hooks } = partitionModulesByType(input.modules); const files: AdapterOutputFile[] = [ - ...emitSkillTreeFiles(skillLike, skillsRel), + ...emitModuleTreeFiles(skills, skillsRel), + ...emitSubagentTreeFiles(subagents, agentsRel), ...emitHookTreeFiles(hooks, hooksRel), ]; - const tpl = loadBundledTemplate('cursor', 'agent.md.tpl'); - - for (const agent of input.agents) { - const body = tpl - ? renderTemplate(tpl, { - name: agent.name, - description: agent.description ?? '', - systemPrompt: agent.systemPrompt ?? '', - promptIds: agent.promptIds?.join(', ') ?? '', - toolIds: agent.toolIds?.join(', ') ?? '', - }) - : defaultAgentMarkdown(agent); - - const header = [ - '---', - `${GENERATED_FILE_MARKER_KEY}: "1"`, - `agent_id: "${agent.id}"`, - `source_skill: "${agent.sourceSkillId ?? ''}"`, - '---', - '', - ].join('\n'); - - files.push({ - path: `${agentsRel}/${cursorStyleAgentBasename(agent.id)}.md`, - content: header + body, - mergeStrategy: 'overwrite', - managed: true, - provenance: `${CLI_COMMAND}:${input.metadata.generatedAt}`, - }); - } - - for (const prompt of input.prompts) { - files.push({ - path: `.cursor/prompts/${sanitizePathSegment(prompt.id)}.md`, - content: [ - '---', - `${GENERATED_FILE_MARKER_KEY}: "1"`, - `prompt_id: "${prompt.id}"`, - `role: "${prompt.role}"`, - `source_skill: "${prompt.sourceSkillId ?? ''}"`, - '---', - '', - `# ${prompt.title}`, - '', - prompt.body, - '', - ].join('\n'), - mergeStrategy: 'overwrite', - managed: true, - }); - } files.push({ path: `${WORKSPACE_DOTDIR}/manifest.cursor.json`, @@ -125,13 +47,27 @@ export class CursorClientAdapter extends BaseClientAdapter { content: JSON.stringify( { - version: 1, + version: 2, generatedAt: input.metadata.generatedAt, installScope: scope, - skills: skillLike.map((s) => ({ id: s.id, name: s.name, version: s.version })), - hooks: hooks.map((h) => ({ id: h.id, name: h.name, version: h.version })), - agents: input.agents.map((a) => a.id), - prompts: input.prompts.map((p) => p.id), + skills: skills.map((s) => ({ + id: s.id, + name: s.name, + version: s.version, + path: `${skillsRel}/${moduleInstallFolderName(s)}`, + })), + subagents: subagents.map((a) => ({ + id: a.id, + name: a.name, + version: a.version, + path: `${agentsRel}/${moduleInstallFolderName(a)}`, + })), + hooks: hooks.map((h) => ({ + id: h.id, + name: h.name, + version: h.version, + path: `${hooksRel}/${moduleInstallFolderName(h)}`, + })), }, null, 2 diff --git a/src/client-adapters/emit-skill-agent-files.ts b/src/client-adapters/emit-skill-agent-files.ts index ecf0059..244506a 100644 --- a/src/client-adapters/emit-skill-agent-files.ts +++ b/src/client-adapters/emit-skill-agent-files.ts @@ -1,10 +1,9 @@ /** - * Emit resolved skill folders (e.g. SKILL.md + assets) and agent markdown files - * into client-specific directories. + * Partition resolved modules by `moduleType` for client-specific output dirs. */ import type { AdapterOutputFile } from './adapter-output.js'; -import type { AgentDefinition, ResolvedSkill } from './normalized.js'; +import type { ResolvedSkill } from './normalized.js'; import { resolvedModuleType } from './normalized.js'; export function sanitizePathSegment(segment: string): string { @@ -17,38 +16,66 @@ export function copilotAgentBasename(agentId: string): string { return s || 'agent'; } -export function skillInstallFolderName(skill: ResolvedSkill): string { - const raw = skill.manifest?.name ?? skill.name ?? skill.id; +export function moduleInstallFolderName(module: ResolvedSkill): string { + const raw = module.manifest?.name ?? module.name ?? module.id; return sanitizePathSegment(raw); } -/** Split hook modules from skills/subagents for client-specific hook directories. */ -export function partitionSkillsAndHooks(skills: ResolvedSkill[]): { +/** @deprecated Use {@link partitionModulesByType}. */ +export function partitionSkillsAndHooks(modules: ResolvedSkill[]): { skillLike: ResolvedSkill[]; hooks: ResolvedSkill[]; } { - const skillLike: ResolvedSkill[] = []; + const { skills, subagents, hooks } = partitionModulesByType(modules); + return { skillLike: [...skills, ...subagents], hooks }; +} + +/** Route each spec module to skills, subagents, or hooks output trees. */ +export function partitionModulesByType(modules: ResolvedSkill[]): { + skills: ResolvedSkill[]; + subagents: ResolvedSkill[]; + hooks: ResolvedSkill[]; +} { + const skills: ResolvedSkill[] = []; + const subagents: ResolvedSkill[] = []; const hooks: ResolvedSkill[] = []; - for (const s of skills) { - if (resolvedModuleType(s) === 'hook') hooks.push(s); - else skillLike.push(s); + for (const m of modules) { + switch (resolvedModuleType(m)) { + case 'hook': + hooks.push(m); + break; + case 'subagent': + subagents.push(m); + break; + default: + skills.push(m); + break; + } } - return { skillLike, hooks }; + return { skills, subagents, hooks }; } -/** One folder per module under `skillsRelativeDir`, preserving package-relative paths. */ -export function emitSkillTreeFiles( - skills: ResolvedSkill[], - skillsRelativeDir: string +/** @deprecated Use {@link moduleInstallFolderName}. */ +export const skillInstallFolderName = moduleInstallFolderName; + +/** Copy fetched package files into a client directory, one folder per module. */ +export function emitModuleTreeFiles( + modules: ResolvedSkill[], + relativeDir: string ): AdapterOutputFile[] { const out: AdapterOutputFile[] = []; - for (const skill of skills) { - const folder = skillInstallFolderName(skill); - for (const [relPath, content] of Object.entries(skill.files)) { - const safeRel = relPath.replace(/^[/\\]+/, '').replace(/\\/g, '/').split('/').filter((p) => p && p !== '..').join('/'); + for (const mod of modules) { + const folder = moduleInstallFolderName(mod); + for (const [relPath, content] of Object.entries(mod.files)) { + const safeRel = relPath + .replace(/^[/\\]+/, '') + .replace(/\\/g, '/') + .split('/') + .filter((p) => p && p !== '..') + .join('/'); if (!safeRel) continue; out.push({ - path: `${skillsRelativeDir}/${folder}/${safeRel}`, + path: `${relativeDir}/${folder}/${safeRel}`, content, mergeStrategy: 'overwrite', managed: true, @@ -58,9 +85,20 @@ export function emitSkillTreeFiles( return out; } -/** Hook packs (`hook.json`, scripts, etc.) under `.cursor/hooks`, `.claude/hooks`, `.github/hooks`, … */ +/** @deprecated Use {@link emitModuleTreeFiles}. */ +export const emitSkillTreeFiles = emitModuleTreeFiles; + +/** Hook packs (`hook.json`, scripts, etc.) under client hooks directories. */ export function emitHookTreeFiles(hooks: ResolvedSkill[], hooksRelativeDir: string): AdapterOutputFile[] { - return emitSkillTreeFiles(hooks, hooksRelativeDir); + return emitModuleTreeFiles(hooks, hooksRelativeDir); +} + +/** Subagent packages under client agents directories (files preserved as authored). */ +export function emitSubagentTreeFiles( + subagents: ResolvedSkill[], + agentsRelativeDir: string +): AdapterOutputFile[] { + return emitModuleTreeFiles(subagents, agentsRelativeDir); } export function cursorStyleAgentBasename(agentId: string): string { diff --git a/src/client-adapters/ensure-client-dirs.ts b/src/client-adapters/ensure-client-dirs.ts new file mode 100644 index 0000000..3be266a --- /dev/null +++ b/src/client-adapters/ensure-client-dirs.ts @@ -0,0 +1,33 @@ +/** + * Proactively create client install directories before adapter apply. + */ + +import { mkdir } from 'node:fs/promises'; +import * as path from 'node:path'; +import type { ClientConfig } from '../types/spec.js'; +import { + adapterFilesystemRoot, + agentsDirRelative, + hooksDirRelative, + resolveInstallScope, + skillsDirRelative, +} from './client-paths.js'; + +export async function ensureClientInstallDirs( + client: ClientConfig, + projectPath: string +): Promise { + const scope = resolveInstallScope(client); + const root = adapterFilesystemRoot(scope, projectPath); + const relativeDirs = [ + skillsDirRelative(client.type, scope), + agentsDirRelative(client.type, scope), + hooksDirRelative(client.type, scope), + ]; + + await Promise.all( + relativeDirs.map((rel) => mkdir(path.join(root, ...rel.split('/').filter(Boolean)), { recursive: true })) + ); + + return relativeDirs.map((rel) => path.join(root, ...rel.split('/').filter(Boolean))); +} diff --git a/src/client-adapters/index.ts b/src/client-adapters/index.ts index ae5d04c..0a1fbc4 100644 --- a/src/client-adapters/index.ts +++ b/src/client-adapters/index.ts @@ -1,7 +1,7 @@ /** - * Multi-client adapter layer — normalized workspace → client files. + * Multi-client adapter layer — fetched modules → client files. * - * Pipeline: `normalizeWorkspaceInput` → `ClientAdapter.generateConfig` → `applyAdapterOutput`. + * Pipeline: resolve/fetch modules → `normalizeWorkspaceInput` → `ClientAdapter.generateConfig` → `applyAdapterOutput`. */ export type { @@ -47,7 +47,11 @@ export { copilotAgentBasename, cursorStyleAgentBasename, emitHookTreeFiles, + emitModuleTreeFiles, emitSkillTreeFiles, + emitSubagentTreeFiles, + moduleInstallFolderName, + partitionModulesByType, partitionSkillsAndHooks, sanitizePathSegment, skillInstallFolderName, diff --git a/src/client-adapters/normalize.ts b/src/client-adapters/normalize.ts index b724c17..4f8301d 100644 --- a/src/client-adapters/normalize.ts +++ b/src/client-adapters/normalize.ts @@ -1,83 +1,17 @@ /** - * Builds {@link NormalizedWorkspaceInput} from spec + resolved skill payloads. - * Keeps all skill-shape knowledge here — adapters stay decoupled. + * Assembles {@link NormalizedWorkspaceInput} from spec + fetched module payloads. + * Modules (skills, subagents, hooks) are passed through as authored — no derivation. */ import type { SpecFile } from '../types/spec.js'; -import type { SkillManifest } from '../types/skill.js'; -import type { - AgentDefinition, - NormalizedPrompt, - NormalizedWorkspaceInput, - ResolvedSkill, - ToolDefinition, - WorkspaceMetadata, -} from './normalized.js'; -import { resolvedModuleType } from './normalized.js'; +import type { NormalizedWorkspaceInput, ResolvedSkill, WorkspaceMetadata } from './normalized.js'; export interface NormalizeOptions { engineVersion?: string; } -function extractPromptsFromSkill( - skillId: string, - files: Record, - manifest?: SkillManifest | null -): NormalizedPrompt[] { - const prompts: NormalizedPrompt[] = []; - - const skillMd = files['SKILL.md'] ?? files['skill.md']; - if (skillMd) { - prompts.push({ - id: `${skillId}:skill-md`, - role: 'instruction', - title: `${skillId} — SKILL`, - body: skillMd, - sourceSkillId: skillId, - }); - } - - if (manifest?.description) { - prompts.push({ - id: `${skillId}:manifest-summary`, - role: 'system', - title: `${manifest.name} summary`, - body: manifest.description, - sourceSkillId: skillId, - }); - } - - return prompts; -} - -function toolsFromManifest(skillId: string, manifest?: SkillManifest | null): ToolDefinition[] { - if (!manifest?.dependencies) return []; - return Object.entries(manifest.dependencies).map(([name, version]) => ({ - id: `${skillId}:dep:${name}`, - name, - description: `Dependency ${name}@${version}`, - invokerKind: 'unknown' as const, - sourceSkillId: skillId, - })); -} - -function agentFromSkill(skill: ResolvedSkill): AgentDefinition { - const m = skill.manifest; - return { - id: `agent:${skill.id}`, - name: m?.name ?? skill.name, - description: m?.description ?? skill.description, - systemPrompt: m?.description ?? skill.description, - instructions: undefined, - promptIds: skill.prompts.map((p) => p.id), - toolIds: skill.tools.map((t) => t.id), - sourceSkillId: skill.id, - tags: m?.tags ?? skill.tags, - }; -} - /** - * Normalize spec + per-skill file maps into the cross-client workspace model. + * Build adapter input: each resolved module keeps its fetched files and `moduleType`. */ export function normalizeWorkspaceInput( spec: SpecFile, @@ -87,34 +21,24 @@ export function normalizeWorkspaceInput( version: string; description?: string; files: Record; - manifest?: SkillManifest | null; + manifest?: import('../types/skill.js').SkillManifest | null; tags?: string[]; supportedClients?: string[]; metadata?: Record; }>, options: NormalizeOptions = {} ): NormalizedWorkspaceInput { - const skills: ResolvedSkill[] = resolved.map((r) => { - const prompts = extractPromptsFromSkill(r.id, r.files, r.manifest); - const tools = toolsFromManifest(r.id, r.manifest); - return { - id: r.id, - name: r.name, - version: r.version, - description: r.description ?? r.manifest?.description, - files: r.files, - manifest: r.manifest ?? null, - prompts, - tools, - tags: r.tags ?? r.manifest?.tags, - supportedClients: r.supportedClients ?? r.manifest?.supportedClients, - metadata: r.metadata, - }; - }); - - const prompts = skills.flatMap((s) => s.prompts); - const tools = skills.flatMap((s) => s.tools); - const agents = skills.filter((s) => resolvedModuleType(s) !== 'hook').map(agentFromSkill); + const modules: ResolvedSkill[] = resolved.map((r) => ({ + id: r.id, + name: r.name, + version: r.version, + description: r.description ?? r.manifest?.description, + files: r.files, + manifest: r.manifest ?? null, + tags: r.tags ?? r.manifest?.tags, + supportedClients: r.supportedClients ?? r.manifest?.supportedClients, + metadata: r.metadata, + })); const metadata: WorkspaceMetadata = { specVersion: spec.version, @@ -124,10 +48,7 @@ export function normalizeWorkspaceInput( }; return { - skills, - agents, - prompts, - tools, + modules, metadata, client: spec.client, spec: { diff --git a/src/client-adapters/normalized.ts b/src/client-adapters/normalized.ts index f6c4f78..39d9e6f 100644 --- a/src/client-adapters/normalized.ts +++ b/src/client-adapters/normalized.ts @@ -1,6 +1,6 @@ /** - * Normalized workspace model — sole bridge between spec/skills and client adapters. - * Adapters MUST consume only this shape (never raw skill archives or client-specific types). + * Workspace model passed to client adapters. + * Each module is fetched from its source and written to the matching client directory. */ import type { ClientConfig, SpecFile } from '../types/spec.js'; @@ -8,77 +8,23 @@ import type { SkillManifest } from '../types/skill.js'; import type { AIModuleType } from '../types/ai-module.js'; import { DEFAULT_MODULE_TYPE } from '../types/ai-module.js'; -/** Declarative prompt block (templates, variables, roles). */ -export interface NormalizedPrompt { - id: string; - /** Logical role for orchestration (not client-specific). */ - role: 'system' | 'user' | 'assistant' | 'tool' | 'instruction'; - /** Human title for UIs / docs. */ - title: string; - /** Prompt body; may contain `{{variable}}` placeholders. */ - body: string; - /** Variable names referenced in `body`. */ - variables?: string[]; - tags?: string[]; - /** Provenance: which skill id (if any) produced this prompt. */ - sourceSkillId?: string; - metadata?: Record; -} - -/** Tool / capability exposed to agents (MCP, HTTP, CLI, etc.). */ -export interface ToolDefinition { - id: string; - name: string; - description?: string; - /** How the tool is invoked in the abstract sense. */ - invokerKind: 'mcp' | 'http' | 'cli' | 'builtin' | 'unknown'; - /** JSON-serializable schema or URI reference string. */ - schema?: Record | string; - /** Optional binding hints (normalized, not Cursor/Claude specific). */ - config?: Record; - sourceSkillId?: string; - metadata?: Record; -} - -/** Agent persona: orchestrates prompts + tools. */ -export interface AgentDefinition { - id: string; - name: string; - description?: string; - /** High-level system / developer instructions. */ - systemPrompt?: string; - /** Ordered instruction steps or sub-prompt ids. */ - instructions?: string[]; - /** Prompt ids this agent uses by default. */ - promptIds?: string[]; - /** Tool ids available to this agent. */ - toolIds?: string[]; - tags?: string[]; - sourceSkillId?: string; - metadata?: Record; -} - -/** Skill after resolution + extraction — client-agnostic. */ +/** Fetched module payload — files preserved as authored in the source package. */ export interface ResolvedSkill { id: string; name: string; version: string; description?: string; - /** Text files from the skill package (relative path → content). */ + /** Text files from the module package (relative path → content). */ files: Record; manifest?: SkillManifest | null; - /** Prompts extracted or derived from manifest / SKILL.md sections. */ - prompts: NormalizedPrompt[]; - /** Tools declared in manifest or conventions. */ - tools: ToolDefinition[]; tags?: string[]; supportedClients?: string[]; metadata?: Record; } /** Module kind from spec/catalog (`metadata.moduleType`); defaults to skill. */ -export function resolvedModuleType(skill: ResolvedSkill): AIModuleType { - const mt = skill.metadata?.moduleType; +export function resolvedModuleType(module: ResolvedSkill): AIModuleType { + const mt = module.metadata?.moduleType; if (mt === 'skill' || mt === 'subagent' || mt === 'hook') return mt; return DEFAULT_MODULE_TYPE; } @@ -88,22 +34,53 @@ export interface WorkspaceMetadata { specVersion: string; generatedAt: string; projectName?: string; - /** Engine / CLI version writing this bundle. */ engineVersion?: string; extra?: Record; } -/** - * Common input to every {@link ClientAdapter}. - * Built by a normalizer: `SpecFile` + `ResolvedSkill[]` → this shape. - */ +/** Input to every {@link ClientAdapter} — pass-through modules + client config. */ export interface NormalizedWorkspaceInput { - skills: ResolvedSkill[]; - agents: AgentDefinition[]; - prompts: NormalizedPrompt[]; - tools: ToolDefinition[]; + /** All resolved modules from spec (skills, subagents, hooks). */ + modules: ResolvedSkill[]; metadata: WorkspaceMetadata; client: ClientConfig; - /** Slim spec slice for adapter context (no raw skill list duplication). */ spec: Pick; } + +/** @deprecated Use {@link ResolvedSkill} and {@link NormalizedWorkspaceInput.modules}. */ +export type AgentDefinition = { + id: string; + name: string; + description?: string; + systemPrompt?: string; + instructions?: string[]; + promptIds?: string[]; + toolIds?: string[]; + tags?: string[]; + sourceSkillId?: string; + metadata?: Record; +}; + +/** @deprecated Prompt derivation removed — prompts are not synthesized from skills. */ +export type NormalizedPrompt = { + id: string; + role: 'system' | 'user' | 'assistant' | 'tool' | 'instruction'; + title: string; + body: string; + variables?: string[]; + tags?: string[]; + sourceSkillId?: string; + metadata?: Record; +}; + +/** @deprecated Tool derivation removed. */ +export type ToolDefinition = { + id: string; + name: string; + description?: string; + invokerKind: 'mcp' | 'http' | 'cli' | 'builtin' | 'unknown'; + schema?: Record | string; + config?: Record; + sourceSkillId?: string; + metadata?: Record; +}; diff --git a/src/pipeline/apply-pipeline.ts b/src/pipeline/apply-pipeline.ts index 12e4e45..fb43b46 100644 --- a/src/pipeline/apply-pipeline.ts +++ b/src/pipeline/apply-pipeline.ts @@ -16,10 +16,12 @@ import { AdapterFactory } from '../client-adapters/adapter-factory.js'; import { normalizeWorkspaceInput } from '../client-adapters/normalize.js'; import type { AdapterApplyReport } from '../client-adapters/adapter-output.js'; import { adapterFilesystemRoot, resolveInstallScope } from '../client-adapters/client-paths.js'; +import { ensureClientInstallDirs } from '../client-adapters/ensure-client-dirs.js'; import { SkillSourceFactory } from '../sources/skill-source-factory.js'; import { loadSpec } from './spec-loader.js'; import type { Logger } from './logger.js'; import { createConsoleLogger } from './logger.js'; +import { mapWithConcurrency } from './concurrency.js'; export interface ApplyPipelineOptions { projectRoot: string; @@ -132,7 +134,13 @@ export async function apply(options: ApplyPipelineOptions): Promise { const ref = skillToReference(skill); const label = `${skill.name} (${skill.source})`; @@ -144,6 +152,7 @@ export async function apply(options: ApplyPipelineOptions): Promise( + items: readonly T[], + concurrency: number, + fn: (item: T, index: number) => Promise +): Promise { + if (items.length === 0) return []; + const limit = Math.max(1, Math.min(concurrency, items.length)); + const results = new Array(items.length); + let nextIndex = 0; + + async function worker(): Promise { + while (nextIndex < items.length) { + const index = nextIndex++; + results[index] = await fn(items[index], index); + } + } + + await Promise.all(Array.from({ length: limit }, () => worker())); + return results; +} diff --git a/src/sources/github/github-source.ts b/src/sources/github/github-source.ts index 0697696..8a243d2 100644 --- a/src/sources/github/github-source.ts +++ b/src/sources/github/github-source.ts @@ -3,7 +3,7 @@ */ import { createHash } from 'node:crypto'; -import { mkdir, readFile, readdir, rm, stat, writeFile } from 'node:fs/promises'; +import { mkdir, readFile, readdir, rm, writeFile } from 'node:fs/promises'; import { tmpdir } from 'node:os'; import * as path from 'node:path'; import * as tar from 'tar'; @@ -49,10 +49,50 @@ interface TagRef { ref: string; } +function tarballCacheKey(owner: string, repo: string, ref: string): string { + return `${owner}/${repo}@${ref}`; +} + +function filesForSubPath( + repoFiles: Record, + subPath: string +): { files: Record; manifest: SkillManifest | null } { + const normalized = subPath.replace(/^\/+|\/+$/g, ''); + let files: Record; + + if (!normalized) { + files = { ...repoFiles }; + } else if ( + repoFiles[normalized] !== undefined && + !Object.keys(repoFiles).some((key) => key.startsWith(`${normalized}/`)) + ) { + files = { [path.basename(normalized)]: repoFiles[normalized] }; + } else { + const prefix = `${normalized}/`; + files = {}; + for (const [rel, content] of Object.entries(repoFiles)) { + if (rel.startsWith(prefix)) { + files[rel.slice(prefix.length)] = content; + } + } + } + + let manifest: SkillManifest | null = null; + const mj = files['skill.json'] ?? files['skill.manifest.json']; + if (mj) { + manifest = JSON.parse(mj) as SkillManifest; + } + + return { files, manifest }; +} + export class GitHubSource implements SkillSource { readonly type = 'github' as const; private readonly token: string | undefined; private readonly fetchImpl: typeof fetch; + /** Reuse extracted repo trees when multiple skills share owner/repo/ref. */ + private readonly tarballCache = new Map>(); + private readonly tarballInflight = new Map>>(); constructor(private readonly options: GitHubSourceOptions = {}) { this.token = options.token ?? process.env.GITHUB_TOKEN; @@ -121,6 +161,43 @@ export class GitHubSource implements SkillSource { const subPath = meta?.subPath ?? ''; if (!owner || !repo || !ref) throw new Error('Invalid GitHub metadata'); + const repoFiles = await this.loadRepoFiles(owner, repo, ref); + const { files, manifest } = filesForSubPath(repoFiles, subPath); + return { files, manifest }; + } + + /** Clear in-memory tarball cache (e.g. between test runs). */ + clearTarballCache(): void { + this.tarballCache.clear(); + this.tarballInflight.clear(); + } + + private async loadRepoFiles(owner: string, repo: string, ref: string): Promise> { + const key = tarballCacheKey(owner, repo, ref); + const cached = this.tarballCache.get(key); + if (cached) return cached; + + const inflight = this.tarballInflight.get(key); + if (inflight) return inflight; + + const promise = this.downloadAndExtractRepo(owner, repo, ref) + .then((repoFiles) => { + this.tarballCache.set(key, repoFiles); + return repoFiles; + }) + .finally(() => { + this.tarballInflight.delete(key); + }); + + this.tarballInflight.set(key, promise); + return promise; + } + + private async downloadAndExtractRepo( + owner: string, + repo: string, + ref: string + ): Promise> { const url = tarballUrl(owner, repo, ref); const headers: Record = {}; if (this.token) headers.Authorization = `Bearer ${this.token}`; @@ -131,39 +208,23 @@ export class GitHubSource implements SkillSource { } const tmp = await import('node:fs/promises').then((fs) => fs.mkdtemp(path.join(tmpdir(), 'se-gh-'))); - const tarPath = path.join(tmp, 'src.tgz'); - const buf = Buffer.from(await res.arrayBuffer()); - await writeFile(tarPath, buf); - - const extractDir = path.join(tmp, 'out'); - await mkdir(extractDir, { recursive: true }); - await tar.x({ file: tarPath, cwd: extractDir }); - - const top = await readdir(extractDir, { withFileTypes: true }); - const rootDir = top.find((e) => e.isDirectory()); - const root = rootDir ? path.join(extractDir, rootDir.name) : extractDir; - const skillRoot = subPath ? path.join(root, subPath) : root; + try { + const tarPath = path.join(tmp, 'src.tgz'); + const buf = Buffer.from(await res.arrayBuffer()); + await writeFile(tarPath, buf); - let files: Record; - let manifest: SkillManifest | null = null; + const extractDir = path.join(tmp, 'out'); + await mkdir(extractDir, { recursive: true }); + await tar.x({ file: tarPath, cwd: extractDir }); - try { - const st = await stat(skillRoot); - if (st.isFile()) { - const text = await readFile(skillRoot, 'utf-8'); - files = { [path.basename(subPath)]: text }; - } else { - files = await readTextFilesRecursive(skillRoot, skillRoot); - const mj = files['skill.json'] ?? files['skill.manifest.json']; - if (mj) { - manifest = JSON.parse(mj) as SkillManifest; - } - } + const top = await readdir(extractDir, { withFileTypes: true }); + const rootDir = top.find((e) => e.isDirectory()); + const root = rootDir ? path.join(extractDir, rootDir.name) : extractDir; + const repoFiles = await readTextFilesRecursive(root, root); + return repoFiles; } finally { await rm(tmp, { recursive: true, force: true }); } - - return { files, manifest }; } async install( diff --git a/src/types/spec.ts b/src/types/spec.ts index 921fbd4..83d9704 100644 --- a/src/types/spec.ts +++ b/src/types/spec.ts @@ -104,6 +104,8 @@ export type ClientInstallScope = 'project' | 'user'; */ export type ClientFeature = | 'skills' + | 'agents' + | 'prompts' | 'rules' | 'hooks' | 'settings' diff --git a/src/validation/schema.ts b/src/validation/schema.ts index 4d6e33d..c9741b4 100644 --- a/src/validation/schema.ts +++ b/src/validation/schema.ts @@ -101,6 +101,8 @@ export const ClientTypeSchema = z.union([ */ export const ClientFeatureSchema = z.union([ z.literal('skills'), + z.literal('agents'), + z.literal('prompts'), z.literal('rules'), z.literal('hooks'), z.literal('settings'), diff --git a/templates/spec.yaml b/templates/spec.yaml index 48a06ac..88ae108 100644 --- a/templates/spec.yaml +++ b/templates/spec.yaml @@ -32,6 +32,7 @@ client: # Features to enable features: - skills + - agents - hooks # Client-specific settings (optional)