From 5ca93ca0d585ddc24b955182fd7cc65c32396eb0 Mon Sep 17 00:00:00 2001 From: Ashish Bhatt <119041035+acbhatt12@users.noreply.github.com> Date: Fri, 27 Feb 2026 23:27:34 +0530 Subject: [PATCH] Improve README quality: fix inconsistencies, duplicates, and accessibility - Standardize skill count to "950+" everywhere (was mix of "950", "946+", "950+") - Fix Table of Contents: deduplicate emojis, match labels to actual headings, remove stale anchor - Remove duplicate Kiro CLI git clone entries (identical paths listed twice) - Make "Update an existing installation" cross-platform (was Windows-only START_APP.bat) - Add alt text to contributor image for accessibility - Fix missing space/comma in SSOJet description - Merge duplicate "Prompt Builder" subsections into single "Interactive Prompt Builder" - Move GitHub Topics from visible section to HTML comment (maintainer-only content) - Remove redundant support CTA from Star History section (already in dedicated Support section) - Remove stray blank line in Community Contributors list --- README.md | 57 ++++++++++++++++++------------------------------------- 1 file changed, 18 insertions(+), 39 deletions(-) diff --git a/README.md b/README.md index 87d54a92..21d034dd 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ If this project helps you, you can [support it here](https://buymeacoffee.com/sickn33) or simply ⭐ the repo. -**Antigravity Awesome Skills** is a curated, battle-tested library of **950 high-performance agentic skills** designed to work seamlessly across all major AI coding assistants: +**Antigravity Awesome Skills** is a curated, battle-tested library of **950+ high-performance agentic skills** designed to work seamlessly across all major AI coding assistants: - 🟣 **Claude Code** (Anthropic CLI) - 🔵 **Gemini CLI** (Google DeepMind) @@ -44,13 +44,12 @@ This repository provides essential skills to transform your AI assistant into a - [📦 Features & Categories](#features--categories) - [📚 Browse 950+ Skills](#browse-950-skills) - [🤝 How to Contribute](#how-to-contribute) -- [🤝 Community](#community) +- [💬 Community](#community) - [☕ Support the Project](#support-the-project) -- [👥 Contributors & Credits](#credits--sources) +- [🏆 Credits & Sources](#credits--sources) - [👥 Repo Contributors](#repo-contributors) - [⚖️ License](#license) - [🌟 Star History](#star-history) -- [🏷️ GitHub Topics](#github-topics) --- @@ -194,9 +193,6 @@ git clone https://github.com/sickn33/antigravity-awesome-skills.git .agent/skill # Kiro CLI/IDE global git clone https://github.com/sickn33/antigravity-awesome-skills.git ~/.kiro/skills -# Kiro CLI/IDE workspace -git clone https://github.com/sickn33/antigravity-awesome-skills.git .kiro/skills - # Claude Code specific git clone https://github.com/sickn33/antigravity-awesome-skills.git .claude/skills @@ -206,9 +202,6 @@ git clone https://github.com/sickn33/antigravity-awesome-skills.git .gemini/skil # Codex CLI specific git clone https://github.com/sickn33/antigravity-awesome-skills.git .codex/skills -# Kiro CLI specific -git clone https://github.com/sickn33/antigravity-awesome-skills.git .kiro/skills - # Cursor specific git clone https://github.com/sickn33/antigravity-awesome-skills.git .cursor/skills @@ -258,7 +251,10 @@ Install to the tool-specific path. Use installer flags: `--antigravity` (default **Good news!** You no longer need to manually run `git pull` or `npx antigravity-awesome-skills` to update your skills. -Simply double-click **`START_APP.bat`** (or run it in your terminal). It will automatically fetch and merge the latest skills from the original repository every time you open the Web App, ensuring you always have the most up-to-date catalog! +- **Windows:** Double-click **`START_APP.bat`** (or run it in your terminal). +- **macOS/Linux:** Run `cd web-app && npm run app:dev` from the repo root. + +Both methods automatically fetch and merge the latest skills from the original repository every time you open the Web App, ensuring you always have the most up-to-date catalog. ### Reinstall from scratch @@ -273,7 +269,7 @@ npx antigravity-awesome-skills **Bundles** are curated groups of skills for a specific role or goal (for example: `Web Wizard`, `Security Engineer`, `OSS Maintainer`). -They help you avoid picking from 946+ skills one by one. +They help you avoid picking from 950+ skills one by one. ### ⚠️ Important: Bundles Are NOT Separate Installations! @@ -390,20 +386,14 @@ npm run app:preview # Preview production build The app automatically opens at `http://localhost:5173` (or alternative port). -#### 🛠️ Prompt Builder +#### 🛠️ Interactive Prompt Builder -On each skill page you'll find the **Prompt Builder**: -1. Write specific requirements (e.g., "Use React 19, TypeScript and Tailwind") -2. Click **Copy Prompt** – copies `@skill-name + context` -3. Or **Copy Full Content** – copies the full documentation -4. Paste into your AI assistant (Claude, Cursor, Gemini, etc.) +On each skill page you'll find the **Interactive Prompt Builder**. Instead of manually copying `@skill-name` and writing your requirements separately in your IDE: -#### 🛠️ New: Interactive Prompt Builder -The web app is no longer just a static catalog! When you click on any skill, you will see an **Interactive Prompt Builder** box. -Instead of manually copying `@skill-name` and writing your requirements separately in your IDE: -1. Type your specific project constraints into the text box (e.g., "Use React 19 and Tailwind"). -2. Click **Copy Prompt**. -3. Your clipboard now has a fully formatted, ready-to-run prompt combining the skill invocation and your custom context! +1. Type your specific project constraints into the text box (e.g., "Use React 19, TypeScript and Tailwind"). +2. Click **Copy Prompt** — copies a fully formatted, ready-to-run prompt combining `@skill-name` + your custom context. +3. Or click **Copy Full Content** — copies the full skill documentation. +4. Paste into your AI assistant (Claude, Cursor, Gemini, etc.). 👉 **[View the Complete Skill Catalog (CATALOG.md)](CATALOG.md)** @@ -484,7 +474,6 @@ This collection would not be possible without the incredible work of the Claude - **[rmyndharis/antigravity-skills](https://github.com/rmyndharis/antigravity-skills)**: For the massive contribution of 300+ Enterprise skills and the catalog generation logic. - **[amartelr/antigravity-workspace-manager](https://github.com/amartelr/antigravity-workspace-manager)**: Official Workspace Manager CLI companion to dynamically auto-provision subsets of skills across unlimited local development environments. - - **[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. @@ -504,7 +493,7 @@ This collection would not be possible without the incredible work of the Claude - **[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). - **[Wittlesus/cursorrules-pro](https://github.com/Wittlesus/cursorrules-pro)**: Professional .cursorrules configurations for 8 frameworks - Next.js, React, Python, Go, Rust, and more. Works with Cursor, Claude Code, and Windsurf. -- **[SSOJet/skills](https://github.com/ssojet/skills)**: Production-ready SSOJet skills and integration guides for popular frameworks and platforms — Node.js, Next.js, React, Java, .NET Core, Go, iOS, Android, and more. Works seamlessly with SSOJet SAML, OIDC, and enterprise SSO flows.Works with Cursor,Antigravity, Claude Code, and Windsurf. +- **[SSOJet/skills](https://github.com/ssojet/skills)**: Production-ready SSOJet skills and integration guides for popular frameworks and platforms — Node.js, Next.js, React, Java, .NET Core, Go, iOS, Android, and more. Works seamlessly with SSOJet SAML, OIDC, and enterprise SSO flows. Works with Cursor, Antigravity, Claude Code, and Windsurf. - **[MojoAuth/skills](https://github.com/MojoAuth/skills)**: Production-ready MojoAuth guides and examples for popular frameworks like Node.js, Next.js, React, Java, .NET Core, Go, iOS, and Android. ### Inspirations @@ -517,7 +506,7 @@ This collection would not be possible without the incredible work of the Claude ## Repo Contributors - + Repository contributors Made with [contrib.rocks](https://contrib.rocks). @@ -587,16 +576,6 @@ MIT License. See [LICENSE](LICENSE) for details. [![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) -If Antigravity Awesome Skills has been useful, consider ⭐ starring the repo or [buying me a book](https://buymeacoffee.com/sickn33). +If Antigravity Awesome Skills has been useful, consider ⭐ starring the repo! ---- - -## 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 -``` +