From 05a461d68b5585f1b925aea16fb3932ee5b163c6 Mon Sep 17 00:00:00 2001 From: Aaron Powell Date: Wed, 4 Feb 2026 11:34:55 +1100 Subject: [PATCH 1/3] Add Context7 library to tools.yml - Add Context7 as a featured documentation and discovery tool - Includes semantic search, validation, and auto-documentation features - Links to Context7 platform and Awesome Copilot integration page --- website/data/tools.yml | 39 ++++++++++++++++++++++++++++++++++----- 1 file changed, 34 insertions(+), 5 deletions(-) diff --git a/website/data/tools.yml b/website/data/tools.yml index f7c8148f9..d126c6d59 100644 --- a/website/data/tools.yml +++ b/website/data/tools.yml @@ -95,10 +95,10 @@ tools: content: | # Install globally npm install -g workspace-architect - + # List available items workspace-architect list - + # Download a specific item workspace-architect download instructions:basic-setup tags: @@ -133,13 +133,13 @@ tools: content: | # Install via shell script curl -sSL https://raw.githubusercontent.com/danielmeppiel/apm/main/install.sh | sh - + # Or install via pip pip install apm-cli - + # Install a skill apm install danielmeppiel/form-builder - + # Compile for your AI tools apm compile tags: @@ -203,3 +203,32 @@ tools: - solution-explorer - github - mcp + + - id: context7 + name: Context7 + description: >- + An intelligent documentation and context management system for GitHub Copilot customizations. + Context7 indexes, analyzes, and provides semantic search across prompts, instructions, agents, + and skills in your repositories. Includes automatic documentation generation, collection validation, + and AI-powered discovery to help developers find and install the right customizations. + category: Documentation & Discovery + featured: true + requirements: + - Internet connection to access Context7 platform + - GitHub repository with Copilot customizations (prompts, instructions, agents, or skills) + links: + blog: https://context7.com/github/awesome-copilot + features: + - "🔍 Semantic Search: Intelligently find relevant prompts, instructions, and agents across your repository" + - "📊 Automatic Indexing: AI-powered analysis and categorization of your customizations" + - "✅ Validation: Built-in tools for validating collection manifests and file structure" + - "📝 Documentation Generation: Auto-generate README files and discovery interfaces" + - "🎯 Trust Scoring: Verification and reliability scoring for community contributions" + - "🔗 Deep Integration: Works with awesome-copilot and other Copilot customization repositories" + tags: + - documentation + - discovery + - search + - github + - copilot-customizations + - validation From b1f627547ed2bdfc848e31d53ff780fbcd945d41 Mon Sep 17 00:00:00 2001 From: Aaron Powell Date: Wed, 4 Feb 2026 11:47:37 +1100 Subject: [PATCH 2/3] Fixing css font issue --- website/public/styles/global.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/public/styles/global.css b/website/public/styles/global.css index dd548fd1e..3dd083a70 100644 --- a/website/public/styles/global.css +++ b/website/public/styles/global.css @@ -9,7 +9,7 @@ /* Nerd Fonts for programming language icons */ @font-face { font-family: 'Monaspace Argon NF'; - src: url('/fonts/MonaspaceArgonNF-Regular.woff2') format('woff2'); + src: url('../fonts/MonaspaceArgonNF-Regular.woff2') format('woff2'); font-weight: 400; font-style: normal; font-display: swap; From 9d20e2a80a074b04c44e9360a91531dbaabc6bab Mon Sep 17 00:00:00 2001 From: Aaron Powell Date: Wed, 4 Feb 2026 11:56:13 +1100 Subject: [PATCH 3/3] Changing the link type --- website/data/tools.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/data/tools.yml b/website/data/tools.yml index d126c6d59..3bb55334f 100644 --- a/website/data/tools.yml +++ b/website/data/tools.yml @@ -217,7 +217,7 @@ tools: - Internet connection to access Context7 platform - GitHub repository with Copilot customizations (prompts, instructions, agents, or skills) links: - blog: https://context7.com/github/awesome-copilot + documentation: https://context7.com/github/awesome-copilot features: - "🔍 Semantic Search: Intelligently find relevant prompts, instructions, and agents across your repository" - "📊 Automatic Indexing: AI-powered analysis and categorization of your customizations"