FastGPT
Build, test, and deploy the FastGPT AI agent platform
All Skills in This Repository (13)
Pure Emerald Level Indicatorsprompt-optimize
Refines and restructures AI prompts through collaborative dialogue using prompt engineering techniques.
deprecate-workflow-node
Deprecates FastGPT workflow nodes while preserving backward compatibility for existing workflows.
i18n-translate
Translate FastGPT i18next namespace JSON files from Simplified Chinese into all supported locales.
test-case
Writes Vitest unit tests for FastGPT packages and projects source files.
api-development
Standardizes FastGPT API route development with zod schemas and OpenAPI documentation.
pr-change-analysis
Analyzes GitHub PR or local branch diffs for requirement scope, code quality, and style consistency.
ci-workflow-sync
Synchronize GitHub Actions workflows with Forgejo Actions equivalents for dual-track CI.
pr-review
Reviews GitHub pull requests through staged logic validation and multi-dimensional quality checks.
add-permission
Guides integration of permission management for new FastGPT resources.
doc-i18n
Translate FastGPT documentation from Chinese MDX files into North American English.
workflow-stop-design
Set Redis-based stop flags to pause per-app per-chat workflows.
create-skill-file
Generates scaffolded Skill files with metadata and formatting for common programming languages and frameworks.
Frequently Asked Questions
FAQPage SchemaHow to install FastGPT skills?▼
Run `npx skills add labring/FastGPT --all -g -y` in your terminal to install all skills in this suite globally.
What is FastGPT used for?▼
FastGPT is an open-source platform for building AI agents with visual workflow orchestration, knowledge bases, and model integration. These skills help AI agents develop, test, translate, and deploy the platform itself.
How to deploy FastGPT with Docker?▼
The included deploy skill walks your AI agent through running the official install script, starting Docker Compose, and verifying the service. You get the access URL, root account, and password when finished.
Can AI agents review FastGPT pull requests?▼
Yes. The pr-review and pr-change-analysis skills let your agent analyze diffs, check security, performance, and style rules, then post structured review reports.
Do these skills work with Claude Code and other agents?▼
Yes. All skills follow the standard SKILL.md format and run in Claude Code, Codex, Cursor, and other compatible AI coding agents.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core