golang-coding
Golang Project Scaffolder
Uses bin/ as the standard directory for compiled binaries.
Replace {{APP_NAME}} with the actual project name (e.g. mytool) in every file below.
Scaffold Templates
.gitignore
Prevents binaries and OS-specific files from being committed.
More from emeraldwalk/skills
task-tracking
Task management and tracking for agents. Use this skill whenever you need to create, update, claim, or retrieve tasks for agent workflows. This skill is triggered for any request involving task lists, task assignment, or status updates.
14docs-reading
Parses technical documentation corpora (Markdown or Godot XML) into a local SQLite database with full-text and semantic search, then queries them via a CLI tool. Use when an agent needs to read, search, or reference documentation for a library, framework, or engine — especially large docs that would exceed context limits.
2layout-inspecting
Inspects the visual layout of a web page and returns a JSON tree of layout-relevant boxes — sections that stand out via background color or border color changes. Use when an agent needs to understand page structure, identify UI regions, verify layout, or describe what a page looks like without processing screenshots. Triggers on requests like "inspect the layout", "what does the page look like", "get the page structure", "analyze the UI layout", or "show me the visual regions of the page".
1