Back to the catalog

goframe-v2

2.979 instalações · gogf/skills

Open source Repository Open in the app JSON README (API)

About

Skill publicada por gogf/skills, com 2.979 instalações medidas pelo skills.sh. Instale com: npx skills add gogf/skills@goframe-v2

Details

Kind
Agent skills
Topic
No topic detected
Publisher
gogf
Origin
skillssh
Category
ferramentas
Stars
80
Forks
3
Last push
2026-06-05T08:11:50Z
Repository state
ativo
Language
Go
Added
2026-08-30 15:21:50
Updated
2026-09-02 18:01:41
Origin id
gogf/skills/goframe-v2

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](https://github.com/gogf/skills/issues) and [Pull Requests](https://github.com/gogf/skills/pulls)!



## Installation

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

## Check Updates

```bash
npx skills check
```

## Install Updates

```bash
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:

```text
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](.github/assets/img.png)

### Create a new feature with GoFrame skills

Prompt example:

```text
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](.github/assets/image2.png)

More