ワンクリックで
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