chore: revert unwanted imports from everything-claude-code

- Remove cc-agent-*, cc-cmd-*, cc-rule-* (27 items)
- Keep cc-skill-* (8 items)
- Update README.md skill count to 233
- Clean up README registry and credits
- Regenerate skills_index.json
This commit is contained in:
sck_0
2026-01-21 17:54:22 +01:00
parent a9ff10d511
commit 674fa7703d
29 changed files with 6 additions and 4988 deletions

View File

@@ -1,6 +1,6 @@
# 🌌 Antigravity Awesome Skills: 260+ Agentic Skills for Claude Code, Gemini CLI, Cursor, Copilot & More
# 🌌 Antigravity Awesome Skills: 233+ Agentic Skills for Claude Code, Gemini CLI, Cursor, Copilot & More
> **The Ultimate Collection of 260+ Universal Agentic Skills for AI Coding Assistants — Claude Code, Gemini CLI, Codex CLI, Antigravity IDE, GitHub Copilot, Cursor, OpenCode**
> **The Ultimate Collection of 233+ Universal Agentic Skills for AI Coding Assistants — Claude Code, Gemini CLI, Codex CLI, Antigravity IDE, GitHub Copilot, Cursor, OpenCode**
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Claude Code](https://img.shields.io/badge/Claude%20Code-Anthropic-purple)](https://claude.ai)
@@ -11,7 +11,7 @@
[![OpenCode](https://img.shields.io/badge/OpenCode-CLI-gray)](https://github.com/opencode-ai/opencode)
[![Antigravity](https://img.shields.io/badge/Antigravity-DeepMind-red)](https://github.com/anthropics/antigravity)
**Antigravity Awesome Skills** is a curated, battle-tested library of **260 high-performance agentic skills** designed to work seamlessly across all major AI coding assistants:
**Antigravity Awesome Skills** is a curated, battle-tested library of **233 high-performance agentic skills** designed to work seamlessly across all major AI coding assistants:
- 🟣 **Claude Code** (Anthropic CLI)
- 🔵 **Gemini CLI** (Google DeepMind)
@@ -55,7 +55,7 @@ git clone https://github.com/sickn33/antigravity-awesome-skills.git .agent/skill
@brainstorming help me design a todo app
```
That's it! Your AI assistant now has 260 specialized skills. 🎉
That's it! Your AI assistant now has 233 specialized skills. 🎉
**Additional Resources:**
@@ -109,7 +109,7 @@ The repository is organized into several key areas of expertise:
---
## Full Skill Registry (260/260)
## Full Skill Registry (233/233)
Below is the complete list of available skills. Each skill folder contains a `SKILL.md` that can be imported into Antigravity or Claude Code.
@@ -155,33 +155,6 @@ Below is the complete list of available skills. Each skill folder contains a `SK
| **Bun Development** | "Modern JavaScript/TypeScript development with Bun runtime. | `skills/bun-development` |
| **Burp Suite Web Application Testing** | This skill should be used when the user asks to "intercept HTTP traffic", "modify web requests", "use Burp Suite for testing", "perform web vulnerability scanning", "test with Burp Repeater", "analyze HTTP history", or "configure proxy for web testing". | `skills/burp-suite-testing` |
| **Canvas Design** | Create beautiful visual art in . | `skills/canvas-design` |
| **CC Agent: Architect** | System design decisions agent from everything-claude-code. Expert in architectural decisions. | `skills/cc-agent-architect` |
| **CC Agent: Build Error Resolver** | Build error fixing agent from everything-claude-code. Resolves TypeScript, bundler, and compilation errors. | `skills/cc-agent-build-error-resolver` |
| **CC Agent: Code Reviewer** | Quality and security code review agent from everything-claude-code. | `skills/cc-agent-code-reviewer` |
| **CC Agent: Doc Updater** | Documentation sync agent from everything-claude-code. Keeps docs in sync with code. | `skills/cc-agent-doc-updater` |
| **CC Agent: E2E Runner** | Playwright E2E testing agent from everything-claude-code. | `skills/cc-agent-e2e-runner` |
| **CC Agent: Planner** | Feature implementation planning agent from everything-claude-code. Creates comprehensive implementation plans. | `skills/cc-agent-planner` |
| **CC Agent: Refactor Cleaner** | Dead code cleanup agent from everything-claude-code. | `skills/cc-agent-refactor-cleaner` |
| **CC Agent: Security Reviewer** | Vulnerability analysis agent from everything-claude-code. OWASP, code security, dependency audit. | `skills/cc-agent-security-reviewer` |
| **CC Agent: TDD Guide** | Test-driven development agent from everything-claude-code. RED-GREEN-REFACTOR workflow. | `skills/cc-agent-tdd-guide` |
| **CC Cmd: Build Fix** | Fix build errors workflow from everything-claude-code. | `skills/cc-cmd-build-fix` |
| **CC Cmd: Code Review** | Quality review workflow from everything-claude-code. | `skills/cc-cmd-code-review` |
| **CC Cmd: E2E** | E2E test generation workflow from everything-claude-code. | `skills/cc-cmd-e2e` |
| **CC Cmd: Learn** | Continuous learning workflow from everything-claude-code. | `skills/cc-cmd-learn` |
| **CC Cmd: Plan** | Implementation planning workflow from everything-claude-code. | `skills/cc-cmd-plan` |
| **CC Cmd: Refactor Clean** | Dead code removal workflow from everything-claude-code. | `skills/cc-cmd-refactor-clean` |
| **CC Cmd: TDD** | Test-driven development workflow from everything-claude-code. 80%+ coverage enforcement. | `skills/cc-cmd-tdd` |
| **CC Cmd: Test Coverage** | Coverage analysis workflow from everything-claude-code. | `skills/cc-cmd-test-coverage` |
| **CC Cmd: Update Codemaps** | Refresh documentation maps workflow from everything-claude-code. | `skills/cc-cmd-update-codemaps` |
| **CC Cmd: Update Docs** | Sync documentation workflow from everything-claude-code. | `skills/cc-cmd-update-docs` |
| **CC Rule: Agents** | When to delegate to subagents rule from everything-claude-code. | `skills/cc-rule-agents` |
| **CC Rule: Coding Style** | Immutability, file organization rules from everything-claude-code. | `skills/cc-rule-coding-style` |
| **CC Rule: Git Workflow** | Commit format and PR process rules from everything-claude-code. | `skills/cc-rule-git-workflow` |
| **CC Rule: Hooks** | Hook documentation rules from everything-claude-code. | `skills/cc-rule-hooks` |
| **CC Rule: Patterns** | API response formats and hook patterns from everything-claude-code. | `skills/cc-rule-patterns` |
| **CC Rule: Performance** | Model selection and context management rules from everything-claude-code. | `skills/cc-rule-performance` |
| **CC Rule: Security** | Mandatory security checks from everything-claude-code. No hardcoded secrets, input validation. | `skills/cc-rule-security` |
| **CC Rule: Testing** | TDD and 80% coverage requirement rules from everything-claude-code. | `skills/cc-rule-testing` |
| **CC Skill: Backend Patterns** | Backend architecture patterns from everything-claude-code. API design, database, caching, error handling. | `skills/cc-skill-backend-patterns` |
| **CC Skill: ClickHouse IO** | ClickHouse analytics patterns from everything-claude-code. | `skills/cc-skill-clickhouse-io` |
| **CC Skill: Coding Standards** | Language best practices from everything-claude-code. | `skills/cc-skill-coding-standards` |
@@ -432,7 +405,7 @@ This collection would not be possible without the incredible work of the Claude
- **[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 - agents, skills, commands, rules (35 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).
### Inspirations