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 @@
[](https://buymeacoffee.com/sickn33)
-
+
-
+
**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 @@
+
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 @@
+