From b99d64b330a0b448451331ec51c47d87e483362d Mon Sep 17 00:00:00 2001 From: Nicholai Date: Sat, 24 Jan 2026 23:30:17 -0700 Subject: [PATCH] removed slop --- README.md | 59 ------------------------------------------------------- 1 file changed, 59 deletions(-) diff --git a/README.md b/README.md index d6a66e2..b9d143a 100644 --- a/README.md +++ b/README.md @@ -294,62 +294,3 @@ The frontmatter requires two fields: For more details, see [How to create custom skills](https://support.claude.com/en/articles/12512198-creating-custom-skills). -`bash -# 1. Install skills -git clone https://github.com/sickn33/antigravity-awesome-skills.git .agent/skills - -# 2. Use a skill in your AI assistant -@brainstorming help me design a todo app -``` - -That's it! Your AI assistant now has 243 specialized skills. ๐ŸŽ‰ - -**Additional Resources:** - -- ๐Ÿ’ก **[Real-World Examples](docs/EXAMPLES.md)** - See skills in action -- โ“ **[FAQ](FAQ.md)** - Common questions answered - ---- - -## ๐Ÿ”Œ Compatibility - -These skills follow the universal **SKILL.md** format and work with any AI coding assistant that supports agentic skills: - -| Tool | Type | Compatibility | Installation Path | -| ------------------- | --------- | ------------- | ---------------------------------------- | -| **Claude Code** | CLI | โœ… Full | `.claude/skills/` or `.agent/skills/` | -| **Gemini CLI** | CLI | โœ… Full | `.gemini/skills/` or `.agent/skills/` | -| **Codex CLI** | CLI | โœ… Full | `.codex/skills/` or `.agent/skills/` | -| **Antigravity IDE** | IDE | โœ… Full | `.agent/skills/` | -| **Cursor** | IDE | โœ… Full | `.cursor/skills/` or project root | -| **GitHub Copilot** | Extension | โš ๏ธ Partial | Copy skill content to `.github/copilot/` | -| **OpenCode** | CLI | โœ… Full | `.opencode/skills/` or `.claude/skills/` | - -> [!TIP] -> Most tools auto-discover skills in `.agent/skills/`. For maximum compatibility, clone to this directory. - ---- - -Whether you are using **Gemini CLI**, **Claude Code**, **Codex CLI**, **Cursor**, **GitHub Copilot**, **Antigravity**, or **OpenCode**, these skills are designed to drop right in and supercharge your AI agent. - -This repository aggregates the best capabilities from across the open-source community, transforming your AI assistant into a full-stack digital agency capable of Engineering, Design, Security, Marketing, and Autonomous Operations. - -## Features & Categories - -The repository is organized into several key areas of expertise: - -| Category | Skills Count | Key Skills Included | -| :-------------------------- | :----------- | :--------------------------------------------------------------------------------------------------------------------------- | -| **๐Ÿ›ธ Autonomous & Agentic** | **~8** | Loki Mode (Startup-in-a-box), Subagent Driven Dev, Dispatching Parallel Agents, Planning With Files, Skill Creator/Developer | -| **๐Ÿ”Œ Integrations & APIs** | **~25** | Stripe, Firebase, Supabase, Vercel, Clerk Auth, Twilio, Discord Bot, Slack Bot, GraphQL, AWS Serverless | -| **๐Ÿ›ก๏ธ Cybersecurity** | **~51** | Ethical Hacking, Metasploit, Burp Suite, SQLMap, Active Directory, AWS/Cloud Pentesting, OWASP Top 100, Red Team Tools | -| **๐ŸŽจ Creative & Design** | **~10** | UI/UX Pro Max, Frontend Design, Canvas, Algorithmic Art, Theme Factory, D3 Viz, Web Artifacts | -| **๐Ÿ› ๏ธ Development** | **~33** | TDD, Systematic Debugging, React Patterns, Backend/Frontend Guidelines, Senior Fullstack, Software Architecture | -| **๐Ÿ—๏ธ Infrastructure & Git** | **~8** | Linux Shell Scripting, Git Worktrees, Git Pushing, Conventional Commits, File Organization, GitHub Workflow Automation | -| **๐Ÿค– AI Agents & LLM** | **~31** | LangGraph, CrewAI, Langfuse, RAG Engineer, Prompt Engineer, Voice Agents, Browser Automation, Agent Memory Systems | -| **๐Ÿ”„ Workflow & Planning** | **~6** | Writing Plans, Executing Plans, Concise Planning, Verification Before Completion, Code Review (Requesting/Receiving) | -| **๐Ÿ“„ Document Processing** | **~4** | DOCX (Official), PDF (Official), PPTX (Official), XLSX (Official) | -| **๐Ÿงช Testing & QA** | **~4** | Webapp Testing, Playwright Automation, Test Fixing, Testing Patterns | -| **๐Ÿ“ˆ Product & Strategy** | **~8** | Product Manager Toolkit, Content Creator, ASO, Doc Co-authoring, Brainstorming, Internal Comms | -| **๐Ÿ“ฃ Marketing & Growth** | **~23** | Page CRO, Copywriting, SEO Audit, Paid Ads, Email Sequence, Pricing Strategy, Referral Program, Launch Strategy | -| **๐Ÿš€ Maker Tools** | **~11** | Micro-SaaS Launcher, Browser Extension Builder, Telegram Bot, AI Wrapper Product, Viral Generator, 3D Web Experience |