MITupdated 7d ago
Bind the project name to SKILLARGS before reading the shared workflow. For an explicit Codex invocation, use only the text following the exact qualified $go-web:create-go-project token. Otherwise, derive the project name from the activating request. Preserve the text literally, trim only surrounding whitespace, and never evaluate it as shell code or read it from an environment variable.
What can you do with Create Go Project?
name: create-go-project description: "Creates a greenfield Go web project with Echo, Templ, HTMX, Tailwind, sqlc, goose, and Air. Use for new project scaffolding and requested application functionality. Skips conversion of existing applications." argument-hint: ""
Create Go Project
Invocation Argument Binding
Bind the project name to SKILL_ARGS before reading the shared workflow. For an explicit
Codex invocation, use only the text following the exact qualified
$go-web:create-go-project token. Otherwise, derive the project name from the activating
request. Preserve the text literally, trim only surrounding whitespace, and never evaluate
it as shell code or read it from an environment variable.
Plugin Resource Resolution
<PLUGIN_ROOT> denotes the absolute path to the go-web plugin directory. Resolve it before
reading any shared resource: start from the absolute path of this selected SKILL.md and
ascend two directories (skills/create-go-project to the plugin root).
Read <PLUGIN_ROOT>/references/create-go-project.md completely and follow it with
SKILL_ARGS as the project name.
Install
Add Create Go Project to your client. Pick the one you use.
npx skills add gopherguides/gopher-aiInstalls every skill in the repository, then prompts for which to keep.
/plugin marketplace add gopherguides/gopher-aiAdds the repository as a plugin marketplace; install individual plugins with `/plugin install`.
git clone https://github.com/gopherguides/gopher-ai
cp -r plugins/go-web/skills/create-go-project ~/.claude/skills/A skill is a plain directory. Copy it into `.claude/skills/` in a project or in your home directory.
Score
65 / 100
Good