wen-beego

Add APIs and reusable helpers in the wen-beego framework.

Updated Aug 22, 2025
One-click install
npx skills add https://github.com/wenzhizhong/wen-beego --skill wen-beego
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wen-beego
Source: https://github.com/wenzhizhong/wen-beego/tree/main/.opencode/skills/wen-beego
Command: npx skills add https://github.com/wenzhizhong/wen-beego --skill wen-beego

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

wen-beego 开发中,新增接口、使用全局变量和助手函数的实现流程复杂且易出错。该 Skill 提供结构化指南,帮助开发者规范化实现并提升开发效率。

Core Features & Use Cases

  • 提供 wen-beego 二次开发的目录结构规范与操作流程
  • 演示如何新增接口、使用全局变量与助手函数、并遵循框架约定
  • 面向平台端、商户端和对外端的快速上手与一致性实践

Quick Start

Create a new API endpoint under apps/admin_plat following the described conventions and reuse the provided global variables and helper functions.

Frequently Asked Questions about wen-beego

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add a new API endpoint in the wen-beego framework?

To add a new API endpoint in the wen-beego framework, create a new route under the apps/admin_plat directory while following the described directory structure conventions and reusing provided global variables.

What is the best way to use global variables and helper functions in wen-beego development?

The best way to use global variables and helper functions in wen-beego is by following the framework's structured guidelines, which ensure reusable utilities are implemented consistently across platform and admin modules.

Does wen-beego support secondary development for platform and merchant modules?

Yes, wen-beego supports secondary development for platform, merchant, and external modules by providing directory structure specifications and operational workflows for consistent API expansion.

How does the wen-beego skill handle frontmatter and metadata requirements for API activation?

The wen-beego skill handles frontmatter and metadata requirements by loading name, description, license, and compatibility fields, satisfying the necessary conditions to enable discovery and activation.

Can I reuse shared utilities across different wen-beego projects?

Yes, you can reuse shared utilities across different wen-beego projects, as the framework provides structured guidance for applying reusable helpers consistently across various development modules.

Why do I need a structured guide for adding APIs in beego backend development?

You need a structured guide for adding APIs in beego backend development because the implementation flow for new interfaces and global variables is complex and error-prone without standardized conventions.