From 13c7482f00fb926bc590a34de162a63f89d1639d Mon Sep 17 00:00:00 2001 From: sck_0 Date: Sat, 7 Mar 2026 12:11:15 +0100 Subject: [PATCH] chore: use local README stats cards via GitHub Action and profile placeholders --- .github/workflows/readme-stats-cards.yml | 38 ++++++++++++++++++++++++ README.md | 4 +-- profile/pin.svg | 4 +++ profile/top-langs.svg | 4 +++ 4 files changed, 48 insertions(+), 2 deletions(-) create mode 100644 .github/workflows/readme-stats-cards.yml create mode 100644 profile/pin.svg create mode 100644 profile/top-langs.svg diff --git a/.github/workflows/readme-stats-cards.yml b/.github/workflows/readme-stats-cards.yml new file mode 100644 index 00000000..1aa0196b --- /dev/null +++ b/.github/workflows/readme-stats-cards.yml @@ -0,0 +1,38 @@ +name: Update README stats cards + +on: + schedule: + - cron: "0 4 * * *" + workflow_dispatch: + +permissions: + contents: write + +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + + - name: Generate pin card + uses: readme-tools/github-readme-stats-action@v1 + with: + card: pin + options: username=sickn33&repo=antigravity-awesome-skills&show_owner=true&theme=default + path: profile/pin.svg + token: ${{ secrets.GITHUB_TOKEN }} + + - name: Generate top languages card + uses: readme-tools/github-readme-stats-action@v1 + with: + card: top-langs + options: username=sickn33&layout=compact&langs_count=8&card_width=320 + path: profile/top-langs.svg + token: ${{ secrets.GITHUB_TOKEN }} + + - name: Commit cards + run: | + git config user.name "github-actions[bot]" + git config user.email "41898282+github-actions[bot]@users.noreply.github.com" + git add profile/*.svg + git diff --staged --quiet || (git commit -m "chore: update README stats cards" && git push) diff --git a/README.md b/README.md index 962d38b2..9d32817c 100644 --- a/README.md +++ b/README.md @@ -19,10 +19,10 @@ [![Buy Me a Book](https://img.shields.io/badge/Buy%20me%20a-book-d13610?logo=buymeacoffee&logoColor=white)](https://buymeacoffee.com/sickn33) - antigravity-awesome-skills + antigravity-awesome-skills - Top languages + Top languages **Antigravity Awesome Skills** is a curated, battle-tested library of **1,272+ high-performance agentic skills** designed to work seamlessly across the major AI coding assistants. diff --git a/profile/pin.svg b/profile/pin.svg new file mode 100644 index 00000000..b017c52b --- /dev/null +++ b/profile/pin.svg @@ -0,0 +1,4 @@ + + + Pin card " Generated by GitHub Action + diff --git a/profile/top-langs.svg b/profile/top-langs.svg new file mode 100644 index 00000000..b25d433f --- /dev/null +++ b/profile/top-langs.svg @@ -0,0 +1,4 @@ + + + Top languages " Generated by GitHub Action +