suggest-awesome-github-copilot-agents

Suggests and updates GitHub Copilot custom agents from the awesome-copilot repository.

1|1|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/ultraviollettnympho/transit-ticket --skill suggest-awesome-github-copilot-agents-ultraviollettnympho
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: suggest-awesome-github-copilot-agents
Source: https://github.com/ultraviollettnympho/transit-ticket/tree/main/.github/skills/suggest-awesome-github-copilot-agents
Command: npx skills add https://github.com/ultraviollettnympho/transit-ticket --skill suggest-awesome-github-copilot-agents-ultraviollettnympho

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Keeping a repository's GitHub Copilot custom agents current and complete is manual work: you must browse the awesome-copilot catalog, compare it against local agents, and detect outdated versions. This Skill automates that discovery, comparison, and update workflow. ## Core Features & Use Cases - Relevance Matching: Analyzes repository languages, frameworks, and chat history to suggest custom agents from the awesome-copilot repository that fill gaps in your local .github/agents/ collection. - Outdated Agent Detection: Fetches remote versions of locally installed agents via raw GitHub URLs and diffs front matter, tools arrays, and content to flag agents needing updates. - Structured Output: Presents results in a comparison table with install status icons (installed, outdated, missing), rationale, and links, then downloads or updates agents only after explicit user approval. - Use Case: While working on a React project, ask for agent suggestions and receive a table showing which awesome-copilot agents match your stack, which local agents are outdated, and one-click installation of the ones you choose. ## Quick Start Ask the assistant to suggest relevant GitHub Copilot custom agents from awesome-copilot for this repository and flag any outdated local agents.

Frequently Asked Questions about suggest-awesome-github-copilot-agents

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find relevant GitHub Copilot custom agents for my repository?

Run this Skill to analyze your repository's languages, frameworks, and chat history, then match them against the awesome-copilot agents catalog. It returns a table of suggested agents with descriptions, links, and rationale for each recommendation.

How do I check if my local Copilot agents are outdated?

The Skill fetches the remote version of each local agent from raw.githubusercontent.com and compares front matter, tools arrays, and body content. Outdated agents are flagged with a warning icon and the specific differences are documented.

Does this Skill install agents automatically without asking?

No. The Skill only presents suggestions and waits for explicit user direction before downloading new agents or updating outdated ones into the .github/agents/ folder. File contents are copied verbatim without modification.

Where are GitHub Copilot custom agent files stored in a repository?

Custom agent files are stored as *.agent.md files in the .github/agents/ directory. The Skill scans this folder, reads each file's YAML front matter description, and uses that inventory to avoid suggesting duplicates.

What are the limitations of the agent suggestion process?

Suggestions depend on the awesome-copilot catalog being reachable via fetch, and relevance matching relies on detectable repository patterns and chat context. It cannot evaluate agents from sources outside the awesome-copilot repository.