From 5f4ac71a877788d21266ed2d39d62d64f2be1af8 Mon Sep 17 00:00:00 2001 From: sck_0 Date: Sat, 7 Mar 2026 12:14:56 +0100 Subject: [PATCH] chore: remove github-readme-stats cards and workflow --- .github/workflows/readme-stats-cards.yml | 38 ------------------------ README.md | 7 ----- profile/pin.svg | 4 --- profile/top-langs.svg | 4 --- 4 files changed, 53 deletions(-) delete mode 100644 .github/workflows/readme-stats-cards.yml delete mode 100644 profile/pin.svg delete mode 100644 profile/top-langs.svg diff --git a/.github/workflows/readme-stats-cards.yml b/.github/workflows/readme-stats-cards.yml deleted file mode 100644 index 1aa0196b..00000000 --- a/.github/workflows/readme-stats-cards.yml +++ /dev/null @@ -1,38 +0,0 @@ -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 4715c5a7..e6dfdf9c 100644 --- a/README.md +++ b/README.md @@ -18,13 +18,6 @@ [![Web App](https://img.shields.io/badge/Web%20App-Browse%20Skills-blue)](apps/web-app) [![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 - - - 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. **Welcome to the V7.1.0 21k Stars Patch Release!** This repository gives your agent reusable playbooks for planning, coding, debugging, testing, security review, infrastructure work, product thinking, and much more. diff --git a/profile/pin.svg b/profile/pin.svg deleted file mode 100644 index e7e213f1..00000000 --- a/profile/pin.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - Pin card • Generated by GitHub Action - diff --git a/profile/top-langs.svg b/profile/top-langs.svg deleted file mode 100644 index ced13ecc..00000000 --- a/profile/top-langs.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - Top languages • Generated by GitHub Action -