chore: remove github-readme-stats cards and workflow

This commit is contained in:
sck_0
2026-03-07 12:14:56 +01:00
parent f2ee028516
commit 5f4ac71a87
4 changed files with 0 additions and 53 deletions

View File

@@ -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)

View File

@@ -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)
<a href="https://github.com/sickn33/antigravity-awesome-skills">
<img height="180" align="center" src="./profile/pin.svg" alt="antigravity-awesome-skills" />
</a>
<a href="https://github.com/sickn33/antigravity-awesome-skills">
<img height="180" align="center" src="./profile/top-langs.svg" alt="Top languages" />
</a>
**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.

View File

@@ -1,4 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="400" height="170" viewBox="0 0 400 170">
<rect width="400" height="170" fill="#fff" stroke="#e4e2e2" rx="4.5"/>
<text x="200" y="85" text-anchor="middle" fill="#434d58" font-size="14" font-family="sans-serif">Pin card &#8226; Generated by GitHub Action</text>
</svg>

Before

Width:  |  Height:  |  Size: 318 B

View File

@@ -1,4 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="320" height="170" viewBox="0 0 320 170">
<rect width="320" height="170" fill="#fff" stroke="#e4e2e2" rx="4.5"/>
<text x="160" y="85" text-anchor="middle" fill="#434d58" font-size="14" font-family="sans-serif">Top languages &#8226; Generated by GitHub Action</text>
</svg>

Before

Width:  |  Height:  |  Size: 323 B