Skip to main content
Manusで任意のスキルを実行
ワンクリックで

efficient-go-programming

スター4
フォーク0
更新日2026年3月31日 01:56

Rapidly implement Go functions by following this streamlined approach: 1) Immediately identify the core algorithm or data structure needed, 2) Write the function signature first with clear parameter and return types, 3) Implement the logic in the most direct way possible without over-engineering, 4) Use built-in Go libraries and standard patterns (slices, maps, channels) rather than custom implementations, 5) Write minimal but sufficient error handling, 6) Test with simple cases mentally before finalizing, 7) Avoid premature optimization - focus on correctness and readability first. Target completion of basic functions within 10-15 seconds, medium complexity within 30 seconds.

インストール

Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。

SKILL.md
readonly