Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
rysweet avatar

Awesome Copilot Sync

  • 100 installs
  • 70 repo stars
  • Updated July 26, 2026
  • rysweet/amplihack

Helps with ai & agent building tasks.

About

awesome-copilot-sync is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.

  • awesome-copilot-sync
  • AI & Agent Building
  • AI-coding skill

Awesome Copilot Sync by the numbers

  • 100 all-time installs (skills.sh)
  • +1 installs in the week ending Jul 26, 2026 (Skillselion tracking)
  • Ranked #4,267 of 16,556 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 2, 2026 (Skillselion catalog sync)
npx skills add https://github.com/rysweet/amplihack --skill awesome-copilot-sync

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs100
repo stars70
Last updatedJuly 26, 2026
Repositoryrysweet/amplihack

What it does

Helps with ai & agent building tasks.

Files

SKILL.mdMarkdownGitHub ↗

Awesome-Copilot Sync Skill

Purpose

This skill monitors the github/awesome-copilot repository for new releases and changes, comparing against the last time amplihack's integration was synchronized. It detects drift early so the awesome-copilot MCP server config, native agents, and marketplace registration stay current.

When to Use This Skill

  • Periodic audits: Check if the awesome-copilot integration is up to date
  • Before updates: Verify if upstream changes require local adjustments
  • CI/CD gates: Include in release checks to flag stale integrations
  • Manual checks: User asks "is awesome-copilot up to date?"

How It Works

1. Queries the GitHub API for recent commits on github/awesome-copilot 2. Compares the latest commit timestamp against a local state file 3. Reports one of three statuses:

  • CURRENT: No new commits since last check
  • DRIFT_DETECTED: New upstream commits found since last sync
  • ERROR: Could not reach GitHub API or parse response

Usage

Standalone Script

python .claude/skills/awesome-copilot-sync/check_drift.py

Output Format

awesome-copilot sync status: CURRENT
Last checked: 2026-02-16T10:30:00Z
Latest upstream commit: 2026-02-15T08:00:00Z

or

awesome-copilot sync status: DRIFT_DETECTED
Last checked: 2026-02-10T10:30:00Z
Latest upstream commit: 2026-02-16T14:00:00Z
New commits since last check: 5

State File

The sync state is stored at ~/.amplihack/awesome-copilot-sync-state.json:

{
  "last_checked": "2026-02-16T10:30:00Z",
  "latest_commit_sha": "abc123",
  "latest_commit_date": "2026-02-15T08:00:00Z"
}

Dependencies

  • gh CLI (GitHub CLI) -- used for authenticated API access
  • No Python package dependencies beyond the standard library

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.