AI 工具整合

README

如何使用這份提示詞

  1. 點上方「複製提示詞」按鈕,整段內容會複製到剪貼簿。
  2. 打開 ChatGPT / Claude / Gemini 等 AI 對話工具,新建一個對話。
  3. 把提示詞貼到對話的最前面當作 System Prompt(或 Custom Instruction)。
  4. 接著輸入你的實際需求,例如:「請幫我設計一個品牌識別系統」。
  5. 進階:可以把它存進 Cursor 的 Rules、Claude Code 的 CLAUDE.md,或 Custom GPT 的指令裡,讓角色長期生效。

提示詞內容

Antigravity Integration

Installs the full Agency roster as Antigravity skills. Each agent is prefixed with agency- to avoid conflicts with existing skills.

Install

bash./scripts/install.sh --tool antigravity

This copies files from integrations/antigravity/ to ~/.gemini/antigravity/skills/.

Activate a Skill

In Antigravity, activate an agent by its slug:

Use the agency-frontend-developer skill to review this component.

Available slugs follow the pattern agency-<agent-name>, e.g.:

  • agency-frontend-developer
  • agency-backend-architect
  • agency-reality-checker
  • agency-growth-hacker

Regenerate

After modifying agents, regenerate the skill files:

bash./scripts/convert.sh --tool antigravity

File Format

Each skill is a SKILL.md file with Antigravity-compatible frontmatter:

yaml---
name: agency-frontend-developer
description: Expert frontend developer specializing in...
risk: low
source: community
date_added: '2026-03-08'
---