template

command
v0.12.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 14, 2026 License: MIT Imports: 9 Imported by: 0

README

template

Agent-first Go service scaffold built on wick.

Quick start

wick setup
wick dev

Open:

For AI agents

This repo is designed to be driven by AI coding agents. Before editing:

  1. Read AGENTS.md — repo layout, naming rules, wick commands.
  2. When creating or editing a tool/job, invoke the tool-module skill — it enforces the module contract and points you at the canonical examples (tools/convert-text/, jobs/auto-get-data/) you should read before writing new code.
  3. When creating or editing a connector, invoke the connector-module skill — connectors are LLM-facing modules exposed over MCP. The canonical example is connectors/crudcrud/.
  4. To refresh skills after a wick upgrade: wick skill sync (replaces ./.claude/skills/* with the bundled version; updates AGENTS.md skill table if still in default shape).
  5. For wick framework APIs not documented in the skill, fetch https://yogasw.github.io/wick/llms.txt.

Layout & conventions

See AGENTS.md.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
connectors
crudcrud
Package crudcrud is the example connector shipped with the template.
Package crudcrud is the example connector shipped with the template.
jobs
auto-get-data
Package autogetdata is a template job that fetches a remote endpoint on a schedule.
Package autogetdata is a template job that fetches a remote endpoint on a schedule.
tools
convert-text
Package converttext is a stateless text-conversion tool.
Package converttext is a stateless text-conversion tool.
external
Package external wraps third-party links as tool.Module entries so they show up on the home grid and palette alongside in-app tools.
Package external wraps third-party links as tool.Module entries so they show up on the home grid and palette alongside in-app tools.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL