Skip to main content
在 Manus 中运行任何 Skill
一键导入

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