This is your go-to when building full-stack apps on EdgeOne Pages with Edge Functions, Cloud Functions (Node.js, Go, or Python), or middleware. It helps you pick the right runtime through a decision tree: V8 edge functions for lightweight APIs and KV storage, Node.js cloud functions for npm packages and WebSockets, Go for high-performance compiled backends with Gin or Echo, Python for Flask or FastAPI. The skill is strict about keeping framework-native features separate (don't use platform middleware.js for Next.js projects) and enforces practical rules like never running edgeone pages dev as your devCommand. Good for anyone who needs to understand the tradeoffs between edge compute and traditional serverless without trial and error.
npx skills add https://github.com/tencentedgeone/edgeone-pages-skills --skill edgeone-pages-dev