develop-fastgpt-plugin

Installation
SKILL.md

Develop FastGPT Plugin

Use this skill to turn a plugin idea into a working FastGPT official plugin. Treat this file as self-contained onboarding text: first make sure the developer has the repository, tools, and dependencies, then scaffold and implement the plugin.

Bootstrap From Raw Text

Start here whenever the current machine may not already have this repo ready.

  1. Check whether you are inside this repository:

    git rev-parse --show-toplevel
    git remote -v
    test -f package.json && node -p "require('./package.json').name"
    

    The expected package name is @fastgpt/official-plugins. The expected upstream repository is labring/fastgpt-official-plugins.

  2. Install or verify required tools:

Installs
1
GitHub Stars
4
First Seen
2 days ago
develop-fastgpt-plugin — labring/fastgpt-official-plugins