From 266cbf4c6c10c3590cab8af91d62c42f26383e10 Mon Sep 17 00:00:00 2001 From: sck_0 Date: Fri, 16 Jan 2026 17:25:20 +0100 Subject: [PATCH] docs: optimize SEO and add GitHub workflow files --- .github/CODEOWNERS | 8 ++++++ .github/ISSUE_TEMPLATE/bug_report.md | 33 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 19 +++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 18 +++++++++++++ README.md | 13 ++++++--- 5 files changed, 88 insertions(+), 3 deletions(-) create mode 100644 .github/CODEOWNERS create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..ad4fb703 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,8 @@ +# Global owners +* @sickn33 + +# Skills +/skills/ @sickn33 + +# Documentation +*.md @sickn33 diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..04a3ca27 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,33 @@ +--- +name: Bug Report +about: Create a report to help us improve the skills +title: "[BUG] " +labels: bug +assignees: sickn33 +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: + +1. Go to '...' +2. Click on '...' +3. Scroll down to '...' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Environment (please complete the following information):** + +- OS: [e.g. macOS, Windows] +- Tool: [e.g. Claude Code, Antigravity] +- Version [if known] + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..b3823151 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,19 @@ +--- +name: Skill Request +about: Suggest a new skill for the collection +title: "[REQ] " +labels: enhancement +assignees: sickn33 +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex: I'm always frustrated when [...] + +**Describe the solution you'd like** +A description of the skill you want. What trigger should it have? What files should it effect? + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here. diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..f7d890f4 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,18 @@ +## Description + +Please describe your changes. What skill are you adding or modifying? + +## Checklist + +- [ ] My skill follows the [creation guidelines](https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/skill-creator) +- [ ] I have run `validate_skills.py` +- [ ] I have added my name to the credits (if applicable) + +## Type of Change + +- [ ] New Skill +- [ ] Bug Fix +- [ ] Documentation Update +- [ ] Infrastructure + +## Screenshots (if applicable) diff --git a/README.md b/README.md index 94c1447e..d03ef3f4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# 🌌 Antigravity Awesome Skills +# 🌌 Antigravity Awesome Skills: The Ultimate Claude Code Skills Collection > **The Ultimate Collection of 60+ Agentic Skills for Claude Code (Antigravity)** @@ -6,12 +6,12 @@ [![Claude Code](https://img.shields.io/badge/AI-Claude%20Code-purple)](https://claude.ai) [![Agentic](https://img.shields.io/badge/Agentic-Framework-blue)](https://github.com/guanyang/antigravity-skills) -**Antigravity Awesome Skills** is a curated, battle-tested collection of **62 high-performance skills** compatible with both **Antigravity** and **Claude Code**, including official skills from **Anthropic** and **Vercel Labs**. +**Antigravity Awesome Skills** is the ultimate **Claude Code Skills** collection—a curated, battle-tested library of **69 high-performance skills** compatible with both **Antigravity** and **Claude Code**. This repository provides the essential **Claude Code skills** needed to transform your AI assistant into a full-stack digital agency, including official capabilities from **Anthropic** and **Vercel Labs**. ## 📍 Table of Contents - [Features & Categories](#features--categories) -- [Full Skill Registry](#full-skill-registry-6262) +- [Full Skill Registry](#full-skill-registry-6969) - [Installation](#installation) - [How to Contribute](#how-to-contribute) - [Credits & Sources](#credits--sources) @@ -129,6 +129,7 @@ This collection would not be possible without the incredible work of the Claude ### Official Sources - **[anthropics/skills](https://github.com/anthropics/skills)**: Official Anthropic skills repository - Document manipulation (DOCX, PDF, PPTX, XLSX), Brand Guidelines, Internal Communications. +- **[anthropics/claude-cookbooks](https://github.com/anthropics/claude-cookbooks)**: Official notebooks and recipes for building with Claude. - **[vercel-labs/agent-skills](https://github.com/vercel-labs/agent-skills)**: Vercel Labs official skills - React Best Practices, Web Design Guidelines. ### Community Contributors @@ -140,6 +141,12 @@ This collection would not be possible without the incredible work of the Claude - **[travisvn/awesome-claude-skills](https://github.com/travisvn/awesome-claude-skills)**: Loki Mode and Playwright integration. - **[zebbern/claude-code-guide](https://github.com/zebbern/claude-code-guide)**: Comprehensive Security suite. - **[alirezarezvani/claude-skills](https://github.com/alirezarezvani/claude-skills)**: Senior Engineering and PM toolkit. +- **[karanb192/awesome-claude-skills](https://github.com/karanb192/awesome-claude-skills)**: A massive list of verified skills for Claude Code. + +### Inspirations + +- **[f/awesome-chatgpt-prompts](https://github.com/f/awesome-chatgpt-prompts)**: Inspiration for the Prompt Library. +- **[leonardomso/33-js-concepts](https://github.com/leonardomso/33-js-concepts)**: Inspiration for JavaScript Mastery. ---