suggest-awesome-github-copilot-skills

Suggests and installs relevant GitHub Copilot skills 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-skills-ultraviollettnympho
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: suggest-awesome-github-copilot-skills
Source: https://github.com/ultraviollettnympho/transit-ticket/tree/main/.github/skills/suggest-awesome-github-copilot-skills
Command: npx skills add https://github.com/ultraviollettnympho/transit-ticket --skill suggest-awesome-github-copilot-skills-ultraviollettnympho

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Developers often miss useful pre-built Agent Skills in the awesome-copilot repository or run outdated local copies, leading to duplicated effort and stale instructions. ## Core Features & Use Cases - Skill Discovery: Fetches the skill catalog from the awesome-copilot repository and matches skills against your repository's languages, frameworks, and chat context. - Duplicate and Outdated Detection: Scans the local .github/skills/ folder, compares local SKILL.md files against remote versions, and flags skills that are up-to-date, outdated, or missing. - Guided Installation: Presents a structured comparison table and, only after user approval, downloads SKILL.md files and bundled assets into .github/skills/. - Use Case: While working in a TypeScript web project, ask for skill suggestions and receive a table showing which awesome-copilot skills fit your stack, which local skills need updates, and links to install them. ## Quick Start Ask the assistant to suggest relevant GitHub Copilot skills for this repository and list any outdated local skills.

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

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

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

Invoke this skill to fetch the awesome-copilot skill catalog and match entries against your repository's languages, frameworks, and recent chat context. It returns a table of relevant skills with descriptions, rationale, and installation status.

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

The skill scans your .github/skills/ folder, fetches the corresponding remote SKILL.md from awesome-copilot via raw GitHub URLs, and compares full file content. Outdated skills are flagged with a warning icon and a summary of the differences.

Does this skill install or update skills automatically?

No. It only presents suggestions and outdated-skill reports in a table, then waits for explicit user direction. Downloads and updates to .github/skills/ occur only after you request specific skills.

What tools does the skill suggestion workflow require?

It requires the fetch tool to retrieve the awesome-copilot catalog and remote SKILL.md files, and may use runInTerminal with curl to download bundled assets. It also uses the todos tool to track download progress.

How does the skill avoid suggesting duplicates?

It lists all folders in .github/skills/, reads each SKILL.md frontmatter for name and description, and builds an inventory of existing capabilities. Suggestions are filtered against this inventory and similar local skills are shown in the output table.