Skip to main content
Back to registry

goframe-v2

gogf/skills

Complete GoFrame development resources covering component design, usage, best practices, and considerations: GoFrame Documentation

Installs541
Install command
npx skills add https://github.com/gogf/skills --skill goframe-v2
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Complete GoFrame development resources covering component design, usage, best practices, and considerations: GoFrame Documentation Rich practical code examples covering HTTP services, gRPC services, and various project types: GoFrame Examples - For complete projects (HTTP/microservices), install GoFrame CLI and use gf init to create project scaffolding. See Project Creation - init for details. - Auto-generated code files (dao, do, entity) MUST NOT be manually created or modified per GoFrame conventions. - Unless explicitly requested, do NOT use the logic/ directory for business logic. Implement business logic directly in the service/ directory. - Reference complete project examples: - HTTP service best practice: user-http-service - gRPC service best practice: user-grpc-service - Before creating new methods or variables, check if they already exist elsewhere and reuse existing implementations. - Use the gerror component for all error handling to ensure complete stack traces for traceability. - When exploring new components, prioritize GoFrame built-in components and reference best practice code from examples.

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does goframe-v2 do?

Complete GoFrame development resources covering component design, usage, best practices, and considerations: GoFrame Documentation

Is goframe-v2 good?

goframe-v2 does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does goframe-v2 work with?

goframe-v2 currently lists compatibility with codex, gemini-cli, opencode, kimi-cli, amp, github-copilot.

What are alternatives to goframe-v2?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install goframe-v2?

npx skills add https://github.com/gogf/skills --skill goframe-v2

Related skills

Alternatives in Software Engineering