skills/mercury-api.wepieoa.com/activity-code-standards

activity-code-standards

SKILL.md

Vibe Coding Style Guide

go语言版本: go 1.24.0

1. 项目结构 (Project Structure)

1.1 标准目录布局

app/activity/{year}/{activity_name}/
├── internal/
│   ├── conf/           # 配置与常量
│   ├── store/          # Redis 数据层
│   ├── service/        # 业务逻辑层
│   ├── event/          # 事件处理
│   ├── cron/           # 定时任务
│   └── acttrack/       # 埋点上报(可选)
└── router/             # 路由注册
Installs
10
First Seen
Apr 13, 2026