Sandbox
@gogf/skills

GoFrame skill pack for agent code generation

GoFrame Skills packages framework knowledge for agents that need to generate GoFrame code. It combines documentation, practical examples, and skill files so the agent can follow GoFrame conventions when building services and features.

80 starsβ€’3 forksβ€’Goβ€’Updated 3mo ago
Who it's for

Builders who want an agent to generate GoFrame code with the right framework conventions.

What it delivers

You can get GoFrame code that matches the framework's patterns instead of re-explaining the basics every time.

What it does

GoFrame conventions guide

Covers CLI management, configuration, logging, error handling, and database ORM with design notes, usage guidance, and caveats.

Practical project examples

Includes example code for HTTP services and gRPC microservices so an agent has concrete patterns to copy.

Skill packaging

Ships as a skills repo that can be installed and updated with the `skills` CLI.

How to get it

  1. 1Run
    npx skills add github.com/gogf/skills -g
  2. 2Run
    npx skills update
  3. 3Prompt example
    Build a user service with GoFrame, designed with RESTful API interfaces and featuring basic CRUD operations.
  4. 4Prompt example
    Add JWT authentication to the project. Only users logged in with valid credentials can access protected endpoints like /user/profile for personal information.

README

GoFrame Skills

GoFrame Skills is an AI skill set tailored for the GoFrame framework, designed to enable AI to produce accurate GoFrame code. It provides:

  • πŸ“š Comprehensive Documentation: Covers core components including CLI management, configuration, logging, error handling, database ORM, and more β€” with design overviews, usage guides, best practices, and caveats.
  • πŸ’‘ Rich Practical Examples: Includes code examples for various project types such as HTTP services and gRPC microservices to help you get started quickly.
  • πŸ€– AI-Powered Development: Empowers AI to deeply understand GoFrame conventions and best practices, generating high-quality, production-ready code.

🚧 Currently in Beta β€” feel free to try it out and contribute via Issues and Pull Requests!

Installation

npx skills add github.com/gogf/skills -g

Check Updates

npx skills check

Install Updates

npx skills update

Usage Example

ℹ️ It's recommended to use Claude Opus 4.6 or later for optimal code generation.

Create a new project with GoFrame skills

Prompt example:

Build a user service with GoFrame, designed with RESTful API interfaces and featuring basic CRUD operations.

Create a new project with GoFrame skills in Copilot

Create a new feature with GoFrame skills

Prompt example:

Add JWT authentication to the project. Only users logged in with valid credentials can access protected endpoints like /user/profile for personal information.

Create a new feature with GoFrame skills in Copilot

Files in the repo

Repository payloadβ€’12 top-level entries
  • .github
  • examples
  • references
  • skills
  • .gitignore
  • CONTRIBUTING.md
  • go.mod
  • go.sum
  • main.go
  • Makefile
  • README.md
  • SKILL.tpl.md

Discussion (0)

Ask about usage, or say what you built with it

Sign in to join the discussion.

No comments yet. Be the first to say what this is good for.

More skills

obra/
superpowers

An agentic skills framework & software development methodology that works.

285k
1 add

Turn any codebase, with its docs, SQL schemas, configs, and PDFs, into a queryable knowledge graph. A /graphify skill for Claude Code, Cursor, Codex, and Gemini CLI: local deterministic AST parsing, every edge explained, no vector store.

117k
1 add
Vincentwei1021/
anything2explainer

Topic in, narrated explainer video out. A Claude Code / Codex skill that turns any topic into a black-canvas motion-graphics explainer video with TTS voiceover, subtitles and a chapter progress bar. Chinese or English; every frame drawn in code with Remotion.

666

Open-source AI job search: scan job portals, evaluate listings into a structured A-H report with a global 1-5 score, tailor your CV, track applications β€” runs locally in your AI coding CLI (Claude Code, Codex, OpenCode, Antigravity…)

71k