gfly
仓库创建 2026年7月6日最近提交 22 天前SkillHot 收录 22 天前
▸ 精选理由
适用于使用 gFly 的团队,减少架构和 CRUD 惯例讨论。
这个 Skill 做什么
针对 gFly 框架的 Go 后端专家指南,涵盖控制器、路由与架构。
面向 gFly 框架的 Go 后端实战指南,讲控制器、服务层、路由、DTO、数据库迁移和 model‑builder 查询等常见模式。在实现 CRUD API、设计 Clean Architecture 或处理路由与响应逻辑时会经常用到。特点是把 gFly 与项目惯用做法、查询构建和错误处理规则整合成可复用的范式。
▸ 展开 SKILL.md 英文原文
gFly framework expert for Go backend. PROACTIVELY use when working with Go controllers, services, repositories, DTOs, migrations, routes. Triggers: Go, controller, service, DTO, migration, route, gFly, API endpoint, mb model builder
0
Stars
0
Forks
6
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/vinhio/skills/main/gfly/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/vinhio/skills/main/gfly/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# gFly Framework Expert Skill Expert-level gFly framework patterns (https://www.gfly.dev), Clean Architecture, CRUD APIs, model builder queries, and response handling for this project's Go backend. ## Table of Contents - [Hard Rule](#hard-rule) - [Project Context](#project-context) - [Auto-Detection](#auto-detection) - [Reference Guide](#reference-guide) - [Constraints](#constraints) - [Quick Reference](#quick-reference) ## Hard Rule **Local file I/O MUST go through `github.com/gflydev/storage` with the local driver `github.com/gflydev/storage/local` — never raw OS file I/O** (`os.ReadFile`, `os.WriteFile`, `os.Open`, `os.Create`, `os.Stat`, `io/ioutil`, direct `os`/`filepath` reads/wri
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有