Рыба проекта. Минимальная функциональность

This commit is contained in:
2026-08-03 22:22:24 +03:00
commit 8c8631ac9c
80 changed files with 10618 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
# Go Skills
> **Русская версия:** [README.ru.md](README.ru.md)
Skills specific to Go (Golang) projects.
## Available Skills
| Skill | Description |
|-------|-------------|
| [golang-flexible-config-skill](golang-flexible-config-skill) | Defines how an AI agent should implement configuration loading in any Go application. |
| [golang-tswf-codestyle-skill](golang-tswf-codestyle-skill) | Tswf.io Go codestyle conventions: naming, interfaces, constructors, line breaks, and project structure. |