Skip to content

feat(skills): add go-pro skill with hybrid architecture#51

Open
quybquang wants to merge 17 commits into
vudovn:mainfrom
quybquang:main
Open

feat(skills): add go-pro skill with hybrid architecture#51
quybquang wants to merge 17 commits into
vudovn:mainfrom
quybquang:main

Conversation

@quybquang

Copy link
Copy Markdown

What

Add a new go-pro AI skill for Go (Golang) development with a highly optimized context-saving structure.

Changes

New Multi-File Skill Structure

  • .agent/skills/go-pro/SKILL.md — Core index (~300 lines) covering:
    • Go philosophy & stdlib-first mindset
    • Project structure (flat → standard → domain-driven)
    • Idiomatic error handling (%w wrapping, sentinel vs custom types)
    • Interface design (small, consumer-defined)
    • Deep-dive reference index table
  • .agent/skills/go-pro/references/*.md — 7 context-saving deep-dives loaded on-demand:
    • concurrency.md: goroutine, channel, errgroup
    • clean-architecture.md: Handler → Service → Repository
    • frameworks.md: net/http → Chi → Gin → Fiber
    • database.md: sqlc, pgx, GORM, migrations
    • testing.md: Table-driven tests, fuzzing, mocking
    • performance.md: pprof, escape analysis
    • api-design.md: JSON decoding, middleware, graceful shutdown

Registration Points Modified

  • .agent/agents/backend-specialist.md — Added go-pro to skills list
  • .agent/ARCHITECTURE.md — Added to skill tables, updated count 36→37
  • .agent/skills/intelligent-routing/SKILL.md — Added Go/Golang keywords

Why

Go lacks a dedicated skill in the framework. This implementation follows the GEMINI.md mandate for "Selective Reading" by splitting the 800+ line skill into a core index and on-demand references, saving LLM context window while providing comprehensive Go guidance.

vudovn and others added 17 commits January 21, 2026 21:45
feat: Add Product Manager, QA Automation Engineer, and Code Archaeologist agents
* feat: add intelligent agent routing system

- Automatic agent selection based on request analysis

- New intelligent-routing skill

- Updated GEMINI.md rules

- Added user guide and changelog

* fix: address PR comments and optimize documentation size
* feat: add Product Owner agent and enhance project planning

* ✨ Update documents

---------

Co-authored-by: lucasgab2230 <lucas.gabriel.w2025@gmail.com>
Add important note regarding .gitignore for AI editors.
- Create .agent/skills/go-pro/SKILL.md with 15 sections covering:
  Go philosophy, project structure, concurrency, error handling,
  interface design, framework selection, database patterns, testing,
  performance, clean architecture, API design, logging, modules,
  anti-patterns, and decision checklist
- Register go-pro in backend-specialist agent skills
- Add go-pro to ARCHITECTURE.md skill tables (count 36→37)
- Add Go/Golang keywords to intelligent-routing domain detection
- Rewrite SKILL.md to ~295 lines (core only):
  philosophy, project structure, error handling, interfaces,
  logging, modules, anti-patterns, decision checklist
- Add 7 deep-dive reference files under references/:
  concurrency, frameworks, database, testing, performance,
  clean-architecture, api-design
- SKILL.md includes index table for selective loading
@vercel

vercel Bot commented Feb 21, 2026

Copy link
Copy Markdown

@quybquang is attempting to deploy a commit to the vudovn2's projects Team on Vercel.

A member of the Team first needs to authorize it.

@vudovn
vudovn force-pushed the main branch 2 times, most recently from a7711c2 to 4902af5 Compare May 29, 2026 09:28
@vudovn
vudovn force-pushed the main branch 2 times, most recently from 1ac07b7 to 8a102cf Compare June 23, 2026 17:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants