auto_awesome AI-first plugin development

ศูนย์นักพัฒนาปลั๊กอิน AI

อธิบายไอเดียให้ผู้ช่วย AI SwiftBiuX Skill จะแนะนำให้เลือกประเภทปลั๊กอิน ประกาศสิทธิ์ขั้นต่ำ สร้าง manifest.json / script.js / Web UI และแพ็กเป็นปลั๊กอิน .swiftbiux ที่ติดตั้งได้ ใช้เอกสารแบบโมดูลเมื่อต้องการปรับแต่งด้วยมืออย่างละเอียด

Use the left nav to open any module in one click.

Starter prompt for AI
Repository:
https://github.com/SwiftBiu/SwiftBiuX-Template

Read the SwiftBiuX Skill:
https://raw.githubusercontent.com/SwiftBiu/SwiftBiuX-Template/main/AI_SKILL.md

Build script:
https://github.com/SwiftBiu/SwiftBiuX-Template/blob/main/scripts/build_plugin.sh

Create a SwiftBiu plugin:
Plugin name:
Input type: selected text / selected files / manual input / Web UI
Goal:
Output: paste in place / copy to clipboard / show notification / save file / open window

Requirements:
- Choose textAction or fileAction automatically
- Declare only required permissions
- Generate manifest.json and script.js
- Generate ui/index.html only when needed
- From the SwiftBiuX-Template repository root, run ./scripts/build_plugin.sh <PluginDirectory>

Choose a path

What do you want to do?

Recommended flow

Build with AI in three steps

  1. 01

    Describe the idea

    Tell AI the input, the job, and where the result should go.

  2. 02

    Load the Skill

    AI uses SwiftBiuX Skill to choose architecture, permissions, and minimal docs.

  3. 03

    Generate the plugin

    Create manifest.json, script.js, optional Web UI, and package .swiftbiux.

Documentation map

ภาพรวม

This map mirrors the left navigation. The left side changes pages; the right side only navigates within the current page.

integration_instructions

APIs & interfaces

Choose the correct background, native workflow, Web UI, and platform APIs.

terminal

Test & release

Inspect logs, fix failures, and choose the correct release channel.

help_center

Reference

Review best practices and answers to common development questions.