From 6365f592f0b631fb7b57249865afb5bdbc9ed5e7 Mon Sep 17 00:00:00 2001 From: sck_0 Date: Thu, 29 Jan 2026 12:45:47 +0100 Subject: [PATCH] docs: migliorare BUNDLES.md con bundle aggiuntivi, link diretti e struttura migliorata MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Aggiunti 8+ nuovi bundle (Security Developer, Full-Stack, LLM App Dev, etc.) - Corretti nomi skill inesistenti con skill reali del repository - Aggiunti link diretti a tutti gli skill per navigazione piรน facile - Migliorata organizzazione con sezioni piรน chiare - Aggiunta sezione Quick Start con istruzioni di installazione - Aggiunta sezione Learning Paths per progressione skill - Migliorate descrizioni e struttura generale - Da 12 a 20+ bundle organizzati per ruolo e livello --- docs/BUNDLES.md | 502 +++++++++++++++++++++++++++++++++++++----------- 1 file changed, 387 insertions(+), 115 deletions(-) diff --git a/docs/BUNDLES.md b/docs/BUNDLES.md index a6da8e3..33008ca 100644 --- a/docs/BUNDLES.md +++ b/docs/BUNDLES.md @@ -1,124 +1,396 @@ # ๐Ÿ“ฆ Antigravity Skill Bundles -Don't know where to start? Pick a bundle below to get a curated set of skills for your role. +> **Curated collections of skills organized by role and expertise level.** Don't know where to start? Pick a bundle below to get a curated set of skills for your role. -## ๐Ÿš€ The "Essentials" Starter Pack +## ๐Ÿš€ Quick Start -_For everyone. Install these first._ +1. **Install the repository:** + ```bash + npx antigravity-awesome-skills + # or clone manually + git clone https://github.com/sickn33/antigravity-awesome-skills.git .agent/skills + ``` -- `concise-planning`: Always start with a plan. -- `lint-and-validate`: Keep your code clean automatically. -- `git-pushing`: Save your work safely. -- `kaizen`: Continuous improvement mindset. +2. **Choose your bundle** from the list below based on your role or interests. -## ๐Ÿ›ก๏ธ The "Security Engineer" Pack - -_For pentesting, auditing, and hardening._ - -- `ethical-hacking-methodology`: The Bible of ethical hacking. -- `burp-suite-testing`: Web vulnerability scanning. -- `owasp-top-10`: Check for the most common flaws. -- `linux-privilege-escalation`: Advanced Linux security assessment. -- `cloud-penetration-testing`: AWS/Azure/GCP security. - -## ๐ŸŒ The "Web Wizard" Pack - -_For building modern, high-performance web apps._ - -- `frontend-design`: UI guidelines and aesthetics. -- `react-patterns`: Best practices for React (if available). -- `tailwind-patterns`: Styling superpowers. -- `form-cro`: Optimize your forms for conversion. -- `seo-audit`: Get found on Google. - -## ๐Ÿค– The "Agent Architect" Pack - -_For building AI systems._ - -- `agent-evaluation`: Test your agents. -- `langgraph`: Build stateful agent workflows. -- `mcp-builder`: Create your own tools. -- `prompt-engineering`: Master the art of talking to LLMs. - -## ๐ŸŽฎ The "Indie Game Dev" Pack - -_For building games with AI assistants._ - -- `game-development/game-design`: Mechanics and loops. -- `game-development/2d-games`: Sprites and physics. -- `game-development/3d-games`: Models and shaders. -- `game-development/unity-csharp`: C# scripting mastery. -- `algorithmic-art`: Generate assets with code. - -## ๐Ÿ The "Python Pro" Pack - -_For backend heavyweights and data scientists._ - -- `python-patterns`: Idiomatic Python code. -- `poetry-manager`: Dependency management that works. -- `pytest-mastery`: Testing frameworks. -- `fastapi-expert`: High-performance APIs. -- `django-guide`: The battery-included framework. - -## ๐Ÿฆ„ The "Startup Founder" Pack - -_For building products, not just code._ - -- `product-requirements-doc`: Define what to build. -- `competitor-analysis`: Know who you are fighting. -- `pitch-deck-creator`: Raise capital (or just explain your idea). -- `landing-page-copy`: Write words that sell. -- `stripe-integration`: Get paid. - -## ๐ŸŒง๏ธ The "DevOps & Cloud" Pack - -_For infrastructure and scaling._ - -- `docker-expert`: Master containers and multi-stage builds. -- `aws-serverless`: Go serverless on AWS (Lambda, DynamoDB). -- `environment-setup-guide`: Standardization for teams. -- `deployment-procedures`: Safe rollout strategies. -- `bash-linux`: Terminal wizardry. - -## ๐Ÿ“Š The "Data & Analytics" Pack - -_For making sense of the numbers._ - -- `analytics-tracking`: Set up GA4/PostHog correctly. -- `d3-viz`: Beautiful custom visualizations. -- `sql-mastery`: Write better queries (Community skill). -- `ab-test-setup`: Validated learning. - -## ๐ŸŽจ The "Creative Director" Pack - -_For visuals, content, and branding._ - -- `canvas-design`: Generate posters and diagrams. -- `frontend-design`: UI aesthetics. -- `content-creator`: SEO-optimized blog posts. -- `copy-editing`: Polish your prose. -- `algorithmic-art`: Code-generated masterpieces. - -## ๐Ÿž The "QA & Testing" Pack - -_For breaking things before users do._ - -- `test-driven-development`: Red, Green, Refactor. -- `systematic-debugging`: Sherlock Holmes for code. -- `browser-automation`: End-to-end testing with Playwright. -- `ab-test-setup`: Validated experiments. -- `code-review-checklist`: Catch bugs in PRs. - -## ๐Ÿ–Œ๏ธ The "Web Designer" Pack - -_For pixel-perfect experiences._ - -- `ui-ux-pro-max`: Premium design systems/tokens. -- `frontend-design`: The base layer of aesthetics. -- `3d-web-experience`: Three.js & R3F magic. -- `canvas-design`: Static visuals/posters. -- `responsive-layout`: Mobile-first principles. +3. **Use skills** by referencing them in your AI assistant: + - Claude Code: `>> @skill-name help me...` + - Cursor: `@skill-name in chat` + - Gemini CLI: `Use skill-name...` --- -_To use a bundle, simply copy the skill names into your `.agent/skills` folder or use them with your agent._ +## ๐ŸŽฏ Essentials & Core + +### ๐Ÿš€ The "Essentials" Starter Pack + +_For everyone. Install these first._ + +- [`concise-planning`](../skills/concise-planning/): Always start with a plan. +- [`lint-and-validate`](../skills/lint-and-validate/): Keep your code clean automatically. +- [`git-pushing`](../skills/git-pushing/): Save your work safely. +- [`kaizen`](../skills/kaizen/): Continuous improvement mindset. +- [`systematic-debugging`](../skills/systematic-debugging/): Debug like a pro. + +--- + +## ๐Ÿ›ก๏ธ Security & Compliance + +### ๐Ÿ›ก๏ธ The "Security Engineer" Pack + +_For pentesting, auditing, and hardening._ + +- [`ethical-hacking-methodology`](../skills/ethical-hacking-methodology/): The Bible of ethical hacking. +- [`burp-suite-testing`](../skills/burp-suite-testing/): Web vulnerability scanning. +- [`top-web-vulnerabilities`](../skills/top-web-vulnerabilities/): OWASP-aligned vulnerability taxonomy. +- [`linux-privilege-escalation`](../skills/linux-privilege-escalation/): Advanced Linux security assessment. +- [`cloud-penetration-testing`](../skills/cloud-penetration-testing/): AWS/Azure/GCP security. +- [`security-auditor`](../skills/security-auditor/): Comprehensive security audits. +- [`vulnerability-scanner`](../skills/vulnerability-scanner/): Advanced vulnerability analysis. + +### ๐Ÿ” The "Security Developer" Pack + +_For building secure applications._ + +- [`api-security-best-practices`](../skills/api-security-best-practices/): Secure API design patterns. +- [`auth-implementation-patterns`](../skills/auth-implementation-patterns/): JWT, OAuth2, session management. +- [`backend-security-coder`](../skills/backend-security-coder/): Secure backend coding practices. +- [`frontend-security-coder`](../skills/frontend-security-coder/): XSS prevention and client-side security. +- [`cc-skill-security-review`](../skills/cc-skill-security-review/): Security checklist for features. +- [`pci-compliance`](../skills/pci-compliance/): Payment card security standards. + +--- + +## ๐ŸŒ Web Development + +### ๐ŸŒ The "Web Wizard" Pack + +_For building modern, high-performance web apps._ + +- [`frontend-design`](../skills/frontend-design/): UI guidelines and aesthetics. +- [`react-best-practices`](../skills/react-best-practices/): React & Next.js performance optimization. +- [`react-patterns`](../skills/react-patterns/): Modern React patterns and principles. +- [`nextjs-best-practices`](../skills/nextjs-best-practices/): Next.js App Router patterns. +- [`tailwind-patterns`](../skills/tailwind-patterns/): Tailwind CSS v4 styling superpowers. +- [`form-cro`](../skills/form-cro/): Optimize your forms for conversion. +- [`seo-audit`](../skills/seo-audit/): Get found on Google. + +### ๐Ÿ–Œ๏ธ The "Web Designer" Pack + +_For pixel-perfect experiences._ + +- [`ui-ux-pro-max`](../skills/ui-ux-pro-max/): Premium design systems and tokens. +- [`frontend-design`](../skills/frontend-design/): The base layer of aesthetics. +- [`3d-web-experience`](../skills/3d-web-experience/): Three.js & React Three Fiber magic. +- [`canvas-design`](../skills/canvas-design/): Static visuals and posters. +- [`mobile-design`](../skills/mobile-design/): Mobile-first design principles. +- [`scroll-experience`](../skills/scroll-experience/): Immersive scroll-driven experiences. + +### โšก The "Full-Stack Developer" Pack + +_For end-to-end web application development._ + +- [`senior-fullstack`](../skills/senior-fullstack/): Complete fullstack development guide. +- [`frontend-developer`](../skills/frontend-developer/): React 19+ and Next.js 15+ expertise. +- [`backend-dev-guidelines`](../skills/backend-dev-guidelines/): Node.js/Express/TypeScript patterns. +- [`api-patterns`](../skills/api-patterns/): REST vs GraphQL vs tRPC selection. +- [`database-design`](../skills/database-design/): Schema design and ORM selection. +- [`stripe-integration`](../skills/stripe-integration/): Payments and subscriptions. + +--- + +## ๐Ÿค– AI & Agents + +### ๐Ÿค– The "Agent Architect" Pack + +_For building AI systems and autonomous agents._ + +- [`agent-evaluation`](../skills/agent-evaluation/): Test and benchmark your agents. +- [`langgraph`](../skills/langgraph/): Build stateful agent workflows. +- [`mcp-builder`](../skills/mcp-builder/): Create your own MCP tools. +- [`prompt-engineering`](../skills/prompt-engineering/): Master the art of talking to LLMs. +- [`ai-agents-architect`](../skills/ai-agents-architect/): Design autonomous AI agents. +- [`rag-engineer`](../skills/rag-engineer/): Build RAG systems with vector search. + +### ๐Ÿง  The "LLM Application Developer" Pack + +_For building production LLM applications._ + +- [`llm-app-patterns`](../skills/llm-app-patterns/): Production-ready LLM patterns. +- [`rag-implementation`](../skills/rag-implementation/): Retrieval-Augmented Generation. +- [`prompt-caching`](../skills/prompt-caching/): Cache strategies for LLM prompts. +- [`context-window-management`](../skills/context-window-management/): Manage LLM context efficiently. +- [`langfuse`](../skills/langfuse/): LLM observability and tracing. + +--- + +## ๐ŸŽฎ Game Development + +### ๐ŸŽฎ The "Indie Game Dev" Pack + +_For building games with AI assistants._ + +- [`game-development/game-design`](../skills/game-development/game-design/): Mechanics and loops. +- [`game-development/2d-games`](../skills/game-development/2d-games/): Sprites and physics. +- [`game-development/3d-games`](../skills/game-development/3d-games/): Models and shaders. +- [`unity-developer`](../skills/unity-developer/): Unity 6 LTS development. +- [`godot-gdscript-patterns`](../skills/godot-gdscript-patterns/): Godot 4 GDScript patterns. +- [`algorithmic-art`](../skills/algorithmic-art/): Generate assets with code. + +--- + +## ๐Ÿ Backend & Languages + +### ๐Ÿ The "Python Pro" Pack + +_For backend heavyweights and data scientists._ + +- [`python-pro`](../skills/python-pro/): Master Python 3.12+ with modern features. +- [`python-patterns`](../skills/python-patterns/): Idiomatic Python code. +- [`fastapi-pro`](../skills/fastapi-pro/): High-performance async APIs. +- [`fastapi-templates`](../skills/fastapi-templates/): Production-ready FastAPI projects. +- [`django-pro`](../skills/django-pro/): The battery-included framework. +- [`python-testing-patterns`](../skills/python-testing-patterns/): Comprehensive testing with pytest. +- [`async-python-patterns`](../skills/async-python-patterns/): Python asyncio mastery. + +### ๐ŸŸฆ The "TypeScript & JavaScript" Pack + +_For modern web development._ + +- [`typescript-expert`](../skills/typescript-expert/): TypeScript mastery and advanced types. +- [`javascript-pro`](../skills/javascript-pro/): Modern JavaScript with ES6+. +- [`react-best-practices`](../skills/react-best-practices/): React performance optimization. +- [`nodejs-best-practices`](../skills/nodejs-best-practices/): Node.js development principles. +- [`nextjs-app-router-patterns`](../skills/nextjs-app-router-patterns/): Next.js 14+ App Router. + +### ๐Ÿฆ€ The "Systems Programming" Pack + +_For low-level and performance-critical code._ + +- [`rust-pro`](../skills/rust-pro/): Rust 1.75+ with async patterns. +- [`go-concurrency-patterns`](../skills/go-concurrency-patterns/): Go concurrency mastery. +- [`golang-pro`](../skills/golang-pro/): Go development expertise. +- [`memory-safety-patterns`](../skills/memory-safety-patterns/): Memory-safe programming. +- [`cpp-pro`](../skills/cpp-pro/): Modern C++ development. + +--- + +## ๐Ÿฆ„ Product & Business + +### ๐Ÿฆ„ The "Startup Founder" Pack + +_For building products, not just code._ + +- [`product-manager-toolkit`](../skills/product-manager-toolkit/): RICE prioritization, PRD templates. +- [`competitive-landscape`](../skills/competitive-landscape/): Competitor analysis. +- [`competitor-alternatives`](../skills/competitor-alternatives/): Create comparison pages. +- [`launch-strategy`](../skills/launch-strategy/): Product launch planning. +- [`copywriting`](../skills/copywriting/): Marketing copy that converts. +- [`stripe-integration`](../skills/stripe-integration/): Get paid from day one. + +### ๐Ÿ“Š The "Business Analyst" Pack + +_For data-driven decision making._ + +- [`business-analyst`](../skills/business-analyst/): AI-powered analytics and KPIs. +- [`startup-metrics-framework`](../skills/startup-metrics-framework/): SaaS metrics and unit economics. +- [`startup-financial-modeling`](../skills/startup-financial-modeling/): 3-5 year financial projections. +- [`market-sizing-analysis`](../skills/market-sizing-analysis/): TAM/SAM/SOM calculations. +- [`kpi-dashboard-design`](../skills/kpi-dashboard-design/): Effective KPI dashboards. + +### ๐Ÿ“ˆ The "Marketing & Growth" Pack + +_For driving user acquisition and retention._ + +- [`content-creator`](../skills/content-creator/): SEO-optimized marketing content. +- [`seo-audit`](../skills/seo-audit/): Technical SEO health checks. +- [`programmatic-seo`](../skills/programmatic-seo/): Create pages at scale. +- [`analytics-tracking`](../skills/analytics-tracking/): Set up GA4/PostHog correctly. +- [`ab-test-setup`](../skills/ab-test-setup/): Validated learning experiments. +- [`email-sequence`](../skills/email-sequence/): Automated email campaigns. + +--- + +## ๐ŸŒง๏ธ DevOps & Infrastructure + +### ๐ŸŒง๏ธ The "DevOps & Cloud" Pack + +_For infrastructure and scaling._ + +- [`docker-expert`](../skills/docker-expert/): Master containers and multi-stage builds. +- [`aws-serverless`](../skills/aws-serverless/): Serverless on AWS (Lambda, DynamoDB). +- [`kubernetes-architect`](../skills/kubernetes-architect/): K8s architecture and GitOps. +- [`terraform-specialist`](../skills/terraform-specialist/): Infrastructure as Code mastery. +- [`environment-setup-guide`](../skills/environment-setup-guide/): Standardization for teams. +- [`deployment-procedures`](../skills/deployment-procedures/): Safe rollout strategies. +- [`bash-linux`](../skills/bash-linux/): Terminal wizardry. + +### ๐Ÿ“Š The "Observability & Monitoring" Pack + +_For production reliability._ + +- [`observability-engineer`](../skills/observability-engineer/): Comprehensive monitoring systems. +- [`distributed-tracing`](../skills/distributed-tracing/): Track requests across microservices. +- [`slo-implementation`](../skills/slo-implementation/): Service Level Objectives. +- [`incident-responder`](../skills/incident-responder/): Rapid incident response. +- [`postmortem-writing`](../skills/postmortem-writing/): Blameless postmortems. +- [`performance-engineer`](../skills/performance-engineer/): Application performance optimization. + +--- + +## ๐Ÿ“Š Data & Analytics + +### ๐Ÿ“Š The "Data & Analytics" Pack + +_For making sense of the numbers._ + +- [`analytics-tracking`](../skills/analytics-tracking/): Set up GA4/PostHog correctly. +- [`claude-d3js-skill`](../skills/claude-d3js-skill/): Beautiful custom visualizations with D3.js. +- [`sql-pro`](../skills/sql-pro/): Modern SQL with cloud-native databases. +- [`postgres-best-practices`](../skills/postgres-best-practices/): Postgres optimization. +- [`ab-test-setup`](../skills/ab-test-setup/): Validated learning. +- [`database-architect`](../skills/database-architect/): Database design from scratch. + +### ๐Ÿ”„ The "Data Engineering" Pack + +_For building data pipelines._ + +- [`data-engineer`](../skills/data-engineer/): Data pipeline architecture. +- [`airflow-dag-patterns`](../skills/airflow-dag-patterns/): Apache Airflow DAGs. +- [`dbt-transformation-patterns`](../skills/dbt-transformation-patterns/): Analytics engineering. +- [`vector-database-engineer`](../skills/vector-database-engineer/): Vector databases for RAG. +- [`embedding-strategies`](../skills/embedding-strategies/): Embedding model selection. + +--- + +## ๐ŸŽจ Creative & Content + +### ๐ŸŽจ The "Creative Director" Pack + +_For visuals, content, and branding._ + +- [`canvas-design`](../skills/canvas-design/): Generate posters and diagrams. +- [`frontend-design`](../skills/frontend-design/): UI aesthetics. +- [`content-creator`](../skills/content-creator/): SEO-optimized blog posts. +- [`copy-editing`](../skills/copy-editing/): Polish your prose. +- [`algorithmic-art`](../skills/algorithmic-art/): Code-generated masterpieces. +- [`interactive-portfolio`](../skills/interactive-portfolio/): Portfolios that land jobs. + +--- + +## ๐Ÿž Quality Assurance + +### ๐Ÿž The "QA & Testing" Pack + +_For breaking things before users do._ + +- [`test-driven-development`](../skills/test-driven-development/): Red, Green, Refactor. +- [`systematic-debugging`](../skills/systematic-debugging/): Debug like Sherlock Holmes. +- [`browser-automation`](../skills/browser-automation/): End-to-end testing with Playwright. +- [`e2e-testing-patterns`](../skills/e2e-testing-patterns/): Reliable E2E test suites. +- [`ab-test-setup`](../skills/ab-test-setup/): Validated experiments. +- [`code-review-checklist`](../skills/code-review-checklist/): Catch bugs in PRs. +- [`test-fixing`](../skills/test-fixing/): Fix failing tests systematically. + +--- + +## ๐Ÿ”ง Specialized Packs + +### ๐Ÿ“ฑ The "Mobile Developer" Pack + +_For iOS, Android, and cross-platform apps._ + +- [`mobile-developer`](../skills/mobile-developer/): Cross-platform mobile development. +- [`react-native-architecture`](../skills/react-native-architecture/): React Native with Expo. +- [`flutter-expert`](../skills/flutter-expert/): Flutter multi-platform apps. +- [`ios-developer`](../skills/ios-developer/): iOS development with Swift. +- [`app-store-optimization`](../skills/app-store-optimization/): ASO for App Store and Play Store. + +### ๐Ÿ”— The "Integration & APIs" Pack + +_For connecting services and building integrations._ + +- [`stripe-integration`](../skills/stripe-integration/): Payments and subscriptions. +- [`twilio-communications`](../skills/twilio-communications/): SMS, voice, WhatsApp. +- [`hubspot-integration`](../skills/hubspot-integration/): CRM integration. +- [`plaid-fintech`](../skills/plaid-fintech/): Bank account linking and ACH. +- [`algolia-search`](../skills/algolia-search/): Search implementation. + +### ๐ŸŽฏ The "Architecture & Design" Pack + +_For system design and technical decisions._ + +- [`senior-architect`](../skills/senior-architect/): Comprehensive software architecture. +- [`architecture-patterns`](../skills/architecture-patterns/): Clean Architecture, DDD, Hexagonal. +- [`microservices-patterns`](../skills/microservices-patterns/): Microservices architecture. +- [`event-sourcing-architect`](../skills/event-sourcing-architect/): Event sourcing and CQRS. +- [`architecture-decision-records`](../skills/architecture-decision-records/): Document technical decisions. + +--- + +## ๐Ÿ“š How to Use Bundles + +### Installation + +1. **Clone the repository:** + ```bash + git clone https://github.com/sickn33/antigravity-awesome-skills.git .agent/skills + ``` + +2. **Or use the installer:** + ```bash + npx antigravity-awesome-skills + ``` + +### Using Skills + +Once installed, reference skills in your AI assistant: + +- **Claude Code**: `>> @skill-name help me...` +- **Cursor**: `@skill-name` in chat +- **Gemini CLI**: `Use skill-name...` + +### Customizing Bundles + +You can create your own bundle by: +1. Copying skill folders to your `.agent/skills/` directory +2. Or referencing multiple skills in a single conversation + +--- + +## ๐ŸŽ“ Learning Paths + +### Beginner โ†’ Intermediate โ†’ Advanced + +**Web Development:** +1. Start: `Essentials` โ†’ `Web Wizard` +2. Grow: `Full-Stack Developer` โ†’ `Architecture & Design` +3. Master: `Observability & Monitoring` โ†’ `Security Developer` + +**AI/ML:** +1. Start: `Essentials` โ†’ `Agent Architect` +2. Grow: `LLM Application Developer` โ†’ `Data Engineering` +3. Master: Advanced RAG and agent orchestration + +**Security:** +1. Start: `Essentials` โ†’ `Security Developer` +2. Grow: `Security Engineer` โ†’ Advanced pentesting +3. Master: Red team tactics and threat modeling + +--- + +## ๐Ÿค Contributing + +Found a skill that should be in a bundle? Or want to create a new bundle? [Open an issue](https://github.com/sickn33/antigravity-awesome-skills/issues) or submit a PR! + +--- + +## ๐Ÿ“– Related Documentation + +- [Getting Started Guide](GETTING_STARTED.md) +- [Full Skill Catalog](../CATALOG.md) +- [Contributing Guide](../CONTRIBUTING.md) + +--- + +_Last updated: January 2026 | Total Skills: 560+ | Total Bundles: 20+_