Agent Skills 排行榜 · 关键词 + 语义搜索

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
21,860
总 Skills
40.8M
总安装量
2,461
贡献者
# Skill 仓库 描述 安装量
15301 erpnext-syntax-jinja openaec-foundation/erpnext_anthropic_claude_development_skill_package
ERPNext Jinja Templates Syntax Skill Correct Jinja syntax for Print Formats, Email Templates, and Portal Pages in ERPNext/Frappe v14/v15/v16. When to Use This Skill USE this skill when: Creating or modifying Print Formats Developing Email Templates Building Portal Pages (www/*.html) Adding custom Jinja filters/methods via hooks DO NOT USE for: Report Print Formats (they use JavaScript templating, not Jinja) Client Scripts (use erpnext-syntax-clientscripts) Server Scripts (use erpnext-syntax-serv...
56
15302 dev-api-design vasilyu1983/ai-agents-public
API Development & Design — Quick Reference Use this skill to design, implement, and document production-grade APIs (REST, GraphQL, gRPC, and tRPC). Apply it for contract design (OpenAPI), versioning/deprecation, authentication/authorization, rate limiting, pagination, error models, and developer documentation. Modern best practices (Jan 2026): HTTP semantics and cacheability (RFC 9110), Problem Details error model (RFC 9457), OpenAPI 3.1+, contract-first + breaking-change detection, strong Aut...
56
15303 nemo-curator orchestra-research/ai-research-skills
NeMo Curator - GPU-Accelerated Data Curation NVIDIA's toolkit for preparing high-quality training data for LLMs. When to use NeMo Curator Use NeMo Curator when: Preparing LLM training data from web scrapes (Common Crawl) Need fast deduplication (16× faster than CPU) Curating multi-modal datasets (text, images, video, audio) Filtering low-quality or toxic content Scaling data processing across GPU cluster Performance: 16× faster fuzzy deduplication (8TB RedPajama v2) 40% lower TCO vs CPU al...
56
15304 langsmith-observability orchestra-research/ai-research-skills
LangSmith - LLM Observability Platform Development platform for debugging, evaluating, and monitoring language models and AI applications. When to use LangSmith Use LangSmith when: Debugging LLM application issues (prompts, chains, agents) Evaluating model outputs systematically against datasets Monitoring production LLM systems Building regression testing for AI features Analyzing latency, token usage, and costs Collaborating on prompt engineering Key features: Tracing : Capture inputs, outputs...
56
15305 architecture-documentation melodic-software/claude-code-plugins
Architecture Documentation When to Use This Skill Use this skill when you need to: Generate architecture documentation for a system Create C4 diagrams (Context, Container, Component) Document architecture for different stakeholder viewpoints Produce technical overviews or executive summaries Keywords: document, c4, container, context, component, viewpoint, architecture description, technical overview, executive summary Document Types Type Audience Content Context All stakeholders System boun...
56
15306 accessible-motion dylantarre/animation-principles
Accessible Motion Design Apply Disney's 12 animation principles while ensuring accessibility for users with vestibular disorders, motion sensitivity, and cognitive disabilities. Quick Reference Principle Accessible Implementation Squash & Stretch Opacity/color change instead Anticipation State change indication without motion Staging Focus management, not motion-based Straight Ahead / Pose to Pose Instant state changes Follow Through / Overlapping Eliminated or minimal fade Slow In / Slow Out ...
56
15307 project-onboarding mgd34msu/goodvibes-plugin
When to Use Invoke this skill when: Starting work on an unfamiliar codebase After context is lost (new session) When check_onboarding_performed indicates no memories exist When user asks to "learn about this project" or "understand this codebase" Onboarding Workflow Step 1: Check Existing Knowledge First, check if onboarding was already performed: List files in: .claude/context/memory/ Look for: project-structure.md, build-commands.md, test-commands.md If memories exist, read them and skip to St...
56
15308 package-script-writer umbraco/umbraco-cms-backoffice-skills
Package Script Writer (psw) Generate and run Umbraco CMS installation scripts using the psw CLI tool. Workflow Check if PSW CLI is installed: psw --version If command not found, the .NET tools path may not be in PATH. Try: Linux/Mac: export PATH="$PATH:$HOME/.dotnet/tools" && psw --version Windows: %USERPROFILE%\.dotnet\tools\psw --version If not installed, install it: dotnet tool install --global PackageScriptWriter.Cli Then run the psw command (see below) Non-Interactive Usage (Claude Code) Th...
56
15309 reactive-dashboard-performance erichowens/some_claude_skills
Reactive Dashboard Performance Expert in building production-grade reactive dashboards that load in <100ms and have comprehensive test coverage. Core Expertise Performance Patterns (Linear, Vercel, Notion-grade) Skeleton-First Loading Render skeleton immediately (0ms perceived load) Stream in data progressively Never show spinners for <200ms loads Aggressive Caching React Query with staleTime: 5min, cacheTime: 30min Optimistic updates for mutations Prefetch on hover/mount Code Splitting ...
56
15310 swot-pestle-analysis melodic-software/claude-code-plugins
Strategic Environmental Analysis Perform strategic environmental analysis using SWOT, PESTLE, and Porter's Five Forces frameworks. Creates structured assessments for competitive positioning and strategic planning. What is Strategic Environmental Analysis? Strategic environmental analysis examines internal and external factors that impact an organization's ability to achieve its objectives. Three complementary frameworks provide different perspectives: Framework Focus Perspective Best For SWO...
56
15311 react-native gentleman-programming/gentleman-skills
@json-render/react-native React Native renderer that converts JSON specs into native mobile component trees with standard components, data binding, visibility, actions, and dynamic props. Quick Start import { defineCatalog } from "@json-render/core" ; import { schema } from "@json-render/react-native/schema" ; import { standardComponentDefinitions , standardActionDefinitions , } from "@json-render/react-native/catalog" ; import { defineRegistry , Renderer , type Components } from "@json-render/r...
56
15312 import-export groeimetai/snow-flow
Import/Export handles data migration, bulk operations, and data transfer. Import/Export Architecture ``` Data Sources ├── Files (CSV, Excel, XML) ├── JDBC Connections └── REST/SOAP Import Process ├── Import Set Tables ├── Transform Maps └── Target Tables Export Process ├── Scheduled Exports ├── Report Exports └── XML Export ``` Key Tables | `sys_import_set` | Import set records | `sys_data_source` | Data sources | `sys_transform_map` | Transfor...
56
15313 r3f-fundamentals bbeierle12/skill-mcp-claude
React Three Fiber Fundamentals Quick Start import { Canvas } from '@react-three/fiber' import { useRef } from 'react' import { useFrame } from '@react-three/fiber' function RotatingBox() { const meshRef = useRef() useFrame((state, delta) => { meshRef.current.rotation.x += delta meshRef.current.rotation.y += delta * 0.5 }) return ( <mesh ref={meshRef}> <boxGeometry args={[1, 1, 1]} /> <meshStandardMaterial color="hotpink" /> </mesh> ) } export default fun...
56
15314 chrome-debug zenobi-us/dotfiles
Chrome Debugging and Browser Manipulation via Remote Debugging Protocol Overview Chrome DevTools Protocol (CDP) enables remote browser automation and debugging through mcporter. Key capabilities: Live browser debugging alongside Agent conversations Automated form filling and interaction testing Visual feedback via screenshots Console log and network request inspection JavaScript execution in page context Prerequisites [CRITICAL] Before using Chrome DevTools, ensure: Chrome/Chromium is runni...
56
15315 b2c-scaffold salesforcecommercecloud/b2c-developer-tooling
B2C Scaffold Skill Use the b2c scaffold commands to generate B2C Commerce components from templates. Tip: If b2c is not installed globally, use npx @salesforce/b2c-cli instead. Examples List Available Scaffolds list all scaffolds b2c scaffold list list only cartridge scaffolds b2c scaffold list --category cartridge show extended info (description, tags) b2c scaffold list -x Generate a Cartridge generate interactively b2c scaffold cartridge generate with name b2c scaffold cartridge --name ap...
56
15316 docs-writer tech-leads-club/agent-skills
docs-writer skill instructions As an expert technical writer for the Gemini CLI project, your goal is to produce documentation that is accurate, clear, and consistent with the project's standards. You must adhere to the documentation contribution process outlined in CONTRIBUTING.md and the style guidelines from the Google Developer Documentation Style Guide. Step 1: Understand the goal and create a plan Clarify the request: Fully understand the user's documentation request. Identify the core f...
56
15317 hig-components-content raintree-technology/apple-hig-skills
Apple HIG: Content Components Check for .claude/apple-design-context.md before asking questions. Use existing context and only ask for information not already covered. Key Principles Adapt to different sizes and contexts. Content components must work across screen sizes, orientations, and multitasking configurations. Use Auto Layout and size classes. Make content accessible. Charts need audio graph support. Images need alt text. Collections need proper VoiceOver navigation order. All content com...
56
15318 psi siviter-xyz/dot-agent
PSI - Plan Spec Implement Structured workflow for planning, specifying, and implementing changes with documentation-first approach. When to Use Only use when: Explicitly directed by the user Mentioned in project AGENTS.md file Do not use automatically - this is an opt-in workflow, not a default. Core Workflow Plan → Spec → Implement Phases are independent - you can start with any phase, but all must ensure documentation stays up-to-date. Key Principles Ephemeral planning - Plans stored ...
56
15319 cron-scheduler aidotnet/moyucode
Cron Scheduler Tool Description Parse, validate, and explain cron expressions. Calculate next run times and generate cron syntax. Trigger /cron command User needs cron expression help User wants to schedule tasks Usage Explain cron expression python scripts/cron_scheduler.py "0 9 * * 1-5" Get next N run times python scripts/cron_scheduler.py "*/15 * * * *" --next 5 Generate cron from description python scripts/cron_scheduler.py --generate "every day at 9am" Validate expression python scripts...
56
15320 frontend-dev-guidelines bbeierle12/skill-mcp-claude
Frontend Development Guidelines (React · TypeScript · Suspense-First · Production-Grade) You are a senior frontend engineer operating under strict architectural and performance standards. Your goal is to build scalable, predictable, and maintainable React applications using: Suspense-first data fetching Feature-based code organization Strict TypeScript discipline Performance-safe defaults This skill defines how frontend code must be written , not merely how it can be written. 1. Frontend Feasibi...
56
15321 debug-with-file catlog22/claude-code-workflow
Codex Debug-With-File Prompt Overview Enhanced evidence-based debugging with documented exploration process . Records understanding evolution, consolidates insights, and uses analysis to correct misunderstandings. Core workflow : Explore → Document → Log → Analyze → Correct Understanding → Fix → Verify Key enhancements over /prompts:debug : understanding.md : Timeline of exploration and learning Analysis-assisted correction : Validates and corrects hypotheses Consolidation : Simplifies proven-wr...
56
15322 docker-git-bash-guide josiahsiegel/claude-plugin-marketplace
Docker on Windows Git Bash / MINGW - Path Conversion Guide This skill provides comprehensive guidance on handling Docker commands in Git Bash (MINGW) on Windows, with specific focus on volume mount path conversion issues and solutions. The Path Conversion Problem When running Docker commands in Git Bash (MINGW) or MSYS2 on Windows, automatic path conversion can cause serious issues with volume mounts and other Docker commands. What Triggers Automatic Conversion MSYS/MINGW shells automatical...
56
15323 codeup abcfed/claude-marketplace
No SKILL.md available for this skill. View on GitHub
56
15324 umbraco-skill-validator umbraco/umbraco-cms-backoffice-skills
Skill Content Validator Validates all SKILL.md files in the repository for broken links, missing references, and invalid paths. What This Skill Does Runs deterministic validation script - Fast, consistent checking of all links Generates structured report - JSON output with all issues found Spawns fixer subagent - AI-powered fix suggestions for issues Presents fix plan - Diff-style changes for approval Executes approved fixes - Only applies changes user approves Validation Checks Check Type Descr...
56
15325 schema-creator oimiragieo/agent-studio
Schema Creator Skill WARNING: DO NOT WRITE DIRECTLY TO .claude/schemas/ Schema files are protected by unified-creator-guard.cjs (Gate 4 in CLAUDE.md). Direct writes bypass post-creation steps (catalog updates, consumer assignment, integration verification). Always use the schema-creator skill workflow for creating schemas. Direct writes create "invisible artifacts" that no validator or agent can discover. Creates JSON Schema validation files for the Claude Code Enterprise Framework. Schemas enfo...
56
15326 brightdata danielmiessler/personal_ai_infrastructure
Customization Before executing, check for user customizations at: ~/.claude/skills/CORE/USER/SKILLCUSTOMIZATIONS/BrightData/ If this directory exists, load and apply any PREFERENCES.md, configurations, or resources found there. These override default behavior. If the directory does not exist, proceed with skill defaults. Voice Notification When executing a workflow, do BOTH: Send voice notification : curl -s -X POST http://localhost:8888/notify \ -H "Content-Type: application/json" \ -d '{"messa...
56
15327 python-logging-strategist jorgealves/agent_skills
Python Logging Strategist Purpose and Intent Design structured logging systems with context propagation. Use to ensure Python applications are observable and logs are machine-readable. When to Use Project Setup : When initializing a new Python project. Continuous Integration : As part of automated build and test pipelines. Legacy Refactoring : When updating older Python codebases to modern standards. When NOT to Use Non-Python Projects : This tool is specialized for the Python ecosystem. Error C...
56
15328 ccxt-php ccxt/ccxt
CCXT for PHP A comprehensive guide to using CCXT in PHP projects for cryptocurrency exchange integration. Installation Via Composer (REST and WebSocket) composer require ccxt/ccxt Required PHP Extensions cURL mbstring (UTF-8) PCRE iconv gmp (for some exchanges) Optional for Async/WebSocket ReactPHP (installed automatically with ccxt) Quick Start REST API - Synchronous <?php date_default_timezone_set ( 'UTC' ) ; // Required! require_once 'vendor/autoload.php' ; $exchange = new \ ccxt \ binance ( ...
56
15329 specalign 0xbigboss/claude-code
Spec Alignment Principles (Always Active) These apply whenever a spec file and its corresponding implementation are both in context: Spec and Code Must Agree A spec describes intended behavior; code implements it. When they disagree, one is wrong. Never silently tolerate drift - surface it immediately when noticed. The user decides which is the source of truth for each discrepancy. Do not assume. Drift Categories Type drift : spec defines fields/types that don't match the implementation Behavior...
56
15330 brand voice coach eddiebe147/claude-settings
Brand Voice Coach Define, document, and maintain a consistent brand voice that makes your content instantly recognizable. This skill helps you articulate what your brand sounds like, train teams to write on-brand, and ensure consistency across every touchpoint. A strong brand voice builds trust, differentiates from competitors, and creates emotional connection. This skill provides frameworks for defining voice attributes, creating practical guidelines, and evaluating content against brand standa...
56
15331 data-pipeline-engineer erichowens/some_claude_skills
Data Pipeline Engineer Expert data engineer specializing in ETL/ELT pipelines, streaming architectures, data warehousing, and modern data stack implementation. Quick Start Identify sources - data formats, volumes, freshness requirements Choose architecture - Medallion (Bronze/Silver/Gold), Lambda, or Kappa Design layers - staging → intermediate → marts (dbt pattern) Add quality gates - Great Expectations or dbt tests at each layer Orchestrate - Airflow DAGs with sensors and retries Monitor - l...
56
15332 pricing-strategist ncklrs/startup-os-skills
Pricing Strategist Purpose Build a comprehensive, justified pricing strategy — tier structures, price points, positioning, and revenue optimization — tailored to the business through context and conversation. Execution Logic Check $ARGUMENTS first to determine execution mode: If $ARGUMENTS is empty or not provided: Respond with: "pricing-strategist loaded, ready to build your pricing strategy" Then wait for the user to provide context in the next message. If $ARGUMENTS contains content: Proceed ...
56
15333 plan-generator oimiragieo/agent-studio
Plan Generator Skill Step 1: Analyze Requirements Parse user requirements: Extract explicit requirements Identify implicit requirements Determine planning scope Assess complexity Step 2: Coordinate Specialists Request planning input from relevant agents: Analyst : Business requirements and market context PM : Product requirements and user stories Architect : Technical architecture and design Database Architect : Data requirements UX Expert : Interface requirements Step 3: Generate Plan Structure...
56
15334 huggingface-accelerate orchestra-research/ai-research-skills
HuggingFace Accelerate - Unified Distributed Training Quick start Accelerate simplifies distributed training to 4 lines of code. Installation: pip install accelerate Convert PyTorch script (4 lines): import torch + from accelerate import Accelerator + accelerator = Accelerator() model = torch.nn.Transformer() optimizer = torch.optim.Adam(model.parameters()) dataloader = torch.utils.data.DataLoader(dataset) + model, optimizer, dataloader = accelerator.prepare(model, optimizer, data...
56
15335 quality-audit-workflow rysweet/amplihack
Orchestrates a systematic, parallel quality audit of any codebase with automated remediation through PR generation and PM-prioritized recommendations. When I Activate I automatically load when you mention: - "quality audit" or "code audit" - "codebase review" or "full code review" - "refactoring opportunities" or "technical debt audit" - "module quality check" or "architecture review" - "parallel analysis" with multiple agents What I Do Execute a 7-phase workflow that: - Familiarizes...
56
15336 playwright-test open-metadata/openmetadata
Playwright Test Generator - OpenMetadata Generate production-ready, zero-flakiness Playwright tests following OpenMetadata conventions. Usage /playwright-test Feature: <feature name> Category: <Features|Pages|Flow|VersionPages> Entity: <Table|Dashboard|Pipeline|Topic|Database|User|Team|Glossary|Other> Domain: <Governance|Discovery|Platform|Observability|Integration> Scenarios: - <scenario 1 description> - <scenario 2 description> - <scenario 3 description> Roles: <admin|dataConsumer|dataSteward|...
56
15337 react-animation notedit/happy-skills
When to use Use this skill when creating Remotion video compositions that need aesthetically refined visual effects. Components are curated for motion graphics excellence, categorized by visual style. Installation npx shadcn@latest add https://reactbits.dev/r/ < Component > -TS-CSS 🎨 Aesthetic Categories Components organized by visual style. Avoid mixing more than 2 styles in one video. 1. Elegant & Soft (优雅柔和) Smooth, cinematic, refined. Best for luxury brands, emotional storytelling. Text Comp...
56
15338 frontend-style-guide lightdash/lightdash
Lightdash Frontend Style Guide Apply these rules when working on any frontend component in packages/frontend/ . Mantine 8 Migration CRITICAL : We are migrating from Mantine 6 to 8. Always upgrade v6 components when you encounter them. Component Checklist When creating/updating components: Use @mantine-8/core imports No style or styles or sx props Check Mantine docs/types for available component props Use inline-style component props for styling when available (and follow <=3 props rule) Use CSS ...
56
15339 hyperforce-2025 josiahsiegel/claude-plugin-marketplace
🚨 CRITICAL GUIDELINES Windows File Path Requirements MANDATORY: Always Use Backslashes on Windows for File Paths When using Edit or Write tools on Windows, you MUST use backslashes (\) in file paths, NOT forward slashes (/). Examples: ❌ WRONG: D:/repos/project/file.tsx ✅ CORRECT: D:\repos\project\file.tsx This applies to: Edit tool file_path parameter Write tool file_path parameter All file operations on Windows systems Documentation Guidelines NEVER create new documentation files unless ...
56
15340 llm-artifacts-detection existential-birds/beagle
LLM Artifacts Detection Detect and flag common patterns introduced by LLM coding agents that reduce code quality. Detection Categories Category Reference Key Issues Tests references/tests-criteria.md DRY violations, library testing, mock boundaries Dead Code references/dead-code-criteria.md Unused code, TODO/FIXME, backwards compat cruft Abstraction references/abstraction-criteria.md Over-abstraction, copy-paste drift, over-configuration Style references/style-criteria.md Obvious comments, def...
56
15341 controller-signers cartridge-gg/docs
Controller Signers & Authentication Controller supports multiple authentication methods (signers) for flexibility and security. Supported Signer Types Type Description Best For webauthn Passkey (biometric/hardware key) Primary auth, most secure google Google OAuth Easy onboarding discord Discord OAuth Gaming communities twitter Twitter/X OAuth Social integration argent Argent wallet (Starknet) Starknet native users braavos Braavos wallet (Starknet) Starknet native users metamask MetaMask (deskto...
56
15342 mailsac vm0-ai/vm0-skills
Mailsac Use the Mailsac API via direct curl calls to manage disposable email addresses for testing and QA automation. Official docs: https://docs.mailsac.com/ When to Use Use this skill when you need to: Receive test emails in disposable inboxes Validate email addresses (check format and disposable status) Automate email verification flows in E2E tests Configure webhooks for real-time email notifications Manage private email addresses for testing Prerequisites Sign up at https://mailsac.com...
56
15343 copywriting kimny1143/claude-code-template
Copywriting You are an expert conversion copywriter. Your goal is to write marketing copy that is clear, compelling, and drives action. Before Writing Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task. Gather this context (ask if not provided): 1. Page Purpose What type of pag...
56
15344 script writer eddiebe147/claude-settings
Script Writer Transform ideas into engaging audio-visual scripts that captivate audiences and deliver your message effectively. This skill helps you write scripts for YouTube videos, podcasts, presentations, webinars, ads, and any spoken content that needs to sound natural and engaging. Whether you're creating educational content, entertainment, marketing videos, or thought leadership, this skill ensures your scripts are well-paced, conversational, and optimized for the spoken word. It balances ...
56
15345 blip-2-vision-language orchestra-research/ai-research-skills
BLIP-2: Vision-Language Pre-training Comprehensive guide to using Salesforce's BLIP-2 for vision-language tasks with frozen image encoders and large language models. When to use BLIP-2 Use BLIP-2 when: Need high-quality image captioning with natural descriptions Building visual question answering (VQA) systems Require zero-shot image-text understanding without task-specific training Want to leverage LLM reasoning for visual tasks Building multimodal conversational AI Need image-text retrieva...
56
15346 chrome-extension-wxt tenequm/claude-plugins
Chrome Extension Development with WXT Build modern, cross-browser extensions using WXT - the next-generation framework that supports Chrome, Firefox, Edge, Safari, and all Chromium browsers with a single codebase. When to Use This Skill Use this skill when: Creating a new Chrome/browser extension Setting up WXT development environment Building extension features (popup, content scripts, background scripts) Implementing cross-browser compatibility Working with Manifest V3 (mandatory standard as o...
56
15347 x-recruiter iofficeai/aionui
本技能用于快速在 X 发布招聘信息,包含文案规则、封面/详情图提示与自动化发布脚本。 核心工作流 1. 信息收集 向用户确认: - 岗位名称 - 核心职责 & 要求 - 投递邮箱/链接 2. 生成视觉素材 使用 `scripts/generate_images.js` 生成图片。 - 操作: ``` node scripts/generate_images.js ``` - 产出:`cover.png`, `jd_details.png` 3. 生成文案 生成符合 X 调性的文案,控制在 280 字符内。 - 规则:参考 `assets/rules.md`。 - 要求:简洁、清晰、带核心职责与投递方式。 4. 自动化发布 使用 `scripts/publish_x.py` 启动浏览器进行发布。 前置要求: - 安装 Playwright: `pip install playwright` - 安装浏览器驱动: `playwright install chromium` 执行命令: ``` python3 scripts/publis...
56
15348 user-stories-setup andrelandgraf/fullstackrecipes
User Stories Setup To set up User Stories Setup, refer to the fullstackrecipes MCP server resource: Resource URI: recipe://fullstackrecipes.com/user-stories-setup If the MCP server is not configured, fetch the recipe directly: curl -H "Accept: text/plain" https://fullstackrecipes.com/api/recipes/user-stories-setup
56
15349 python-config-manager jorgealves/agent_skills
Python Configuration Manager Purpose and Intent Generate and validate environment-based configuration for Python apps using Pydantic or Dynaconf. Use to ensure secure and valid runtime settings. When to Use Project Setup : When initializing a new Python project. Continuous Integration : As part of automated build and test pipelines. Legacy Refactoring : When updating older Python codebases to modern standards. When NOT to Use Non-Python Projects : This tool is specialized for the Python ecosyste...
56
15350 trellis-meta mindfold-ai/trellis
Trellis Meta-Skill Version Compatibility Item Value Trellis CLI Version 0.3.0 Skill Last Updated 2026-02-28 Min Claude Code Version 1.0.0+ ⚠️ Version Mismatch Warning : If your Trellis CLI version differs from above, some features may not work as documented. Run trellis --version to check. Platform Compatibility Feature Support Matrix Feature Claude Code iFlow Cursor OpenCode Codex Kilo Kiro Gemini CLI Antigravity Core Systems Workspace system ✅ Full ✅ Full ✅ Full ✅ Full ✅ Full ✅ Full ✅ Full ✅ F...
56