Claude Skill
harikrishna8121999/antigravity-workflows
Antigravity Workflows 提供社区驱动的可复用提示词与自动化,用于 AI 编程助手。类似 Claude Skill,通过 VSCode 扩展和 npm 包支持 Copilot、Gemini 和 OpenCode。
概览
仓库信息
安装这个 Skill
npx antigravity-workflows install git-commitRegistry 信息
npx antigravity-workflows install git-commitnpx antigravity-workflows listnpx antigravity-workflows search "test"npx antigravity-workflows install <name> # Single workflownpx antigravity-workflows install <name1> <name2> # Multiple workflows
项目简介
Antigravity Workflows 是一个社区驱动的可复用提示词与自动化脚本集合,专为 Antigravity AI 设计,类似于 Claude Skill。它通过 VSCode 扩展和 npm 包,为开发者提供预构建的工作流,以优化 Copilot、Gemini 和 OpenCode 等 AI 编程助手的使用体验。
Community-driven workflows for Antigravity AI. Like Claude Skills - reusable prompts and automation for AI coding assistants.
要点
- 社区驱动的可复用提示词与自动化
- 类似 Claude Skill 的 AI 编程助手工作流
- 支持 Copilot、Gemini 和 OpenCode
- 提供 VSCode 扩展和 npm 包两种形式
- 专为 Antigravity AI 平台设计
使用场景
- 使用可复用提示词自动化重复编码任务
- 增强 AI 助手的代码生成响应
- 分享和发现社区构建的工作流
- 与 VSCode 集成实现无缝开发
- 跨项目标准化 AI 交互方式
README 摘要
# Antigravity Workflows 🚀 <div align="center"> **Stack-agnostic, question-driven workflows for AI coding assistants** [](https://www.npmjs.com/package/antigravity-workflows) [](LICENSE) [Quick Start](#-quick-start) • [Philosophy](#-philosophy) • [Workflows](#-available-workflows) • [Contributing](#-contributing) </div> --- ## 🌟 What Is This? A collection of **intelligent workflows** that teach AI coding assistants how to perform tasks — without assuming your tech stack. Unlike typical code snippets or templates, our workflows: - **🔍 Detect** your project's framework, styling, and patterns - **❓ Ask** clarifying questions to produce better results - **🎯 Adapt** to your specific setup, not force a specific stack **Think of it like [anthropics/skills](https://github.com/anthropics/skills), but stack-agnostic.** --- ## 🎯 Philosophy Every workflow follows five core principles: | Principle | Description | |-----------|-------------| | **Stack-Agnostic** | Works with React, Vue, Angular, Django, or any stack | | **Question-Driven** | Asks clarifying questions for better results | | **Progressive Disclosure** | Loads minimal context first, expands on demand | | **Single Responsibility** | Each workflow does ONE thing well | | **Composable** | Combine workflows for complex tasks | --- ## ⚡ Quick Start No installation required — just use `npx`! ```bash # Install a workflow into your project npx antigravity-workflows install git-commit # List all available workflows npx antigravity-workflows list # Search for workflows npx antigravity-workflows search "test" ``` Once installed, trigger the workflow in Antigravity: > Type