go-standards
Go style and conventions for Neptune
Install / Use
npx skills add devopsfactory-io/neptuneInstalls into whichever agent you are using.
Cursor Rules
Cursor IDE rules (v2)
Quality Score
Category
Development & EngineeringSupported Platforms
Tags
Skill content
View source on GitHubdescription: Go style and conventions for Neptune globs: "**/*.go" alwaysApply: false
Go Standards
- Format: Use
gofmt -s. Runmake check-fmtbefore committing. Usegit commit -sfor DCO sign-off (see CONTRIBUTING.md). - Lint: Follow
.golangci.yml; do not introduce new linter violations. Runmake lintwhen available. - Packages: Code in
internal/must not be imported from outside this module. - Errors: Always handle errors; add context with
fmt.Errorf("...: %w", err)where useful. - Tests: Place
*_test.goin the same package as the code. Use table-driven tests when testing multiple cases. - Exports: Public functions and types must have doc comments starting with the name (e.g.
// NewClient creates ...).
Related Skills
career-ops
72.3kOpen-source AI job search: scan job portals, evaluate listings into a structured A-H report with a global 1-5 score, tailor your CV, track applications — runs locally in your AI coding CLI (Claude Code, Codex, OpenCode, Antigravity…)
ai-job-search
43.5kThe job search that runs on your machine. AI job application framework built on Claude Code: evaluate postings, tailor CVs, write cover letters, prep interviews. Fork it and own it.
claude-howto
41.6kA visual, example-driven guide to Claude Code — from basic concepts to advanced agents, with copy-paste templates that bring immediate value.
guizang-ppt-skill
26.7kAI-agent Skill for generating polished HTML slide decks: editorial magazine and Swiss layouts, image prompts, social covers, and a WebGL/low-power presentation runtime.
Security Score
Audited on Invalid Date
