AI 工具整合

README

如何使用這份提示詞

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

提示詞內容

Qwen Code Integration

Qwen Code uses project-scoped .md SubAgent files in .qwen/agents/.

The generated files come from scripts/convert.sh --tool qwen, which writes one SubAgent Markdown file per agency agent into integrations/qwen/agents/.

Generate

From the repository root:

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

Install

Run the installer from your target project root:

bashcd /your/project && /path/to/agency-agents/scripts/install.sh --tool qwen

This copies the generated SubAgent files into:

text.qwen/agents/

Refresh in Qwen Code

After installation:

  • run /agents manage in Qwen Code to refresh the agent list, or
  • restart the current Qwen Code session

Notes

  • Qwen Code is project-scoped, not home-scoped
  • The generated Qwen files use minimal frontmatter: name, description, and

optional tools

  • If you update agents in this repo, regenerate the Qwen output before

reinstalling