Automatically curates and updates a list of GitHub stars. Benefits developers by maintaining an organized repository of starred projects. Integrates with GitHub Actions for scheduled updates at UTC 00:00 and 16:00.
git clone https://github.com/erbanku/awesome.gitAutomatically curates and updates a list of GitHub stars. Benefits developers by maintaining an organized repository of starred projects. Integrates with GitHub Actions for scheduled updates at UTC 00:00 and 16:00.
No install command available. Check the GitHub repository for manual installation instructions.
git clone https://github.com/erbanku/awesomeCopy the install command above and run it in your terminal.
Launch Claude Code, Cursor, or your preferred AI coding agent.
Use the prompt template or examples below to test the skill.
Adapt the skill to your specific use case and workflow.
Create a GitHub Actions workflow to automatically update a list of my GitHub stars. The workflow should run at UTC 00:00 and 16:00 daily. My GitHub username is [USERNAME], and the repository to store the curated list is [REPOSITORY].
```yaml
name: Update GitHub Stars
on:
schedule:
- cron: '0 0 * * *'
- cron: '0 16 * * *'
jobs:
update-stars:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Install dependencies
run: pip install PyGithub
- name: Update stars list
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: python update_stars.py
- name: Commit and push changes
run: |
git config --global user.name 'GitHub Actions'
git config --global user.email 'actions@github.com'
git add .
git commit -m 'Update GitHub stars'
git push
```Code hosting and collaboration platform for developers
Your one-stop shop for church and ministry supplies.
Automate your browser workflows effortlessly
Icons and logos for your website
Customer feedback management made simple
Enterprise workflow automation and service management platform
Take a free 3-minute scan and get personalized AI skill recommendations.
Take free scan