Skip to main content
Run any Skill in Manus
with one click

efficient-go-programming

Stars4
Forks0
UpdatedMarch 31, 2026 at 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.

Installation

Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.

SKILL.md
readonly