بنقرة واحدة
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