From 9df4e271d0a509d9fb2155da09d90203be03aa55 Mon Sep 17 00:00:00 2001 From: sck_0 Date: Wed, 28 Jan 2026 17:17:19 +0100 Subject: [PATCH] chore: release 4.0.0 - update changelog and cleanup --- CHANGELOG.md | 26 +++++++++ README.md | 147 +++++++++++++++++++++++++++++++++++++++++++++-- RELEASE_NOTES.md | 44 -------------- 3 files changed, 167 insertions(+), 50 deletions(-) delete mode 100644 RELEASE_NOTES.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 27e7a618..118d9986 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,32 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 --- +## [4.0.0] - 2026-01-28 - "The Enterprise Era" + +> **A massive integration of 300+ Enterprise skills, transforming Antigravity into a complete operating system for AI agents.** + +### Added + +- **Massive Skill Injection**: Merged 300+ Enterprise skills from `rmyndharis/antigravity-skills`. +- **New Categories**: + - **Architecture & Design**: `backend-architect`, `c4-architecture`. + - **Data & AI**: `rag-engineer`, `langchain-architecture`. + - **Security**: `security-auditor`, `cloud-pentesting`. +- **Catalog System**: Introduced `CATALOG.md` and `scripts/build-catalog.js` for automated, table-based skill discovery. + +### Changed + +- **Documentation Overhaul**: + - Removed the legacy 250+ row skill table from `README.md`. + - Restructured `README.md` to focus on high-level domains. + - Replaced static registry with dynamic `CATALOG.md`. +- **Version Bump**: Major version update to 4.0.0 reflecting the doubling of skill capacity (247 -> 550+). + +### Credits + +- **[@rmyndharis](https://github.com/rmyndharis)** - For the massive contribution of 300+ Enterprise skills and valid catalog logic. +- **[@sstklen](https://github.com/sstklen)** & **[@rookie-ricardo](https://github.com/rookie-ricard)** - Continued community support. + ## [3.4.0] - 2026-01-27 - "Voice Intelligence & Categorization" ### Added diff --git a/README.md b/README.md index e3bf7b69..aa966f1c 100644 --- a/README.md +++ b/README.md @@ -39,12 +39,6 @@ This repository provides essential skills to transform your AI assistant into a --- -## Credits & Sources - -A special thanks to the following repositories for their contributions to the skill catalog: - -- [**rmyndharis/antigravity-skills**](https://github.com/rmyndharis/antigravity-skills): For the massive contribution of 300+ Enterprise skills and the catalog generation logic. - ## New Here? Start Here! **Welcome to the V4.0.0 Enterprise Edition.** This isn't just a list of scripts; it's a complete operating system for your AI Agent. @@ -125,3 +119,144 @@ The repository is organized into specialized domains to transform your AI into a We have moved the full skill registry to a dedicated catalog to keep this README clean. πŸ‘‰ **[View the Complete Skill Catalog (CATALOG.md)](CATALOG.md)** + +## Installation + +To use these skills with **Claude Code**, **Gemini CLI**, **Codex CLI**, **Cursor**, **Antigravity**, or **OpenCode**, clone this repository into your agent's skills directory: + +```bash +# Universal installation (works with most tools) +git clone https://github.com/sickn33/antigravity-awesome-skills.git .agent/skills + +# Claude Code specific +git clone https://github.com/sickn33/antigravity-awesome-skills.git .claude/skills + +# Gemini CLI specific +git clone https://github.com/sickn33/antigravity-awesome-skills.git .gemini/skills + +# Cursor specific +git clone https://github.com/sickn33/antigravity-awesome-skills.git .cursor/skills +``` + +--- + +## How to Contribute + +We welcome contributions from the community! To add a new skill: + +1. **Fork** the repository. +2. **Create a new directory** inside `skills/` for your skill. +3. **Add a `SKILL.md`** with the required frontmatter (name and description). +4. **Run validation**: `python3 scripts/validate_skills.py`. +5. **Submit a Pull Request**. + +Please ensure your skill follows the Antigravity/Claude Code best practices. + +--- + +## Credits & Sources + +We stand on the shoulders of giants. + +πŸ‘‰ **[View the Full Attribution Ledger](docs/SOURCES.md)** + +Key contributors and sources include: + +- **HackTricks** +- **OWASP** +- **Anthropic / OpenAI / Google** +- **The Open Source Community** + +This collection would not be possible without the incredible work of the Claude Code community and official sources: + +### Official Sources + +- **[rmyndharis/antigravity-skills](https://github.com/rmyndharis/antigravity-skills)**: For the massive contribution of 300+ Enterprise skills and the catalog generation logic. +- **[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. +- **[remotion-dev/skills](https://github.com/remotion-dev/skills)**: Official Remotion skills - Video creation in React with 28 modular rules. +- **[vercel-labs/agent-skills](https://github.com/vercel-labs/agent-skills)**: Vercel Labs official skills - React Best Practices, Web Design Guidelines. +- **[openai/skills](https://github.com/openai/skills)**: OpenAI Codex skills catalog - Agent skills, Skill Creator, Concise Planning. +- **[supabase/agent-skills](https://github.com/supabase/agent-skills)**: Supabase official skills - Postgres Best Practices. + +### Community Contributors + +- **[obra/superpowers](https://github.com/obra/superpowers)**: The original "Superpowers" by Jesse Vincent. +- **[guanyang/antigravity-skills](https://github.com/guanyang/antigravity-skills)**: Core Antigravity extensions. +- **[diet103/claude-code-infrastructure-showcase](https://github.com/diet103/claude-code-infrastructure-showcase)**: Infrastructure and Backend/Frontend Guidelines. +- **[ChrisWiles/claude-code-showcase](https://github.com/ChrisWiles/claude-code-showcase)**: React UI patterns and Design Systems. +- **[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 & Guide (Source for ~60 new skills). +- **[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. +- **[zircote/.claude](https://github.com/zircote/.claude)**: Shopify development skill reference. +- **[vibeforge1111/vibeship-spawner-skills](https://github.com/vibeforge1111/vibeship-spawner-skills)**: AI Agents, Integrations, Maker Tools (57 skills, Apache 2.0). +- **[coreyhaines31/marketingskills](https://github.com/coreyhaines31/marketingskills)**: Marketing skills for CRO, copywriting, SEO, paid ads, and growth (23 skills, MIT). +- **[vudovn/antigravity-kit](https://github.com/vudovn/antigravity-kit)**: AI Agent templates with Skills, Agents, and Workflows (33 skills, MIT). +- **[affaan-m/everything-claude-code](https://github.com/affaan-m/everything-claude-code)**: Complete Claude Code configuration collection from Anthropic hackathon winner - skills only (8 skills, MIT). +- **[webzler/agentMemory](https://github.com/webzler/agentMemory)**: Source for the agent-memory-mcp skill. +- **[sstklen/claude-api-cost-optimization](https://github.com/sstklen/claude-api-cost-optimization)**: Save 50-90% on Claude API costs with smart optimization strategies (MIT). + +### 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. + +--- + +## License + +MIT License. See [LICENSE](LICENSE) for details. + +## Community + +- [Community Guidelines](docs/COMMUNITY_GUIDELINES.md) +- [Security Policy](docs/SECURITY_GUARDRAILS.md) + +--- + +--- + +## GitHub Topics + +For repository maintainers, add these topics to maximize discoverability: + +```text +claude-code, gemini-cli, codex-cli, antigravity, cursor, github-copilot, opencode, +agentic-skills, ai-coding, llm-tools, ai-agents, autonomous-coding, mcp, +ai-developer-tools, ai-pair-programming, vibe-coding, skill, skills, SKILL.md, rules.md, CLAUDE.md, GEMINI.md, CURSOR.md +``` + +--- + +## Repo Contributors + +We officially thank the following contributors for their help in making this repository awesome! + +- [mvanhorn](https://github.com/mvanhorn) +- [rookie-ricardo](https://github.com/rookie-ricardo) +- [sck_0](https://github.com/sck_0) +- [Munir Abbasi](https://github.com/munirabbasi) +- [Mohammad Faiz](https://github.com/mohdfaiz2k9) +- [Ianj332](https://github.com/Ianj332) +- [sickn33](https://github.com/sickn33) +- [GuppyTheCat](https://github.com/GuppyTheCat) +- [Tiger-Foxx](https://github.com/Tiger-Foxx) +- [arathiesh](https://github.com/arathiesh) +- [1bcMax](https://github.com/1bcMax) +- [Ahmed Rehan](https://github.com/ar27111994) +- [BenedictKing](https://github.com/BenedictKing) +- [Nguyen Huu Loc](https://github.com/LocNguyenSGU) +- [Owen Wu](https://github.com/yubing744) +- [SuperJMN](https://github.com/SuperJMN) +- [Viktor Ferenczi](https://github.com/viktor-ferenczi) +- [krisnasantosa15](https://github.com/krisnasantosa15) +- [raeef1001](https://github.com/raeef1001) +- [taksrules](https://github.com/taksrules) +- [zebbern](https://github.com/zebbern) +- [Đỗ KhαΊ―c Gia Khoa](https://github.com/dokhacgiakhoa) +- [vuth-dogo](https://github.com/vuth-dogo) + +## Star History + +[![Star History Chart](https://api.star-history.com/svg?repos=sickn33/antigravity-awesome-skills&type=date&legend=top-left)](https://www.star-history.com/#sickn33/antigravity-awesome-skills&type=date&legend=top-left) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md deleted file mode 100644 index 9799cbff..00000000 --- a/RELEASE_NOTES.md +++ /dev/null @@ -1,44 +0,0 @@ -# Release v4.0.0: The Enterprise Era - -> **A massive integration of 300+ Enterprise skills, transforming Antigravity into a complete operating system for AI agents.** - -This release merges the best of the community with enterprise-grade capabilities, expanding our skill registry from 247 to over 550 specialized tools. - -## πŸš€ New Skills - -This release integrates the entire catalog from the `rmyndharis/antigravity-skills` repository, adding depth in: - -### 🧩 [Architecture & Design](CATALOG.md#architecture) - -- **backend-architect**: Scalable API design and microservices patterns. -- **c4-architecture**: Comprehensive system documentation strategies. - -### πŸ§ͺ [Data & AI](CATALOG.md#data-ai) - -- **rag-engineer**: End-to-end RAG system building. -- **langchain-architecture**: Deployment patterns for LLM apps. - -### πŸ›‘οΈ [Security](CATALOG.md#security) - -- **security-auditor**: Automated code auditing patterns. -- **cloud-pentesting**: Specialized tools for AWS/Azure security. - ---- - -## πŸ“¦ Improvements - -- **Unified Catalog**: A new auto-generated `CATALOG.md` replaces the static registry, ensuring documentation never drifts from reality. -- **Legacy Cleanup**: Removed the bulky 250+ row table from `README.md` for better load times and readability. -- **Automation**: Introduced `scripts/build-catalog.js` to automatically maintain the skill index. -- **Documentation**: Restructured `README.md` to focus on high-level domains rather than a flat list. - -## πŸ‘₯ Credits - -A huge shoutout to our community contributors: - -- **@rmyndharis** for the massive contribution of 300+ Enterprise skills and the catalog generation logic. -- **@sstklen** and **@rookie-ricardo** for their continued support and skill contributions. - ---- - -_Upgrade now: `git pull origin main` to fetch the latest skills._