一键导入
go-project-patterns
Go project guidance for package boundaries, interfaces, testing, and production correctness.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Go project guidance for package boundaries, interfaces, testing, and production correctness.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
AWS delivery guidance for SDK, infra, security, and operational guardrails.
Azure architecture and operations guidance for app code, deployment, identity, and observability.
Add Clerk authentication to any project by following the official quickstart guides.
Deno project guidance for runtime APIs, modules, permissions, and deployment-aware code.
Drizzle ORM guidance for schema design, query composition, migrations, and transaction safety.
Node.js plus Express guidance for route design, middleware boundaries, validation, and operability.
| name | go-project-patterns |
| description | Go project guidance for package boundaries, interfaces, testing, and production correctness. |
| metadata | {"source_repo":"pi-autoskills/registry","source_path":"go-project-patterns/SKILL.md","source_commit":"local-dev"} |
Use for Go services, libraries, and CLI tools.
context.Context through IO boundaries and cancellation-aware flowsDo not:
curl | sh