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.
-
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 islabring/fastgpt-official-plugins. -
Install or verify required tools: