Skip to content
Skillv1.0.0

go-service

Project: Go service — greenfield template Stack: Go 1.22+, Maestro v0.1 Version: Maestro v0.1

by LucasGois1(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from LucasGois1/maestro (packages/discovery/templates/go-service/AGENTS.md). Install upstream with npx skills add LucasGois1/maestro --skill go-service. Copyright stays with the author.

AGENTS

Header

Project: Go service — greenfield template Stack: Go 1.22+, Maestro v0.1 Version: Maestro v0.1

Repo Map

  • cmd/ — main packages
  • internal/ — implementation

Docs

Essential Commands

  • install: go mod download
  • test: go test ./...
  • build: go build ./...
  • run: go run ./cmd/...

Critical Conventions

  • Keep internal/ for non-importable packages; public APIs under pkg/ if needed.

Escalation Path

  • Ask a human before changing wire formats or production endpoints.

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/lucasgois1-maestro-go-service/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

lucasgois1-maestro-go-service.ocm.jsonjson
{
  "ocm": "1",
  "id": "lucasgois1-maestro-go-service",
  "kind": "skill",
  "name": "go-service",
  "description": "Project: Go service — greenfield template Stack: Go 1.22+, Maestro v0.1 Version: Maestro v0.1",
  "publisher": "LucasGois1",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "coding",
      "math"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Project: Go service — greenfield template Stack: Go 1.22+, Maestro v0.1 Version: Maestro v0.1"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/LucasGois1/maestro",
      "path": "packages/discovery/templates/go-service/AGENTS.md",
      "ref": "b2160581bcb268253916d56331cda4933d4b458d",
      "url": "https://github.com/LucasGois1/maestro/blob/b2160581bcb268253916d56331cda4933d4b458d/packages/discovery/templates/go-service/AGENTS.md",
      "key": "LucasGois1/maestro/packages/discovery/templates/go-service/AGENTS.md"
    }
  },
  "instructions": "# AGENTS\n\n## Header\n\nProject: Go service — greenfield template\nStack: Go 1.22+, Maestro v0.1\nVersion: Maestro v0.1\n\n## Repo Map\n\n- `cmd/` — main packages\n- `internal/` — implementation\n\n## Docs\n\n- [ARCHITECTURE.md](./ARCHITECTURE.md)\n- [Product Specs](./docs/product-specs/index.md)\n- [Exec Plans](./docs/exec-plans/tech-debt-tracker.md)\n- [Golden Principles](./docs/golden-principles/index.md)\n\n## Essential Commands\n\n- install: `go mod download`\n- test: `go test ./...`\n- build: `go build ./...`\n- run: `go run ./cmd/...`\n\n## Critical Conventions\n\n- Keep `internal/` for non-importable packages; pu",
  "cost": {
    "context_tokens": 180
  }
}

Fetch it by URL: GET /api/v1/registry/lucasgois1-maestro-go-service/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.

go-service - Skill - OpenSmartRoute