mirror of
https://github.com/github/awesome-copilot.git
synced 2026-02-23 03:45:13 +00:00
Merge pull request #664 from github/add-context7-tool
add context7 tool
This commit is contained in:
@@ -203,3 +203,32 @@ tools:
|
|||||||
- solution-explorer
|
- solution-explorer
|
||||||
- github
|
- github
|
||||||
- mcp
|
- 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:
|
||||||
|
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"
|
||||||
|
- "✅ 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
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
/* Nerd Fonts for programming language icons */
|
/* Nerd Fonts for programming language icons */
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Monaspace Argon NF';
|
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-weight: 400;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
|
|||||||
Reference in New Issue
Block a user