Add README and MIT license#2
Merged
Merged
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
⚠️ Not ready to approve
README currently contains a broken link to CONTRIBUTING.md (file not present), which should be fixed or the missing guide added before merging.
Pull request overview
Adds repository-facing documentation and licensing to make the project easier to understand and consume as a public catalog.
Changes:
- Expanded
README.mdwith an overview of Agent Finder and this catalog’s structure/contribution guidance. - Added an MIT
LICENSEfile.
File summaries
| File | Description |
|---|---|
| README.md | Introduces project overview, links, structure, and contribution/license sections. |
| LICENSE | Adds MIT License text for repository distribution/usage clarity. |
Copilot's findings
- Files reviewed: 2/2 changed files
- Comments generated: 4
Note
Your feedback helps us improve the quality of this feature.
Please use 👍 or 👎 to tell us whether this assessment is correct.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| # agentfinder-catalog | ||
| # Agent Finder Catalog | ||
|
|
||
| The public catalog of augments (skills, MCP servers, and other agentic resources) discoverable by [GitHub Copilot's agent finder](https://github.com/agentfinder). This repository is the community-editable registry that powers agent finder's search results. |
Comment on lines
+7
to
+9
| Agent finder lets GitHub Copilot dynamically discover the right capability for a task at runtime. Instead of pre-loading every tool into the context window, Copilot searches this catalog—or a private registry you control—and surfaces ranked matches on demand. | ||
|
|
||
| Agent finder implements the open [Agentic Resource Discovery (ARD) specification](https://agenticresourcediscovery.org/), developed in collaboration with Google, GoDaddy, Hugging Face, Microsoft, and others. |
Comment on lines
+13
to
+15
| - **Discovery, not installation** — Agent finder finds the right tool at the right time. It doesn't silently connect anything; you stay in control of what gets wired in. | ||
| - **Scoped to a registry** — Point agent finder at this public catalog or your own private registry. Agents only see what you permit. | ||
| - **Governed by managed settings** — The same place you govern Copilot is where you define which resources agents are allowed to discover. |
|
|
||
| ## Contributing | ||
|
|
||
| Want to list your skill or MCP server in the catalog? See **[CONTRIBUTING.md](CONTRIBUTING.md)** for the full guide, including the JSON schema, validation steps, and PR process. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.